ζeh Matt
ef925bcfa7
Disallow loading plugins with the same name when they exist in sub dirs
2023-09-21 11:39:52 +03:00
ζeh Matt
df8bdfe1fb
Fix printing the plugin name
2023-09-21 11:13:00 +03:00
ζeh Matt
7fcb626ba2
Fix loading plugins more than once, remove obsolete isLoaded member
2023-09-21 10:59:11 +03:00
ζeh Matt
517c82604f
Refactor plugin load/unload to only require the name
2023-09-21 10:56:59 +03:00
ζeh Matt
c28653700a
Refactor the conditional plugin extension definitions
2023-09-21 09:51:26 +03:00
ζeh Matt
0f5bc725f8
Initial support to load plugins from a sub directory
2023-09-21 09:43:51 +03:00
Duncan Ogilvie
c65c956f85
Move the header separator one pixel down
2023-09-21 00:47:54 +02:00
Duncan Ogilvie
3beec936ec
Fix the missing configuration for the table header background
...
Closes #3218
2023-09-21 00:29:43 +02:00
torusrxxx
3a9e36b729
Fix crash in menu builder when opening second tab
2023-09-20 12:06:22 +08:00
torusrxxx
80995bb364
Merge branch 'development' into patch000000dc
2023-09-20 10:49:50 +08:00
torusrxxx
ecc5a163c4
temporary
2023-09-20 09:54:56 +08:00
Duncan Ogilvie
7f2566b6ed
Merge pull request #3192 from x64dbg/cross-platform-preparations
...
Cross platform preparations
2023-09-20 02:30:40 +02:00
Duncan Ogilvie
7c00347a24
Merge pull request #3211 from GermanAizek/fix
...
Fixed catch exception std::bad_alloc and close handle hFile if downslib::inetopen
2023-09-20 02:28:59 +02:00
torusrxxx
77cfffa0aa
Modify mTraceFile to getTraceFile() for later move to TraceWidget
2023-09-19 21:58:35 +08:00
torusrxxx
090da1a2ee
Multiple trace tabs
2023-09-19 21:23:35 +08:00
torusrxxx
de28917189
optimize getBytes and fixed empty dump while not debugging
2023-09-19 21:23:34 +08:00
torusrxxx
b45acd5d56
fix PUSH memory access don't appear in dump
2023-09-19 21:23:34 +08:00
torusrxxx
9750488bb2
Fixed empty dump
2023-09-19 21:23:34 +08:00
Torusrxxx
42208c0577
Add files via upload
2023-09-19 21:23:33 +08:00
torusrxxx
9852b097cc
Fixed CustomizeMenuDialog and various features related to modules
2023-09-19 21:23:33 +08:00
torusrxxx
226efe3ea1
Added trace dump to trace widget
2023-09-19 21:23:32 +08:00
torusrxxx
f3d0f9a278
Use trace file dump index to accelerate memory reference search
2023-09-19 21:23:32 +08:00
torusrxxx
5adac838a7
Disassemble to get correct memory operand size
2023-09-19 21:23:31 +08:00
torusrxxx
d5384d78eb
Introduced dump to trace
2023-09-19 21:23:31 +08:00
Duncan Ogilvie
fdc97fe6d1
Properly restore DisassemblyPopup functionality
2023-09-19 08:06:03 +02:00
Duncan Ogilvie
a349f9c05f
Fix a bug in the extension handling for trace files
2023-09-19 06:50:44 +02:00
Герман Семенов
bdb38d6a97
Fixed catch std::bad_alloc and close handle hFile if downslib::inetopen
2023-09-19 06:41:24 +02:00
Duncan Ogilvie
e2d1d79930
Fix a bug where a column width of 0 would not adjust correctly
2023-09-19 06:40:38 +02:00
Duncan Ogilvie
7733012330
Refactor AbstractTableView for cross-platform
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
663bfbbb06
Refactor parent = 0 -> parent = nullptr
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
5797dae1c3
Update Zydis in the UI and remove DisassemblyPopup
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
812c91d361
Get rid of the wLocal variable naming convention (mostly)
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
6fba4478fb
Remove the unused translations submodule
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
952c16aad7
Update zydis_wrapper
2023-09-19 06:25:33 +02:00
Duncan Ogilvie
b22266b822
Bump Zydis to 4.0.0
2023-09-19 06:25:32 +02:00
Duncan Ogilvie
3d56c4fd35
Remove the Zydis submodule
2023-09-19 06:25:32 +02:00
Duncan Ogilvie
7e9a89847e
Merge pull request #3213 from torusrxxx/patch000000f9
...
delete widget when closing tab
2023-09-16 13:31:34 +02:00
Duncan Ogilvie
6228bfe2bf
Merge pull request #3212 from GermanAizek/emplace
...
Replaced pushes and inserts to emplace for compact code
2023-09-16 13:21:24 +02:00
torusrxxx
9fa8c8cea0
delete widget when closing tab
2023-09-16 09:30:24 +08:00
German Semenov
11d96f1878
Replaced inserts to emplace for compact code and improved code generation by compiler
2023-09-12 19:13:40 +03:00
Duncan Ogilvie
dd91e4376a
Merge pull request #3203 from torusrxxx/patch000000f8
...
Add UI for mnemonichelp
2023-09-12 10:58:23 +02:00
Duncan Ogilvie
2ce5a283f5
Merge pull request #3206 from HayFieldLaps/referenceview-cycle-filtered
...
Fixed cycling through filtered references without clearing filter.
2023-09-12 10:57:38 +02:00
Duncan Ogilvie
02c762ff4a
Merge pull request #3208 from shocoman/disasm-popup-border
...
Dark theme: fix several visibility issues
2023-09-12 10:57:00 +02:00
Duncan Ogilvie
cdee7fed64
Merge pull request #3209 from HayFieldLaps/bookmark-clear
...
Fix typo in bookmarkclear command
2023-09-12 10:56:25 +02:00
dad
b6be841a48
Fix typo in bookmarkclear command
2023-09-07 12:24:50 -06:00
shocoman
bc3d7574bc
Dark theme: fix several visibility issues
2023-09-08 00:03:33 +07:00
dad
7405acd42d
Fixed cycling through filtered references without clearing filter.
...
Allow "Actions -> Go to Next/Previous Reference" to cycle through a filtered reference list. Was previously clearing the filter on the first "Next/Previous" action.
2023-09-04 13:25:32 -06:00
torusrxxx
3616f2d33a
Add UI for mnemonichelp
2023-09-02 21:34:45 +08:00
Duncan Ogilvie
b28e317073
Merge pull request #3197 from shocoman/fill-view-background-border
...
Dark theme: Make QHexEdit background color brighter for visibility
2023-09-02 14:26:47 +02:00
Duncan Ogilvie
323d318329
Merge pull request #3199 from HayFieldLaps/searchlistview-escape-fix
...
Pass Escape key event if search text is empty
2023-09-02 14:26:11 +02:00