1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Mr. eXoDia ae50e0a7a3 GUI: generate debug symbols in release mode (useful for JIT debugging on unknown crashes) 2014-06-13 02:33:21 +02:00
Mr. eXoDia bf2c60e3e1 GUI: BeaTokenizer: fixed various small bugs in the tokenizer, now it appears to be working good 2014-06-13 02:32:51 +02:00
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 d836493764 GUI: RegisterView: use the REGSTRUCT at CIP as reference to highlighting (keep CIP register changes when you change a register manually) 2014-06-13 02:27:29 +02:00
Mr. eXoDia 3350d26f9d GUI: fixed BeaTokenizer + fixed CPUSideBar crash + added token to Instruction_t 2014-06-12 22:34:52 +02:00
Mr. eXoDia adfb11587e GUI: fixed base 2014-06-12 21:51:19 +02:00
tr4ceflow 1a8090ab06 GUI: add setLabelSlot in Hex-Dump 2014-06-12 21:48:17 +02:00
Mr. eXoDia 4fb85f0c80 GUI: richtext struct is not in the class 2014-06-12 21:46:15 +02:00
tr4ceflow 96299cc60a Merge branch 'register_follow' 2014-06-12 20:35:06 +02:00
tr4ceflow 599952f2ba Merge branch 'extracolors' 2014-06-12 20:34:58 +02:00
Mr. eXoDia 5c2fbab5cb DBG: updated Scylla+TitanEngine 2014-06-12 19:45:06 +02:00
Mr. eXoDia 46beff5aa0 PROJECT: updated gitignore 2014-06-12 19:44:10 +02:00
Mr. eXoDia d975c1fe1f GUI: added BeaTokenizer class 2014-06-12 19:44:09 +02:00
Mr. eXoDia 68e57ce49f GUI: fixed a bug with the previous commit 2014-06-12 19:44:08 +02:00
Mr. eXoDia 5ee06be014 GUI: fixed a crash with the CPU SideBar 2014-06-12 19:44:08 +02:00
Mr. eXoDia d2c7fcd490 DBG: fixed a bug with detaching while paused sometimes 2014-06-12 19:44:07 +02:00
tr4ceflow b26bb724b8 new features:
- register --> follow in Dump
- label "eax", ... will be displayed in CPUSideBar
bugfixes:
- RegistersView now accept the RETURN key instead of ENTER key for modifying values
2014-06-11 18:14:47 +02:00
tr4ceflow 21bcc2e19b additional colors added for various elements
scrolling in RegistersView is now enabled
better access to ApiFingerprints
2014-06-11 17:37:55 +02:00
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