1
0
Fork 0
Commit Graph

5345 Commits

Author SHA1 Message Date
mr.exodia a59d7cbc36 PROJECT: removed crash dumper
GUI: fixed a problem with freeing the breakpoint parameters
2014-02-18 20:03:16 +01:00
mr.exodia 4a145fbcff DBG: fixed a huge memory leak with dbghelp
GUI: fixed a memory leak inside BreakpointsView
2014-02-18 19:48:27 +01:00
mr.exodia f016eb8a6e DBG/GUI: WIP on the symbol view 2014-02-18 17:00:44 +01:00
mr.exodia da61240e3e GUI/DBG/BRIDGE: symbol downloading progress bar
DBG: fixed memory problems with vectors
DBG: seperate symbol log
GUI: symbol log implemented
DBG: draft of the symbol loader
2014-02-18 14:36:32 +01:00
mr.exodia 2f3c1eab0d DBG/GUI: removed vector stuff (caused memory leaks) 2014-02-18 02:05:54 +01:00
mr.exodia a148e89ac1 symbol information stuffs 2014-02-18 01:32:41 +01:00
mr.exodia b393a8b24e GUI: resolved issue #28
DBG: disabled auto-comments (too slow)
GUI: added SymbolView (dummy)
2014-02-17 21:37:49 +01:00
mr.exodia 97e42eddb3 - tabbed interface instead of MDI (just for testing) 2014-02-17 16:19:13 +01:00
mr.exodia 969b52ccb3 compile on qt5 2014-02-17 15:29:01 +01:00
mr.exodia 3a741e9df8 DBG: undecorated symbol names 2014-02-16 22:42:14 +01:00
mr.exodia 2af781caa9 - fixed a bug when stopping the currently debugged file
- fixed a problem with  the output symbols
2014-02-16 22:33:04 +01:00
mr.exodia 7841d1c1b3 - resolved issue #34 (no more random crashes)
- added step until return (thanks to RaMMicHaeL for the suggestion)
2014-02-16 22:06:59 +01:00
mr.exodia e5a6871ab3 GUI: updated breakpoint view to display label+comment
DBG: fixed a small bug in DebugDisableBPX
DBG: breakpoint list contains module names without extension
2014-02-15 19:50:31 +01:00
mr.exodia b3fa2c3ad4 BRIDGE: changed BridgeAlloc to use WINAPI
DBG: changed emalloc to use WINAPI
GUI: added GPUStack files
2014-02-15 18:27:11 +01:00
SigmaPic 9117a5e626 Fixed a display bug: When there was a jump instruction with a destination within the current window (inside the cache) but not aligned on an instruction from the cache (e.g. in case of obfuscation), the GUI didn't display the next instruction. 2014-02-15 18:24:14 +01:00
mr.exodia e569ebab95 DBG: added signed comparisons.
DBG: added many general purpose commands!
PROJECT: updated help
GUI: added msgyn messagebox
GUI: updated GuiScriptAdd behaviour (now it's 1000 times faster!)
BRIDGE: added GuiScriptMsgyn
DBG: changed '#' operator to '$' (for internal reasons)
DBG: threaded stepping (GUI could freeze otherwise)
DBG: added various script commands
2014-02-13 15:42:53 +01:00
mr.exodia 688cead535 PROJECT: updated readme 2014-02-11 00:42:19 +01:00
mr.exodia 39ce03caff DBG: first unpacking script runs without problems! 2014-02-11 00:41:35 +01:00
mr.exodia 86cfc38e46 DBG: more edge cases with labels/branches covered 2014-02-10 23:08:19 +01:00
mr.exodia abca61daec PROJECT: updated help
DBG: added cmp instruction
DBG: fixed branch detection (not works completely)
2014-02-10 22:44:35 +01:00
mr.exodia 82064d3636 DBG: more reliable scripting (auto-fixes format errors etc) 2014-02-10 22:05:23 +01:00
mr.exodia a45fedaa0a DBG: script branches working 100% 2014-02-10 21:40:06 +01:00
mr.exodia f4dc05f541 DBG: added various script branch types
DBG: added internal flag variables
2014-02-10 21:32:17 +01:00
mr.exodia 668121f431 DBG: added an error message
DBG: more generic command execution routines
2014-02-10 21:01:20 +01:00
mr.exodia 9a07ad4121 DBG: updated dbghelp binaries
DBG: updated Scylla binaries
2014-02-10 21:00:40 +01:00
mr.exodia 439e229423 GUI: double click changes script IP
DBG: fixed a bug in scriptinternalstep
DBG: fixed a bug when executing a command by hand
2014-02-09 22:23:22 +01:00
mr.exodia 867914b7ea DBG: label checks
DBG: new branch type supported: 'jmp'
2014-02-09 22:02:28 +01:00
mr.exodia e85b2a8a91 script dummy working 2014-02-09 21:44:05 +01:00
mr.exodia d982bc2365 GUI: script GUI finished!
DBG: script skeleton finished!
2014-02-09 15:30:30 +01:00
mr.exodia 89072b5db9 GUI: fixed a bug in setIp
DBG: added script test commands
2014-02-09 13:47:47 +01:00
mr.exodia f6bc8ea1b9 GUI scripting done! 2014-02-09 13:34:48 +01:00
mr.exodia cfa83ca68e more script stuff 2014-02-09 00:52:08 +01:00
mr.exodia 1a33da40af first draft of the script window 2014-02-09 00:18:16 +01:00
mr.exodia 346dafc46c updated TitanEngine 2014-02-08 21:23:36 +01:00
mr.exodia 2f39c779b8 PROJECT: added x64_dbg_crashdump project (generate crash dumps for analysis)
DBG: changed hiding method (to PEB only)
2014-02-05 17:47:37 +01:00
mr.exodia 2540d6fcf3 DBG: updated Scylla to v0.9.4 2014-02-04 17:08:42 +01:00
mr.exodia 05c7f6f8dc DBG: added the "[expression]" and the "n:[expression]" memory syntax to valtostring (meaning 1:[cip+1]=0 is now supported) 2014-01-26 02:25:51 +01:00
mr.exodia f010f4ab59 GUI: added dump signal
DBG: added dump command
BRIDGE: added GuiDumpAt export
GUI: added CPUDump to provide context menus etc
2014-01-26 02:12:58 +01:00
mr.exodia 3da8d4a444 GUI: some small changes in the HexDump.cpp file 2014-01-25 13:52:09 +01:00
mr.exodia 594e1d7d8f DBG: fixed a name conflict problem 2014-01-22 18:22:59 +01:00
mr.exodia 3ccb0b4a25 GUI: added "HW Break on [CSP]" menu in register view
GUI: set correct width for hex dump
2014-01-15 20:28:53 +01:00
mr.exodia 10096c1d57 DBG: fixed various small bugs 2014-01-12 15:02:14 +01:00
mr.exodia a470348627 meh 2014-01-12 14:21:58 +01:00
mr.exodia 5928d502ac fixed a possible crash 2014-01-12 14:19:54 +01:00
mr.exodia 63a0efdd29 DBG: removed debug file 2014-01-06 16:19:25 +01:00
SigmaPic bd4d220af2 GUI: First draft of hexa dump implementation 2014-01-03 15:38:46 +01:00
mr.exodia 07efe9eb57 GUI: fixed a bug with negative selection
GUI: fixed a bug with the message boxes
2013-12-28 03:07:10 +01:00
mr.exodia 4dcc8bfb62 PROJECT: updated readme 2013-12-28 02:45:44 +01:00
mr.exodia 2b2e505922 GUI: fixed a mouse wheel scrolling bug 2013-12-28 02:38:58 +01:00
mr.exodia 99d67a5777 PROJECT: updated help
PROJECT: updated todo list
DBG: added 'erun', 'estep' etc.
DBG: added explicit api retrieval ("ntdll.dll:LdrGetFailuredata" works now)
GUI: added erun, estep etc in the menu + shortcut
GUI: fixed pageup+pagedown problem in disassembly
2013-12-28 02:33:23 +01:00