1
0
Fork 0
Commit Graph

296 Commits

Author SHA1 Message Date
Mr. eXoDia 4e432b2af7 GUI: only execute JIT commands when something actually changed 2014-08-08 15:40:09 +02:00
Mr. eXoDia 26d33436f5 GUI: double click on address in hex dump will enable the rva mode (like in the disassembler) 2014-08-08 15:10:55 +02:00
Mr. eXoDia a4584be52e GUI: fixed massive performance issue in the AppearanceDialog + added search result highlighting to the SearchListView (symbols+references) + fixed a small bug with inserting in the searchlistview 2014-08-08 02:25:31 +02:00
Mr. eXoDia 3e391bd86b GUI: threaded calls to DbgIsValidExpression in Calculator/Goto/WordEdit dialog (provides a more comfortable interface) 2014-08-07 23:29:39 +02:00
Mr. eXoDia 10416368fd GUI: fixed some small bugs in the follow menu 2014-08-07 21:55:00 +02:00
mrexodia 7bf1950cc9 Merged in Dreg_fr33project/x64_dbg (pull request #16)
two little fix in the before attach stuff
2014-08-06 16:28:29 +02:00
Mr. eXoDia 02e6e8ca95 GUI+DBG: some horizontal scrollbars (resolved issue #35) 2014-08-06 16:28:18 +02:00
dreg_fr33project e10a3fcad3 other little fix jitauto 2014-08-06 15:44:21 +02:00
dreg_fr33project 84e706b14d a little fix in the before attach stuff 2014-08-06 15:36:43 +02:00
Mr. eXoDia e15c177c72 GUI: fixed a small refresh bug 2014-08-06 14:46:30 +02:00
Mr. eXoDia 538d86f42e GUI: switch view in memory map (all pages) 2014-08-06 14:39:46 +02:00
Mr. eXoDia 4122202a66 PROJECT: formatting 2014-08-06 10:27:13 +02:00
Mr. eXoDia ae8a5a1de1 GUI: string recognition and character recognition in the CPUInfoBox 2014-08-06 10:05:29 +02:00
dreg_fr33project a68d95d77d JIT AUTO SUTFF - before attaching - and some code improves 2014-08-05 22:19:09 +02:00
Mr. eXoDia cc4d1963ac GUI: very basic implementation of CPUInfoBox (resolved issue #64) 2014-08-05 09:01:50 +02:00
Mr. eXoDia 091af5d362 DBG+GUI+PROJECT: JIT Debugging now actually works (before it would hang in WaitForMultipleObjects) + added JIT restore option + updated help 2014-08-05 07:39:15 +02:00
Mr. eXoDia bd7803b3b5 GUI: resolved issue #55 (follow in dump context menu) + reorganized disassembly menus + fixed a bug in CPUInfoBox + CPUDump: added context menu option 'Follow in Stack' if the dumped address is inside the stack 2014-08-05 05:09:49 +02:00
Mr. eXoDia b8f1ebbb30 GUI: resolved issue #110 (Attach Dialog + Detach menu option) + updated calculator icon 2014-08-05 04:29:54 +02:00
Mr. eXoDia 7a8a0821b0 GUI: allow selection in the stack everywhere, not just on the middle address 2014-08-05 01:42:42 +02:00
Mr. eXoDia fa1377be12 GUI: fixed a compile problem
DBG: formatting
2014-08-05 01:21:17 +02:00
Mr. eXoDia 9b1867bb5b PROJECT: code formatting 2014-08-05 01:07:31 +02:00
mrexodia 20705833cb Merged in Dreg_fr33project/x64_newdbgjustintimedebugger (pull request #13)
JIT SUPPORT
2014-08-05 01:00:26 +02:00
Mr. eXoDia 7a9f30fc76 should fix a crash 2014-08-05 00:44:22 +02:00
dreg_fr33project 8a7f1c8fb5 edit stuff 2014-08-05 00:34:02 +02:00
dreg_fr33project 552e839b0b fixed NULL execution 2014-08-05 00:30:52 +02:00
dreg_fr33project 6acb8040f6 a few of changes 2014-08-05 00:08:56 +02:00
dreg_fr33project bf27d57116 get def JIT 2014-08-04 23:32:07 +02:00
dreg_fr33project af12bc7bb1 switch thread right click in thread tab 2014-08-04 17:34:43 +02:00
dreg_fr33project af0491950a basic JIT support 2014-08-04 16:40:51 +02:00
Mr. eXoDia 91ee4ca292 GUI: also use the Calculator to calculate from hex, signed int, unsigned int, octal, binary, ascii, unicode to the others 2014-08-03 23:41:22 +02:00
Mr. eXoDia 0f0a2b3f71 GUI: select first module on updatePatches() 2014-08-03 21:38:47 +02:00
Mr. eXoDia 3526cbf894 GUI: added status bar messages when you save settings 2014-08-02 21:11:19 +02:00
mrexodia f9a0c8f7b8 Merged in removeannoying (pull request #11)
improve userexperience
2014-08-02 21:09:30 +02:00
Mr. eXoDia a8d9743fa8 PROJECT: AStyle 2014-08-02 20:50:03 +02:00
tr4ceflow ff23b7bf17 remove annoying messageboxes when saving settings in AppearanceDialog, ShortcutsDialog, SettingsDialog
add c++11 compiler flag to use MSVC2010 c++0x features like the "auto" keyword
2014-08-02 20:25:45 +02:00
Mr. eXoDia 1e8f1928ab GUI: removed donation button from toolbar + follow in Disassembler in Calculator + title in Calculator + Calculator is not a modal window (still allow working while using the calculator) + AStyle + removed empty resource prefix + fixed a warning in Configuration 2014-08-02 19:36:09 +02:00
tr4ceflow 9fc4f2cfc1 GUI: add a ida-like calculator 2014-08-02 18:29:28 +02:00
Mr. eXoDia 649482012d GUI: context menu item for download all symbols 2014-08-02 17:22:30 +02:00
Mr. eXoDia aa9d8c89b3 GUI: re-enable the "Enable/Disable" context menu entry in the memory breakpoints view 2014-08-02 04:28:59 +02:00
Mr. eXoDia a60b944b6c GUI: context menu in the module list to download symbols (+ disasm at imagebase + 0x1000) 2014-08-02 04:20:32 +02:00
Mr. eXoDia 219908b4f8 BRIDGE+GUI: GuiSymbolRefreshCurrent 2014-08-02 03:57:37 +02:00
Mr. eXoDia dab3e45508 DBG+GUI: enable/disable hardware breakpoints 2014-08-02 01:59:03 +02:00
Mr. eXoDia 04c772720f DBG: fixed a bug in cbDebugInit + differentiate between system breakpoint and "attach breakpoint"
GUI: resolved issue #139 (Break on system breakpoint only when attaching option)
2014-08-02 00:28:20 +02:00
Mr. eXoDia 958394cffd GUI+DBG: resolved issue #98 (REGISTER strings / labels only on CIP) 2014-08-02 00:06:28 +02:00
Mr. eXoDia f6c1cae989 GUI: fixed a bug with shortcut contexts
LAUNCHER: fixed a clean compile bug (removed bridge inclusion)
EXE: removed unused include
2014-08-01 23:27:00 +02:00
dreg_fr33project e2a0054594 improve thread stuff 2014-07-30 22:18:26 +02:00
dreg_fr33project 2e92b2b4a3 all thread debug stuff 2014-07-30 21:14:41 +02:00
dreg_fr33project 426be54c2d thread tab stuff 2014-07-30 19:55:42 +02:00
Mr. eXoDia 99bfd47bce GUI: no more copy beep + fixed some doubleclick events 2014-07-30 15:49:55 +02:00
Mr. eXoDia 850ad8a1fe GUI: shortcuts now fully customizable 2014-07-30 03:48:32 +02:00