1
0
Fork 0
Commit Graph

623 Commits

Author SHA1 Message Date
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 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 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 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 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 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
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 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
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 c8f992a585 GUI: added middle click = copy address 2013-12-21 15:19:49 +01:00
mr.exodia 77ad30f100 BRIDGE: added DbgGetFunctionTypeAt and DbgGetLoopTypeAt
GUI: font fix for Qt5
GUI: added painting of function lines and loop lines (for analysis in the future)
GUI: fixed a drawing bug (caused little coloured dot) when making the column smaller
2013-12-15 02:18:31 +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 b1359addee GUI: fixed a bug reported by Insid3Code (thanks for the report!) 2013-12-14 13:42:29 +01:00
Sigmapic 00adc5c8d2 GUI: Resolved issue #16 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
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
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
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 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 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 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
Sigmapic b0ef552740 GUI: Add hardware breakpoint support from right click context menu 2013-11-24 11:16:57 +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
Sigmapic 67f5a6ae8e GUI: Fixup. Now buffer instruction is used with the isSelected method. 2013-11-19 19:06:33 +01:00
Sigmapic db2eb31d40 GUI: #23 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
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
Sigmapic cfa9c9ae0c GUI: Fixed minor GUI bug 2013-11-17 18:59:04 +01:00
Sigmapic 1155aab293 GUI: Right click context menu implementation of the CPUDisassembly.h class has been started 2013-11-17 18:59:03 +01:00
Sigmapic 4169647ed9 GUI: Disassembly of the CPU sub-window is now a child from the Disassembly.h class. 2013-11-17 18:59:02 +01:00
Sigmapic fcdb072d73 GUI: Removed the MemoryPage dependency from the Disassembly class (Useless) 2013-11-17 18:59:01 +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 5a862a2d1e GUI: fixed breakpoint colour 2013-11-16 11:26:59 +01:00
mr.exodia 632e3199e1 GUI: removed obsolete build step file 2013-11-16 00:19:45 +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
Sigmapic d7dc655794 GUI: Add the "void _gui_repaint()" export to the GUI 2013-11-15 23:10:30 +01:00
Sigmapic 62094f09ec GUI: resolved issue #20 2013-11-15 22:59:35 +01:00
mr.exodia 683b24f950 GUI: update 2013-11-15 22:37:09 +01:00
mr.exodia 14fe930c37 GUI: new batch files 2013-11-15 22:13:39 +01:00
mr.exodia 709db24e13 - updated .gitignore
- updated readme.txt
- removed bridge .lib files
2013-11-14 22:53:30 +01:00
mr.exodia 6c9de40fbc first commit 2013-11-14 21:55:18 +01:00