snow
|
5d6fe5e503
|
added bitsize/size loading
|
2025-04-02 02:22:09 -04:00 |
snow
|
6963ca7589
|
fixed array visit member and display
|
2025-04-02 02:22:09 -04:00 |
snow
|
3934a9ff96
|
added isbitfield field
|
2025-04-02 02:21:55 -04:00 |
snow
|
792b5fbaff
|
Added void and typedef types
|
2025-04-02 02:21:55 -04:00 |
snow
|
2c79b99644
|
wip
|
2025-04-02 02:21:54 -04:00 |
snow
|
024b25a912
|
fixed padding
|
2025-04-02 02:21:54 -04:00 |
snow
|
16bf06d929
|
Schizo commit
|
2025-04-02 02:21:54 -04:00 |
Pidgey
|
60f9388938
|
Set default display type to assigned type
|
2025-04-02 02:21:54 -04:00 |
Pidgey
|
69df47aab7
|
Bounds check on struct parent display
|
2025-04-02 02:21:54 -04:00 |
Pidgey
|
e40652fc5a
|
Recursive struct search for typedef types
|
2025-04-02 02:21:54 -04:00 |
Duncan Ogilvie
|
2df98d8074
|
Add some more state for the headless mode
|
2025-03-30 19:02:59 +02:00 |
Duncan Ogilvie
|
2a08360c67
|
Fix compilation with clang-cl
|
2025-03-30 17:50:01 +02:00 |
Duncan Ogilvie
|
1bde29d9df
|
Add headless mode POC
Currently useless, but after #3516 is merged this will be used for automated testing
https://github.com/x64dbg/x64dbg_headless
|
2025-03-30 16:22:41 +02:00 |
Duncan Ogilvie
|
53637c610b
|
Make a rebuild copy the dependencies again
|
2025-03-30 14:15:11 +02:00 |
Duncan Ogilvie
|
310935b749
|
Merge pull request #3532 from G3ph4z/issue_1640
New x96dbg configuration dialog
|
2025-03-30 13:55:15 +02:00 |
Duncan Ogilvie
|
79e5e7ffcd
|
Merge pull request #3521 from whindsaks/patch-1
Show launcher on first launch after installing
|
2025-03-30 13:52:05 +02:00 |
Duncan Ogilvie
|
31993c2d58
|
Merge pull request #3537 from G3ph4z/issue_2670
Always update the Example text's background color
|
2025-03-30 13:51:48 +02:00 |
Duncan Ogilvie
|
d659dc9a24
|
Merge pull request #3546 from x64dbg/torusrxxx-patch-1-1
Fix wrong icon for ActionTreatSelectionAsXXX
|
2025-03-30 13:51:40 +02:00 |
Duncan Ogilvie
|
a7e64fc72c
|
Merge pull request #3539 from x64dbg/mingw
Fix compilation on MinGW (clang)
|
2025-03-30 13:51:22 +02:00 |
Duncan Ogilvie
|
3caa50e4f2
|
Merge pull request #3536 from torusrxxx/AVX512
Add support for AVX512
|
2025-03-30 13:49:38 +02:00 |
Duncan Ogilvie
|
84a23f161f
|
Bump TitanEngine_x64
|
2025-03-30 13:38:04 +02:00 |
torusrxxx
|
54d8dd4c25
|
Fix keyboard navigation in RegistersView
|
2025-03-27 17:41:45 +08:00 |
torusrxxx
|
0a6d8c5496
|
Limit vector length to 256 bits on computers not supporting AVX-512
|
2025-03-27 17:09:24 +08:00 |
torusrxxx
|
c71327443d
|
Add support for editing AVX512 registers
|
2025-03-27 00:28:44 +08:00 |
torusrxxx
|
298cf102be
|
Allow highlighting opmask registers
|
2025-03-26 22:32:59 +08:00 |
torusrxxx
|
8e52767d46
|
Pop up error when double clicking on AVX-512 registers when not supported
|
2025-03-26 21:21:41 +08:00 |
torusrxxx
|
cbc4896d43
|
Reorganize REGDUMP to minimize padding, add winerrorname format function
|
2025-03-26 20:35:09 +08:00 |
torusrxxx
|
30fda8b41c
|
Add support for opmask registers in RegistersView
|
2025-03-26 17:04:22 +08:00 |
torusrxxx
|
fd172927fe
|
Add AVX512 support for RegistersView
|
2025-03-26 00:46:02 +08:00 |
torusrxxx
|
ae8504f372
|
Add AVX512 support for EncodeMap
|
2025-03-25 22:28:56 +08:00 |
Torusrxxx
|
1956402b30
|
Fix wrong icon for ActionTreatSelectionAsXXX
|
2025-03-24 11:37:25 +00:00 |
torusrxxx
|
9eaa5f4553
|
Add AVX512 support for CPUInfoBox
|
2025-03-24 13:02:20 +08:00 |
torusrxxx
|
62421ffd16
|
Begin migrating x64dbg.dll to use new AVX512 register context
|
2025-03-24 12:38:10 +08:00 |
torusrxxx
|
2192d19bed
|
Allow kmovq to GPR, add kmovd command (easier for 32-bit)
|
2025-03-24 12:38:10 +08:00 |
torusrxxx
|
8eb501713b
|
Allow using k0 register
|
2025-03-24 12:38:10 +08:00 |
torusrxxx
|
ca93f483fc
|
Add support for AVX512
|
2025-03-24 12:38:10 +08:00 |
Duncan Ogilvie
|
c2204b8431
|
Merge pull request #3544 from torusrxxx/patch000000f7
Add dump support for half float
|
2025-03-23 21:13:46 +01:00 |
torusrxxx
|
f2ee27b732
|
Add dump support for half float
|
2025-03-21 15:55:10 +08:00 |
Duncan Ogilvie
|
66ddb4198e
|
Merge pull request #3541 from x64dbg/torusrxxx-patch-2
Fix buffer overflow
|
2025-03-20 01:51:09 +01:00 |
Torusrxxx
|
5b2f5c4031
|
Update stringformat.cpp
|
2025-03-19 16:22:49 +00:00 |
Torusrxxx
|
04703952d6
|
Fix buffer overflow
|
2025-03-19 16:18:20 +00:00 |
Duncan Ogilvie
|
d1670eef81
|
Fix spelling mistake
|
2025-03-17 02:55:28 +01:00 |
Duncan Ogilvie
|
4d2d0bd410
|
Cross-compilation example toolchain
|
2025-03-17 02:48:22 +01:00 |
Duncan Ogilvie
|
9b301b3c8d
|
Fix compilation on MinGW (clang)
|
2025-03-17 02:32:14 +01:00 |
Duncan Ogilvie
|
b57b134b35
|
Ignore clangd cache
|
2025-03-17 02:25:57 +01:00 |
Duncan Ogilvie
|
8adaab5db5
|
Merge pull request #3538 from x64dbg/vs2022-github-actions
Build with GitHub Actions
|
2025-03-17 02:07:45 +01:00 |
Duncan Ogilvie
|
e8ffba6dcc
|
Build with GitHub Actions
|
2025-03-17 01:32:11 +01:00 |
Duncan Ogilvie
|
53d1123e83
|
Split ModuleStdTable into header and sources to fix Q_OBJECT error
|
2025-03-16 23:14:28 +01:00 |
Duncan Ogilvie
|
2cfccf8d5e
|
Fix translation errors
|
2025-03-16 18:03:09 +01:00 |
G3ph4z
|
c113b20c4d
|
fix: Always update the example text bg color
|
2025-03-15 20:17:30 +01:00 |