1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
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
Mr. eXoDia 1e1b921afd DBG: fixed the DevicePathToPath function 2014-04-17 21:05:50 +02:00
Mr. eXoDia 8c24955031 DBG: removed DeviceNameResolver (bug was fixed by ahmadmansoor already)
PROJECT: updated release script
2014-04-17 20:18:01 +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 5b46849bf6 PROJECT: updated gitignore
PROJECT: added release script
2014-04-17 00:34:37 +02:00
Mr. eXoDia 29fd03d687 DBG: added DeviceNameResolver (this hopefully fixes some 'error starting process (invalid pe?)' errors)
DBG: fixed MinGW compile bugs
DBG: fixed TitanEngine for MinGW
DBG: some more header files in the project
2014-04-16 23:52:41 +02:00
Mr. eXoDia 920fedc9ad DBG: added the detach command (should be working now)
PROJECT: updated help
2014-04-16 20:30:15 +02:00
Mr. eXoDia e8664e2749 DBG: added EnableDebugPrivilege setting
DBG: fixed a small bug in GetFileNameFromHandle
DBG: fixed a bug with attaching to x32 processes from x64_dbg
DBG: updated TitanEngine
GUI: added 'Enable Debug Privilege' to the settings dialog
2014-04-16 19:25:45 +02:00
Mr. eXoDia 22e78f5a8d IsFileBeingDebugged problem 2014-04-14 23:06:08 +02:00
mr.exodia b4ffffdbe9 GUI: 'Previous (-)' and 'Next (+)' commands have been added to the context menu 2014-04-08 00:05:38 +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 9dd6056d31 GUI: added more memory sizes to BeaHighlight 2014-04-05 00:50:58 +02:00
Mr. eXoDia 9ce77e13cb DBG: fixed a small bug in cbRef*
GUI: added a 'Find Strings' button
2014-04-05 00:32:01 +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 db9f14ed69 DBG: fixed a bug in fillbasicinfo
DBG: added function 'disasmispossiblestirng' (faster then disasmgetstringat)
DBG: fixed a bug in cbRefFind
DBG: added string references (command: 'strref')
GUI: fixed a bug in deleteAllColumns (from reference view)
2014-04-04 18:45:20 +02:00
Mr. eXoDia e5ab01f63f DBG: removed benchmark code
DBG: fixed a bug in the definition of disasm_fast.h
DBG: added command 'ref' (to search for references to addresses/values/constants)
DBG: added simple (but useful) reference API (reference.cpp)
DBG: fixed a bug in valfromstring
GUI: added Follow address context menus to ReferenceView
GUI: added Follow in Dump to symbol view context menu
GUI: added '*' to settings that require a restart of the debuggee
2014-04-04 16:48:09 +02:00
Mr. eXoDia 258ed71d48 DBG: latest TitanEngine 2014-04-04 14:58:29 +02:00
Mr. eXoDia d2a37413e8 DBG: added fast disassembly (1million instructions per second with analysis) 2014-04-02 22:47:10 +02:00