1
0
Fork 0
Commit Graph

591 Commits

Author SHA1 Message Date
mr.exodia 53111a169d DBG: added assembleat function
DBG: added XEDParse (does not support all instructions yet)
BRIDGE: added function DbgAssembleAt
GUI: added assemble window
2014-02-22 16:14:36 +01:00
mr.exodia a3ec27853c PROJECT: updated BeaEngine (r8L -> r8b)
DBG: updated internal function 'valfromstring' to be more friendly
DBG: updated valfromstring to only look for the value of registers/memory/addr (this is faster)
2014-02-22 15:34:34 +01:00
Mr. eXoDia ca0d34bad9 DBG: started fixing disasm_helper 2014-02-22 14:23:02 +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 b9aeea14f1 GUI: 'resolved' issue #36 (added recent file list, thanks to durazell!) 2014-02-19 00:00:25 +01:00
mr.exodia 549a08c6bd DBG: symbol enumeration
GUI: working symbol enumeration
2014-02-18 21:35:43 +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 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
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 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 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 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 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 594e1d7d8f DBG: fixed a name conflict problem 2014-01-22 18:22:59 +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
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
mr.exodia 3da353e8c5 PROJECT: updated help
BRIDGE: added function DbgFunctionOverlaps and DbgFunctionGet
DBG: added functiondel + function commands
GUI: added setting/deleting functions in the GUI
2013-12-27 22:27:29 +01:00
mr.exodia bdecbc6458 PROJECT: updated todo list
BRIDGE: added FUNCTION structure to the ADDRINFO structure
DBG: fixed some potential buffer overflows in modname variables
DBG: added 'functions' to the database (functionfromaddr, functionoverlaps, functionadd)
DBG: added 'functionadd' command ("functionadd startAddr,endAddr")
DBG: FINALLY fixed this non-silent bug in mathfromstring
GUI: re-enabled Function_single drawing
2013-12-27 20:54:10 +01:00
mr.exodia be36241a69 DBG: updated TitanEngine
BRIDGE: added LOOP_ENTRY definition
DBG: fixed a bug with strings
DBG: added an alloctrace feature (for debugging only)
DBG: added plugin callbacks: CB_ATTACH and CB_DETACH
GUI: added LOOP_ENTRY drawing
2013-12-25 15:39:54 +01:00
mr.exodia 1a8fcdcd65 DBG: fixed a bug in addrinfoget (live comments)
DBG: check if process architecture matches the current debugger architecture
DBG: fixed a bug with non-silent valfromstring (last fix regarding silent stuff)
DBG: added memory operation brackets: '[', ']' and 'n:[' (see help)
GUI: removed useless info lines
PROJECT: updated help
2013-12-22 20:44:21 +01:00
mr.exodia d1b3f36cac BRIDGE: added 'DbgGetBranchDestination'
GUI: Enter/Return when a jump/call/ret is selected will now 'follow' the jump
2013-12-22 17:03:38 +01:00
mr.exodia f3f1056165 BRIDGE: changed typedef of GUISENDMESSAGE
BRIDGE: added GuiGetWindowHandle function
DBG: added crappy(!) string detection
DBG: fixed another bug with valfromstring not being silent
DBG: added function 'disasmgetstringat' (UNICODE detection doesnt work)
2013-12-22 16:38:14 +01:00
mr.exodia af4f257c45 BRIDGE: changed DbgGetLabelAt behaviour
BRIDGE: added GUI_SET_INFO_LINE
DBG: removed in-memory checking of the label inside _dbg_addrinfoget
DBG: updated disasm_helper (fill argument description)
DBG: fixed a bug with non-silent 'valfromstring' output
GUI: added InfoBox class
GUI: 'setShowHeader' function in the AbstractTableView
GUI: hide disassembly header
2013-12-22 14:43:46 +01:00
mr.exodia 09f622e3e1 DBG: added function 'disasmtext'
DBG: added BeaEngine import libraries
2013-12-21 14:58:20 +01:00
mr.exodia df3c3df6bc BRIDGE: compatibility with MSVC compiler
DBG: compatibility with MSVC compiler
DBG: added BeaEngine
DBG: added disasm_helper
2013-12-21 14:49:44 +01:00
mr.exodia cc9bd15013 BRIDGE: added GuiUpdateWindowTitle & GuiUpdateCPUTitle
DBG: changed memory map modname (now with extension)
DBG: change the window title to the currently debugged file + modname in CPU window for currently disassembled module
GUI: added update window title + cpu title
2013-12-14 14:56:49 +01:00
mr.exodia ff60d61bff DBG: attach 2013-12-11 20:52:40 +01:00
mr.exodia 7bbe42eb5f DBG: fixed a bug with plugins loaded from the x64_dbg.exe directory (thanks cypher_punk) 2013-12-09 15:35:41 +01:00
mr.exodia ddf850c852 DBG: fixed a small bug with references to variables that went out of scope (fixes the 'invalild pe' message on starting) 2013-12-08 20:45:46 +01:00
mr.exodia f22f5a2384 DBG: fixed a bug with restoring memory breakpoints from the database
DBG: remoevd WAITID_SYSBREAK (it could cause a deadlock when a breakpoint reached before the system breakpoint)
2013-12-07 20:45:48 +01:00
mr.exodia 06d86c3c20 PROJECT: updated todo list
DBG: added 'asm' command (there are bugs with original breakpoint bytes with this->MemWrite in TitanEngine)
DBG: fixed a bug inside bpenumall
DBG: added memwrite function
2013-12-07 20:25:58 +01:00
mr.exodia 47607da8e4 BRIDGE: added GuiUpdateBreakpointsView()
DBG: call GuiUpdateBreakpointsView()
2013-12-06 16:42:06 +01:00
mr.exodia df9c1e9a21 PROJECT: updated clean.bat
PROJECT: updated MSVC projects
BRIDGE: use _gui_sendmessage
BRIDGE: small change of enum value
GUI: cleaned up the bridge (directly use Dbg* exports)
GUI: removed many exports
2013-12-06 15:10:44 +01:00
mr.exodia 83068ba147 DBG: debugged file path resolving
DBG: manually set entry breakpoints
DBG: bpfixmemory inside value.cpp
2013-12-03 21:02:13 +01:00
mr.exodia 43ce38dc21 PROJECT: updated todo list
DBG: some commenting (for signals)
2013-12-02 20:38:36 +01:00
mr.exodia acc1196461 BRIDGE: moved _dbg_dbginit to a new export (to call when the GUI is ready)
DBG: changed some stuff in the plugin loader
GUI: call DbgInit when ready loading the GUI
2013-11-25 16:18:04 +01:00
mr.exodia 44934f139e DBG: changed valfromstring order 2013-11-25 00:10:25 +01:00
mr.exodia 1f46794972 PROJECT: updated VS project 2013-11-24 23:20:30 +01:00
mr.exodia ae46df3278 DBG: added a plugin define
DBG: changed the order of importance in valfromstring
GUI: fixed spelling mistake xD
2013-11-24 23:15:26 +01:00
mr.exodia e6bef6f6de DBG: added some plugin exports (logputs, logprintf and debugpause)
DBG: fixed a bug with the 'mov' command
DBG: added some aliases for the 'cls' command
2013-11-24 22:11:12 +01:00
mr.exodia 00b3f8c716 DBG: sdk update
DBG: added bptobridge function
DBG: call plugin callbacks
2013-11-24 21:06:29 +01:00
mr.exodia 4f77810f8f BRIDGE: DLL_IMPEXP => BRIDGE_IMPEXP
BRIDGE: added _dbg_dbgcmddirectexec import
DBG: added export: _plugin_registercommand & _plugin_unregistercommand
DBG: fixed a bug in 'labelfromstring' (with modules)
DBG: different command architechture (argc, argv[] now)
DBG: different CMDRESULT enum (for compatibility with plugins)
DBG: added cmddirectexec
2013-11-24 17:27:18 +01:00
mr.exodia 2721ec8a6a DBG: added stuff label from string, sym from string 2013-11-24 14:51:53 +01:00
Sigmapic f3a7ed2e19 DBG: Fix issue in "_dbg_getbplist" 2013-11-24 11:16:56 +01:00
mr.exodia 142e6dc20a DBG: active bp fix 2013-11-23 18:40:36 +01:00
Sigmapic 3ea429ef5b DBG: Add "DbgGetBpList" prototype to bridgemain.h
DBG: Add a slot filed to BRIDGEBP for hardware breakpoints
2013-11-23 16:30:09 +01:00
mr.exodia 6b02f74e57 DBG: added more plugin callbacks 2013-11-22 22:31:35 +01:00
mr.exodia 6588b90ecd DBG: added basic plugin support (load plugins + register & call callbacks) 2013-11-22 22:12:56 +01:00
mr.exodia 4c2f73518a DBG: added bplist
DBG: added bookmark
GUI: many improbments
2013-11-20 22:28:20 +01:00
mr.exodia c15726cf2c BRIDGE: added BridgeSetting* exports
DBG: changed how modules are handled internally ('filename.extension' instead of 'filename')
DBG: fixed a bug in bpfixmemory (memory breakpoints would change the bytes too)
DBG: show breakpoint type when you break
DBG: added DeleteMemoryBPX command
DBG: set the most recent file using BridgeSetting
GUI: updated stuff with modules (MAX_MODULE_SIZE)
GUI: added restartDebugging() function
PROJECT: updated help
2013-11-20 17:55:59 +01:00
mr.exodia b12a05f627 DBG: updated TitanEngine
DBG: fixed terribly slow _dbg_memread export (became slow when you set more then two breakpoints)
DBG: fixed various bugs in breakpoint.cpp
DBG: added bpfixmemory to breakpoint.cpp (this restores the original breakpoint bytes)
DBG: re-enabled memory breakpoints
DBG: remove breakpoints outside of modules
DBG: fixed a bug in "bplist"
DBG: silent breakpoint
BRIDGE: renamed breakpoint types
2013-11-19 22:41:04 +01:00
mr.exodia 0f7e547f74 DBG: updated TitanEngine (hardware breakpoints for x64 now work)
PROJECT: updated help
DBG: you can now set & delete hardware breakpoints (x32+x64)
GUI: added hardware breakpoint delete in context menu
GUI: changed command bar shortcut to CTRL+ENTER
2013-11-18 22:12:42 +01:00
mr.exodia aa6c48743a PROJECT: updated help
DBG: re-wrote breakpoint.cpp
DBG: fixed some small code bugs (thanks DMichael)
DBG: fixed a bug with dbload()
DBG: INT3 breakpoint (set, delete, disable, enable) works again!
2013-11-18 19:20:18 +01:00
mr.exodia 0a86eb07a2 DBG: fixed a bug in the VS project (thanks acidflash) 2013-11-17 22:23:45 +01:00
mr.exodia 7b338c4199 DBG: started with the new breakpoint system (currently only SetBPX and DeleteBPX work, hardware, memory dont work) 2013-11-17 22:16:49 +01:00
mr.exodia 2ea70c2d7e DBG: added breakpoints table 2013-11-17 22:16:47 +01:00
mr.exodia 49ca6dc1f1 DBG: added sqlite helper file (sqlhelper.cpp) 2013-11-17 17:26:58 +01:00
mr.exodia e1a6b26c8e DBG: removed internal SQLite DB
DBG: now 100% supports debug symbols + gets API names etc
DBG: improved performance of _dbg_addrinfoget
2013-11-17 16:39:47 +01:00
mr.exodia da3fdf53a3 DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +01:00
mr.exodia d80b5cf1c3 fixed various bugs + added internal sqlite database for exports 2013-11-17 02:43:50 +01:00
mr.exodia c525e3397e BRIDGE: renamed members of an enum
DBG: database in memory (1000*commentget() from 600ms -> 60ms)
DBG: added commands 'dbsave' and 'dbload' (to load databases when working in various instances)
PROJECT: updated help
2013-11-16 16:07:29 +01:00
mr.exodia eb60123786 DBG: added _dbg_memisvalidreadptr export
BRIDGE: added DbgMemIsValidReadPtr
BRIDGE: compatible with MSVC
DBG: added comment+label set/get/del
DBG: added MSVC lib files for sqlite
PROJECT: updated help
PROJECT: update gitignore
2013-11-16 15:01:29 +01:00
mr.exodia da299171be DBG: changed behaviour of _dbg_bpgettypeat 2013-11-16 11:17:12 +01:00
mr.exodia 67bf3d2868 BRIDGE: added GuiUpdateAllViews export
BRIDGE: added GuiUpdateDisassemblyView export
DBG: call GuiUpdateAllViews(); where needed (resolved issue #19)
GUI: compatible with Qt5 & MSVC again
GUI: added '_gui_updatedisassemblyview' export
2013-11-16 00:17:55 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00