1
0
Fork 0
Commit Graph

5637 Commits

Author SHA1 Message Date
Duncan Ogilvie a5a25cc4a4 Automatically download submodules when necessary 2025-04-05 00:13:24 +02:00
Duncan Ogilvie c2615db58e Rename and document a few more things in TypeManager 2025-04-05 00:11:00 +02:00
Pidgey fc751c8d80
Fixed unsigned int16s showing up as signed 2025-04-04 01:17:10 -04:00
Duncan Ogilvie 5d7a71a2ca Some small cleanups 2025-04-03 01:19:40 +02:00
Pidgey 02991d0cf6
fixed typo 2025-04-02 17:16:01 -04:00
Pidgey dcd4c069b1
added type lookup by id 2025-04-02 17:15:24 -04:00
Duncan Ogilvie 762b44d60d fix deps 2025-04-02 22:31:02 +02:00
Pidgey 90dec0a319
some gui stuff 2025-04-02 16:10:40 -04:00
snow 7dfa4a736f
visit type wip 2025-04-02 02:22:10 -04:00
snow ec267b96c6
added enum type resolution 2025-04-02 02:22:10 -04:00
snow 93ae8b1560
cleaned type size logic 2025-04-02 02:22:10 -04:00
snow 58cf1f8f5a
memory read callback fix 2025-04-02 02:22:10 -04:00
Pidgey d36c3b0dfa
moved enum display memory logic 2025-04-02 02:22:10 -04:00
Pidgey 51b9e0ec08
added clearing of enums 2025-04-02 02:22:10 -04:00
Pidgey 0288ff97fe
wip 2025-04-02 02:22:10 -04:00
snow fb97407043
hide anon fields/type names 2025-04-02 02:22:10 -04:00
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