1
0
Fork 0
Commit Graph

65 Commits

Author SHA1 Message Date
mr.exodia 68a7a66336 GUI: added stack
BRIDGE: added stack functions (GuiStackDumpAt & DbgStackCommentGet)
DBG: added stackinfo skeleton
GUI: fixed some stuff in the HexDump class
2014-03-02 20:59:58 +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 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 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 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 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 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 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 44934f139e DBG: changed valfromstring order 2013-11-25 00:10:25 +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 2721ec8a6a DBG: added stuff label from string, sym from string 2013-11-24 14:51:53 +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 da3fdf53a3 DBG: fixed all memory leaks (from emalloc&efree) 2013-11-17 13:10:29 +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