1
0
Fork 0
Commit Graph

4932 Commits

Author SHA1 Message Date
mr.exodia ff60d61bff DBG: attach 2013-12-11 20:52:40 +01:00
Sigmapic 00adc5c8d2 GUI: Resolved issue 2013-12-10 21:11:17 +01:00
Sigmapic 57fbcae120 GUI: Fixed an out of range mistake 2013-12-10 20:49:23 +01:00
Sigmapic 9f1d34153c GUI: Fixed a coding mistake 2013-12-10 20:49:22 +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
Sigmapic c5dc01f885 GUI: Add Up/Down key support in StdTable class 2013-12-08 13:43:04 +01:00
Sigmapic 99cb8abf92 GUI: Fixed bug in StdTable.cpp 2013-12-08 13:42:35 +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
Sigmapic 41ad09d41e GUI: Breakpoint window has been improved 2013-12-07 20:27:09 +01:00
Sigmapic b60f64dd86 GUI: Fix StdTable data access methods to prevent index out of range 2013-12-07 20:27:08 +01:00
Sigmapic 48f7fd8bde GUI: Add a class to handle breakpoints 2013-12-07 20:27:07 +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 31eb12b8a0 resolved issue 2013-12-06 16:47:00 +01:00
mr.exodia 47607da8e4 BRIDGE: added GuiUpdateBreakpointsView()
DBG: call GuiUpdateBreakpointsView()
2013-12-06 16:42:06 +01:00
mr.exodia 7211f1d137 updated TitanEngine (fixed memory breakpoints) 2013-12-06 16:36:44 +01:00
Sigmapic ea91cfcf66 GUI: Add GUI export message 2013-12-06 16:36:19 +01:00
Sigmapic cd8c8e0974 GUI: Bridge has been updated 2013-12-06 15:35:52 +01:00
Sigmapic 1555e27820 GUI: Add Column title support 2013-12-06 15:28:42 +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
Sigmapic cecc3dccbd GUI: Add "_gui_sendmessage" export to communicate with GUI throw this single communication channel 2013-12-04 21:14:02 +01:00
Sigmapic 84c42e9d95 GUI: Breakpoint window has been started 2013-12-04 21:14:01 +01:00
Sigmapic 3b8d5b8448 GUI: Minor changes 2013-12-04 21:14:00 +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 86f05e2624 PROJECT: updated todo list
GUI: fixed a bug with DOS filenames in the drag&drop function
2013-12-02 17:15:18 +01:00
mr.exodia 7145e14a1e PROJECT: updated ToDo list 2013-11-25 22:19:54 +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 9849ff81dc PROJECT: updated help 2013-11-24 23:57:09 +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 f4ee9959cb PROJECT: updated help 2013-11-24 22:49:43 +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 b0ef552740 GUI: Add hardware breakpoint support from right click context menu 2013-11-24 11:16:57 +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 f0c1f8966a BRIDGE: compatible with msvc 2013-11-21 19:25:12 +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 1d2f496378 PROJECT: updated readme 2013-11-19 22:56:25 +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
Sigmapic 67f5a6ae8e GUI: Fixup. Now buffer instruction is used with the isSelected method. 2013-11-19 19:06:33 +01:00
Sigmapic db2eb31d40 GUI: has been solved. Some stuff is now done from the instruction buffer and the mShouldReload boolean was not set to false after reloading data. Instruction can be improved with a structure that describe the buffer content... 2013-11-19 18:45:06 +01:00