1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Mr. eXoDia 7fc0c9a31f GUI: added jump arrows when jump leaves the screen 2014-06-11 16:04:56 +02:00
Mr. eXoDia 3c57f5e368 GUI: added support for UNICODE characters to regview + added checks for IsDebugging + fixed alignment drawing issues + no characters for flags etc + fixed highlighting 2014-06-11 15:38:24 +02:00
tr4ceflow 8e8643cb24 bugfix: register selection using mouse click is working even when scrolling 2014-06-11 14:58:02 +02:00
tr4ceflow a2a950ef56 - add vertical scolling 2014-06-11 14:54:42 +02:00
Mr. eXoDia 8559924188 GUI: fixed RegistersView 2014-06-11 14:42:16 +02:00
tr4ceflow a07857e251 - complete rewrite of the RegistersView for more interactions
with features: ASCII-hints, labelname, modulename, highlight value changes
2014-06-11 14:13:36 +02:00
Mr. eXoDia 8f90275a33 GUI: added color customization dialog (seems to work) + fixed tab order in settings dialog 2014-06-11 03:54:27 +02:00
Mr. eXoDia d24a658f1a GUI: better jump arrows in CPUSideBar + fixed custom colors in Disassembly 2014-06-11 02:02:21 +02:00
Mr. eXoDia 943306f87b GUI: fixed some crashes in CPUSideBar & fixed a bug with jumps that go up & fixed jumps that leave the page 2014-06-10 23:43:16 +02:00
Mr. eXoDia 9b55fff157 GUI: fixed a bug in the side bar 2014-06-10 22:40:43 +02:00
Mr. eXoDia 8d991e251b GUI: fixed a bug in CPUSideBar (background color + clear on stop debug)
GUI: more color customizations
2014-06-10 21:07:22 +02:00
Mr. eXoDia 452f9beff4 GUI: Qt4 compatible + various fixed in the CPUSideBar 2014-06-10 19:18:39 +02:00
Mr. eXoDia cfb78d8beb formatted the whole project (AStyle) 2014-06-10 15:56:42 +02:00
mrexodia b3f1607580 Merged in tr4ceflow/x64_dbg/gui_enhance (pull request #1)
first steps to enhance the gui
2014-06-10 15:39:33 +02:00
tr4ceflow ca032104cc bugfix: api fingerprints database had wrong format 2014-06-09 16:09:12 +02:00
tr4ceflow dfe18ccda5 api fingerprints can be used to obtain informations about common api calls like "messageboxa"
added informations for "gdi32, kernel32, shell32, stdio, user32"
2014-06-09 15:15:25 +02:00
tr4ceflow e33e66466e colors are noew defined in a config file (using JSON)
JumpView has auto-refresh
2014-06-09 13:41:24 +02:00
tr4ceflow e683aa2271 ida sidebar 2014-06-08 21:50:31 +02:00
Mr. eXoDia 49bfaebedd DBG: added DbgIsRunLocked
BRIDGE: added BridgeGetDbgVersion
GUI: use BridgeGetDbgVersion
2014-06-02 10:22:09 +02:00
Mr. eXoDia 46cf431007 GUI: fixed a bug with the functions 2014-05-29 03:21:25 +02:00
Mr. eXoDia 16b36bb569 DBG: function + loop (draft) API 2014-05-29 00:36:45 +02:00
Mr. eXoDia edaa9eaffe DBG: updated DeviceNameResolver (fixes a bug with changed directory names & GetMappedFileNameA) 2014-05-26 21:10:04 +02:00
Mr. eXoDia f6ebe36439 DBG: resolved issue #116 (bpdll command) 2014-05-26 16:40:17 +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 4ef078d463 resolved issue #105 (commandline support) 2014-05-24 02:05:36 +02:00
Mr. eXoDia eabf2e293e GUI: fixed bugs in GuiSelectionGet & GuiSelectionSet (thanks to ahmadmansoor for finding) 2014-05-21 02:22: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 6736028479 GUI: added CommandHelpView draft 2014-05-21 00:21:07 +02:00
Mr. eXoDia bf7c1fb8c3 DBG: fixed a few warnings
DBG: updated pattern finder
2014-05-21 00:20:31 +02:00
Mr. eXoDia 259099f936 DBG: fixed two small bugs in the script engine 2014-05-18 14:13:07 +02:00
Mr. eXoDia 03a18dd9c4 GUI: fixed a bug with the reference view (thanks to Artic for reporting this)
GUI: fixed a bug with the reloadData function
DBG: removed useless DeleteFile calls
2014-05-18 02:24:08 +02:00
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