1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Mr. eXoDia f87d2079b7 GUI: some failures 2014-05-15 02:06:42 +02:00
Mr. eXoDia 9f6385a0eb GUI: now detaching only works with a context menu 2014-05-15 02:06:02 +02:00
Mr. eXoDia 303723bcb5 GUI: deleted custom tab widgets 2014-05-15 02:05:34 +02:00
Mr. eXoDia 72b16cf089 PROJECT: added VERSIONINFO, resolved issue #106 2014-05-15 01:18:43 +02:00
Mr. eXoDia 6ebea665dc PROJECT: updated help (thanks Artic for the idea!) 2014-05-15 01:01:50 +02:00
Mr. eXoDia c4109393eb PROJECT: updated readme 2014-05-13 22:38:08 +02:00
Mr. eXoDia 43744a6ef9 DBG: updated TitanEngine 2014-05-13 21:35:17 +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 b4c264ad8b DBG: fixed a bug with the '=' sign (non-existent variables were seen as invalid) 2014-05-09 21:51:56 +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 b4374713fe GUI: added stack 'follow in dump/stack/disassembler' context menu to the GUI 2014-05-05 21:49:26 +02:00
Mr. eXoDia 5b92f63e29 DBG: fixed a bug with the reference functions 2014-05-05 18:16:56 +02:00
Mr. eXoDia 41fc89f402 DBG: strings in the stack 2014-05-04 17:33:23 +02:00
Mr. eXoDia 8e76a108e2 GUI: fixed GuiSelectionGet & GuiSelectionSet 2014-05-02 18:40:00 +02:00
Mr. eXoDia 92df7faea1 DBG: added size argument to 'find', 'strref' and 'reffind'
DBG: updated reference API to support a custom size and start address
PROJECT: updated help
2014-05-01 18:39:40 +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 c523a37dc0 DBG: fixed a bug in specialformat (thanks to Nukem for reporting!) 2014-04-30 01:16:12 +02:00
Mr. eXoDia 32ffed108b GUI: little refactoring 2014-04-29 23:03:45 +02:00
Mr. eXoDia 9cd792c070 GUI: 'Ready' instead of 'Terminated' on debugger start 2014-04-29 22:47:48 +02:00
Mr. eXoDia f35240b3bb GUI: added 'Search for' context menu in the disassembler. You can now search for constants (+strings) from this menu 2014-04-29 22:45:57 +02:00
Mr. eXoDia 8bf415dbb4 GUI: added find references to address context menu
GUI: fixed a small thing in the ExceptionRangeDialog
GUI: Find Strings now looks inside the memory page currently disassembled instead of CIP
DBG: moved some commands to the documented side
PROJECT: updated help
2014-04-28 03:18:51 +02:00
Mr. eXoDia c0315bac1e GUI: added rva display feature in disassembly
GUI: double click does different stuff in different columns
2014-04-28 02:07:37 +02:00
Mr. eXoDia f2ccaa5c3a GUI: double click toggles a breakpoint (like F2) 2014-04-28 01:03:06 +02:00
Mr. eXoDia 78c15c17d0 GUI: fixed a bug with the TabWidget 2014-04-27 17:40:35 +02:00
Mr. eXoDia 4008a80322 GUI: fixed crashes with Qt4 2014-04-27 03:13:12 +02:00
Nukem ddc365afd8 GUI: Allow windows to be dragged into tabs 2014-04-26 19:16:04 -04:00
Mr. eXoDia 0a115ec8f3 GUI: color commenting 2014-04-26 23:01:01 +02:00
Mr. eXoDia 4c848c16c3 GUI: fixed a bug when tabs are detached 2014-04-26 21:35:11 +02:00
Mr. eXoDia ebfca9adf7 GUI: color fix in StdTable 2014-04-26 21:19:01 +02:00
Mr. eXoDia 9f514b2751 GUI: hex color codes everywhere (custom colors coming soon!) 2014-04-26 21:15:40 +02:00
Mr. eXoDia 8eb711459e GUI: solved some merge conflicts 2014-04-26 20:47:25 +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
Nukem 9b36423cdc GUI: Make 'View' work with windowed tabs
Detached tabs now open at cursor location
2014-04-24 23:26:59 -04:00
Nukem 740a693384 GUI: Add detachable tabs 2014-04-24 17:24:24 -04:00
Mr. eXoDia f476569458 DBG: added pattern finder
DBG: added 'find' command
2014-04-24 00:49:27 +02:00
Mr. eXoDia a8488322da DBG: fixed a few plugin callback bugs
PROJECT: updated help
2014-04-23 01:21:47 +02:00
Mr. eXoDia b7b4fb2969 DBG: finished plugin menu API (tested&working)
DBG: updated TitanEngine
GUI: different DbgInit calling place
2014-04-22 21:24:26 +02:00
Mr. eXoDia 98b0d7d858 DBG: add plugin menu api 2014-04-22 19:25:37 +02:00
Mr. eXoDia 8e0e02bc2e DBG: fixed some handle leaks with CreateThread
DBG: fixed a bug in valtostring (thanks to a friend for reporting!)
DBG: reset script when the target is closed (thanks to a friend for reporting!)
DBG: removed annoying result of the 'mov' instruction (thanks to a friend for reporting!)
DBG: error when your target is already running and you try to run a script
2014-04-22 01:39:09 +02:00
mr.exodia 3324a3567a GUI: movable tabs (thanks to Nukem for the idea!) 2014-04-19 19:32:35 +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 d340ec6ae1 DBG: different way of obtaining the createprocess/loadlib paths 2014-04-18 01:05:26 +02:00
Mr. eXoDia ed4f1f5181 GUI: added zword 2014-04-17 23:27:23 +02:00
Mr. eXoDia 8b07e44826 DBG: re-added DeviceNameResolver 2014-04-17 22:43:55 +02:00