Herzeh
c152a420e6
DBG/GUI : Added back setfreezestack command to lock the stack with ability to freely scroll in the stack when its frozen without it resetting back to first selection (hard to explain lol)
...
GUI : When pressing +/- (Goto->Previous/Next) in Disassembly widget, window title gets updated accordingly to display the module we are in.
Minor fix in command line save/load : free the json object used
2015-12-02 15:42:11 +01:00
Herzeh
941b93f5c0
Missing files for command lines argument save/load
2015-12-01 22:25:32 +01:00
Herzeh
bd4d4c5370
DBG : Added option to save/load command line arguments into the database.
...
GUI : Symbols tab, when searching a module and getting no result, function widget gets cleared.
2015-12-01 19:20:31 +01:00
Herzeh
84d1feeb33
CPUDump : Ability to go Previous and Next dump address, just like you can do in disassembly. Either through Goto menu or +/- shortcuts
2015-11-28 18:34:27 +01:00
Herzeh
fbb116ba87
Added : Pressing Escape in Symbols tab (either in module or function list) will clear the search box
...
CPUMultiDump : Fixed issue tab names not being displayed properly after being detached
2015-11-28 15:18:42 +01:00
mrexodia
c2cf58a699
double click in CPUInfoBox has behavior now
2015-11-27 21:00:00 +01:00
mrexodia
bd04a3fa58
multi dump follow menus in CPUDump
2015-11-27 20:51:56 +01:00
mrexodia
673fd75b76
multi dump basics working
2015-11-27 20:22:31 +01:00
mrexodia
77439c474b
removed fixed an invalid signal from SymbolView
2015-11-27 20:07:05 +01:00
mrexodia
91911e2a14
SearchListView in SymbolView for modules (tested & working)
2015-11-27 19:47:31 +01:00
mrexodia
42a15994d5
possibility to not update the table offset in the HexDump
2015-11-27 19:32:51 +01:00
mrexodia
1ca296e237
GUI: added lambda support for the AbstractTableView::addAction functions
2015-11-26 03:36:09 +01:00
mrexodia
a2082e4586
DBG: added the savedata command to dump memory to disk (related to issue #389 ).
2015-11-26 03:06:01 +01:00
mrexodia
9674967f73
DBG: simplify the PatchFile function
2015-11-26 02:57:14 +01:00
mrexodia
1b7c38d985
GUI: resolved issue #362 (you can now selection "Yara Memory" or "Yara File" in the module list. this fixes the mentioned problem with the pe module)
2015-11-26 02:46:06 +01:00
mrexodia
40862abff9
DBG: added support for reading the raw file data in the 'yara' command + fixed the 'yaramod' command
2015-11-26 02:45:21 +01:00
mrexodia
9d5323254c
DBG: fixed a bug in FileHelper::ReadAllText
2015-11-26 02:44:53 +01:00
mrexodia
23f5720a2b
DBG: added some functionality in filehelper.cpp + fixed a nice bug in command.cpp (va args was printed but never used)
2015-11-26 02:32:17 +01:00
mrexodia
438650e905
GUI: fixed Follow Entry Point in Disassembler (it didn't work at all before)
2015-11-26 01:52:40 +01:00
mrexodia
08f8bf686d
DBG: hopefully resolved issue #362 (needs testing)
2015-11-26 01:46:21 +01:00
mrexodia
ca40d7927a
DBG: updated yara
2015-11-26 01:45:47 +01:00
mrexodia
1f5c7d66af
DBG: resolved issue #393 (make ';' emit a comment in scripts)
2015-11-26 01:00:07 +01:00
mrexodia
b3747ec018
GUI: resolved issue #404 (follow in dump in calculator)
2015-11-26 00:54:44 +01:00
mrexodia
98fe7cbca1
DBG: fixed a stupid bug with filtering symbols
2015-11-26 00:51:32 +01:00
mrexodia
4d6afedfe7
DBG: less strict filter for _imp_
2015-11-26 00:49:13 +01:00
mrexodia
9a814f54a3
DBG+GUI: resolved issue #431 + added "sub_" prefix for functions without label + added "function+offset" in the disassembly
2015-11-26 00:45:49 +01:00
mrexodia
dc16750418
DBG+GUI: dumpAtN signal (in anticipation of the multiple dump windows issue #300 )
2015-11-25 23:43:41 +01:00
mrexodia
4e6cdf9453
PROJECT: ignore chm file in bin directory
2015-11-25 23:42:29 +01:00
Nukem
8fa0803df7
DBG: Finish my analysis function
2015-11-24 23:51:52 -05:00
Nukem
5e1b82f654
GUI: Remove some comments in project file
2015-11-24 23:50:56 -05:00
Duncan Ogilvie
089c07a515
Merge pull request #423 from x64dbg/Nukem9-master
...
Nukem9 master
2015-11-24 01:57:25 +01:00
mrexodia
c70edc0cf0
DBG+GUI: reverted stack freeze (I agree it should be done in the GUI now)
2015-11-24 01:56:28 +01:00
mrexodia
1731e1dee5
PROJECT: fixed line endings (hopefully for good now)
2015-11-24 01:50:17 +01:00
mrexodia
6508104c81
DBG+GUI: dont wanna talk about it...
2015-11-24 01:43:35 +01:00
Nukem
2e60f3a15e
DBG: Fixing invalid free ( #438 )
2015-11-23 18:55:17 -05:00
Nukem
9755f6f5a1
GUI: Misplaced comma
2015-11-23 18:34:13 -05:00
mrexodia
245188b71f
DBG: "setfreezestack 1/0" command to freeze the stack
2015-11-24 00:31:26 +01:00
mrexodia
ce3daaeb86
DBG: possibility to lock the stack (set bFreezeStack to true to freeze on automatic stack updates as CSP changes)
2015-11-24 00:12:08 +01:00
mrexodia
087362d578
GUI: MenuBuilder class for building menus in one central place (runtime variation of the menu structure is possible)
2015-11-22 07:37:13 +01:00
mrexodia
58168e024b
GUI: removed shitloads of code duplication from CPUDisassembly (start of a series of refactors)
2015-11-21 07:27:40 +01:00
mrexodia
63ed769b67
GUI: changed text of InfoBox + added copy address + rva + offset to info box
2015-11-21 06:25:10 +01:00
mrexodia
339a27aec7
GUI: start to simplify action creation
2015-11-21 06:21:53 +01:00
mrexodia
a519dede52
DBG: resolved issue #425 (allow tabs in the commands)
2015-11-21 04:23:04 +01:00
mrexodia
dc8278d16b
GUI: resolved issue #433 (freeze when dropping a program in x64dbg)
2015-11-21 04:16:36 +01:00
mrexodia
5e9a33022b
DBG: (hopefully) fixed issue #249 (force refresh memory map every second)
2015-11-20 17:27:16 +01:00
mrexodia
bac28590d4
CAPSTONE_WRAPPER: better formatting for OperandText
2015-11-20 17:26:06 +01:00
mrexodia
dd6d10a4b7
GUI: resolved issue #432 (stack segments being displayed incorrectly)
2015-11-20 17:15:41 +01:00
mrexodia
62b0e7222f
PROJECT+DBG+GUI: capstone_wrapper as a static library (for maintainability)
2015-11-20 17:09:15 +01:00
mrexodia
8e7887df82
PROJECT: ignore user preferences for vcxproj files.
2015-11-19 23:08:52 +01:00
Nukem
3de99ea17c
DBG: Display TEB/stack ranges in the memory map
2015-11-16 19:27:35 -05:00