Mr. eXoDia
a68e2d1e4c
GUI: CPUSideBar: fixed a massive lag + added disabled breakpoint color + better color properties for jump lines (unconditional: true/false and conditional true/false)
2014-06-13 02:32:13 +02:00
Mr. eXoDia
49bfaebedd
DBG: added DbgIsRunLocked
...
BRIDGE: added BridgeGetDbgVersion
GUI: use BridgeGetDbgVersion
2014-06-02 10:22:09 +02:00
Mr. eXoDia
16b36bb569
DBG: function + loop (draft) API
2014-05-29 00:36:45 +02:00
Mr. eXoDia
4d5a8f3749
DBG: fixed a nasty bug in modbasefromname (thanks Artic!)
...
DBG: added draft of loop display
GUI: simple status bar API
2014-05-26 15:40:14 +02:00
Mr. eXoDia
a339dd2d2f
BRIDGE: added GuiScriptEnableHighlighting
...
DBG: removed debug printf
DBG: fixed manifest problems
2014-05-21 01:18:20 +02:00
Mr. eXoDia
5777b7364f
DBG: added command auto-completion
...
BRIDGE: added command auto-completion
GUI: added command auto-completion
GUI: added HistoryLineEdit in the Goto Dialog
2014-05-21 00:22:49 +02:00
Mr. eXoDia
bf7c1fb8c3
DBG: fixed a few warnings
...
DBG: updated pattern finder
2014-05-21 00:20:31 +02:00
Mr. eXoDia
72b16cf089
PROJECT: added VERSIONINFO, resolved issue #106
2014-05-15 01:18:43 +02:00
Mr. eXoDia
faf53de72a
DBG: downgraded plugin SDK version again (1 byte alignment not needed), now FORCE default alignment
2014-05-10 15:10:02 +02:00
Mr. eXoDia
7bf164d8a5
BRIDGE: added GuiGetLineWindow
...
GUI: added GuiGetLineWindow
2014-05-10 03:47:03 +02:00
Mr. eXoDia
c6826ca65a
fixed issue #100 (ntdll redefinition problems)
2014-05-10 01:23:22 +02:00
Mr. eXoDia
70a91a06fc
DBG: added section names to the memory map
...
DBG: fixed a bug with string escaping in cbOutputDebugString
DBG: bring to front when paused
2014-05-09 13:43:12 +02:00
Mr. eXoDia
0bee4ed73a
PROJECT: updated debugging command (ctrl+f5 now runs the main executable, easier for testing)
2014-05-09 02:04:55 +02:00
Mr. eXoDia
0972dfdcee
DBG: updated plugin SDK version, fixed issue #95 (I think)
2014-05-07 20:45:52 +02:00
Mr. eXoDia
282e185557
BRIDGE: added selection API
...
GUI: added selection API for Disassembly, Dump and Stack
2014-05-01 17:11:24 +02:00
Mr. eXoDia
5f9f3f88f9
BRIDGE: added DbgScriptGetBranchInfo
...
DBG: added branch info
DBG: fixed a bug with comments in scripts
DBG: fixed a bug with prepended spaces in scripts
DBG: added script command 'nop'
GUI: separate class RichTextPainter
GUI: script syntax highlighting (jumps+calls+rets+comments)
GUI: backgroundColor property in AbstractTableView
GUI: added keyPressEvent handler (enter follows jumps & arrows select next command) in ScriptView
2014-04-26 20:44:19 +02:00
mr.exodia
e21a1b0406
DBG: undo internal command crap
2014-04-18 23:04:28 +02:00
mr.exodia
4ff6ea0cb1
BRIDGE: removed DbgMenuEntryClicked
...
DBG: added internal 'menuentryclicked' command (to simulate a command when a menu entry is clicked)
2014-04-18 22:59:59 +02:00
mr.exodia
f17afa0ea7
BRIDGE: added menu API
...
DBG: added menu API
GUI: changed bridge result variable behavior
GUI: added menu API
2014-04-18 22:37:54 +02:00
Mr. eXoDia
78a5935f9d
BRIDGE: updated internal version number
...
PROJECT: removed 'pause' from the end of the release script
2014-04-17 00:43:42 +02:00
Mr. eXoDia
cbd8a0fc6f
BRIDGE: debugger version number define (just the build number)
...
GUI: version number in the About title
2014-04-05 18:41:42 +02:00
Mr. eXoDia
47e0f53565
BRIDGE: added GuiReferenceSetSearchStartCol
...
DBG: only search the strings
GUI: fixed a bug with printDumpAt (the selection would change when you changed the view mode)
GUI: added API for changing the search start col
GUI: fixed a bug the search list view (it would only copy the first three columns)
2014-04-05 16:37:21 +02:00
Mr. eXoDia
3c67b77ec3
BRIDGE: added DbgDisasmFastAt & GuiGetDisassembly
...
DBG: exported DBG_DISASM_FAST
DBG: references now have disassembly as displayed in the GUI
GUI: added double click signal to StdTable
GUI: added 'Copy' context menu items to the ReferenceView
GUI: added double click slot to the SearchListView
GUI: added GET_DISASSEMBLY export
GUI: fixed a bug with unknown memory sizes (in BeaHighlight)
2014-04-05 00:17:20 +02:00
Mr. eXoDia
7fa39c08f2
BRIDGE: removed infoline stuff
...
DBG: fixed stack dumping (now you cannot dump outside of the stack range)
DBG: fixed a bug with x64 memory reading (values were written back incorrectly @ math.cpp)
GUI: fixed a bug with dumping on invalid memory addresses
GUI: fixed a bug with disassembling on invalid memory addresses
GUI: InfoBox draft
GUI: chop spaces at the end of disassembled instructions
GUI: follow in dump draw (currently you can only follow the current selection)
GUI: fixed bugs with slots executed when not debugging anything
GUI: added goto expression to the menu
GUI: very basic stack menu
GUI: GotoDialog now has a valid memory range specifier
2014-03-30 22:12:09 +02:00
Mr. eXoDia
d9fdc0a99a
BRIDGE: added GuiSetLastException
...
DBG: dump somewhere when the system breakpoint was hit
DBG: set last exception code in GUI
GUI: last exception code in settings dialog
2014-03-28 17:37:24 +01:00
Mr. eXoDia
dce8ddcac7
GUI: start with the exception range
2014-03-21 17:32:20 +01:00
mr.exodia
d4b6dd670c
BRIDGE: removed CPU title API
...
GUI: added settings dialog
DBG: added settings (breaking at various callbacks)
DBG: remove singleshoot breakpoints from the database
DBG: safe dprintf function
DBG: set module + thread in window title
DBG: remove memory breakpoints from modules when unloaded
DBG: fixed a few bugs with the recent file list
2014-03-20 00:55:40 +01:00
Mr. eXoDia
1c1270dc76
- added undocumented structures
...
- added lasterror to the thread list
- fixed the thread list (now clears+updates)
2014-03-16 12:56:55 +01:00
Mr. eXoDia
e71d10203a
GUI: thread list view (completed 100%)
...
BRIDGE: added thread list API
DBG: almost completed thread list (needs LastError + WaitReason)
2014-03-16 01:48:14 +01:00
Mr. eXoDia
e591ecc353
- updated TitanEngine
...
- added DbgMemWrite bridge export
- removed bpfixmemory (now uses MemoryReadSafe & MemoryWriteSafe)
2014-03-15 17:01:35 +01:00
Mr. eXoDia
082afb92f4
BRIDGE: added GuiUpdateDumpView
...
DBG: fixed a bug with the refreshing moment
GUI: added updateDump
GUI: removed global goto window
GUI: removed ugly context menu
2014-03-03 00:58:36 +01:00
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
f92a4091f5
PROJECT: updated readme
...
BRIDGE: added DbgDisasmAt function
2014-02-24 13:00:47 +01:00
Mr. eXoDia
93e5e0489e
DBG: small code improvements
2014-02-23 20:13:03 +01:00
Mr. eXoDia
a157322800
BRIDGE: added GuiReferenceSetProgress function
...
GUI: added ReferenceView progress bar API
2014-02-23 16:43:03 +01:00
Mr. eXoDia
a3eed0f80d
BRIDGE: added reference API
...
GUI: added reference API (untested)
2014-02-23 15:29:39 +01:00
mr.exodia
7f3376df08
PROJECT: added Guids for the visual studio projects
2014-02-22 22:19:57 +01:00
mr.exodia
2fe11001dc
BRIDGE: added DbgModBaseFromName function (for plugins)
2014-02-22 16:22:07 +01:00
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
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
a148e89ac1
symbol information stuffs
2014-02-18 01:32:41 +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
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
f6bc8ea1b9
GUI scripting done!
2014-02-09 13:34:48 +01:00