mr.exodia
|
c6f4bb0f99
|
GUI: better message boxes (without taskbar entry)
|
2014-02-20 14:48:11 +01:00 |
mr.exodia
|
d8b506cfc0
|
DBG: fixed another possible memory leak inside _dbg_getbplist when no breakpoints were set
GUI: fixed hardware breakpoint view (thanks to White for the report!)
GUI: fixed Goto dialog (thanks to White for the report!)
|
2014-02-20 11:59:08 +01:00 |
mr.exodia
|
695e8eba12
|
GUI: compatible with Qt 4.8.5 MSVC2010
|
2014-02-19 02:58:49 +01:00 |
mr.exodia
|
151939c480
|
GUI: cleanup
|
2014-02-19 01:57:55 +01:00 |
mr.exodia
|
a35f891cb1
|
GUI: simple symbol searcher
|
2014-02-19 01:27:06 +01:00 |
mr.exodia
|
51d6c6e9bc
|
GUI: context menu in Symbol View (follow + copy data)
GUI: fixed more memory leaks with DbgGetBpList
|
2014-02-19 00:59:54 +01:00 |
mr.exodia
|
b9aeea14f1
|
GUI: 'resolved' issue #36 (added recent file list, thanks to durazell!)
|
2014-02-19 00:00:25 +01:00 |
mr.exodia
|
668cb849a7
|
GUI: fixed a bug with the symbol view
|
2014-02-18 21:39:51 +01:00 |
mr.exodia
|
549a08c6bd
|
DBG: symbol enumeration
GUI: working symbol enumeration
|
2014-02-18 21:35:43 +01:00 |
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 |