1
0
Fork 0
Commit Graph

408 Commits

Author SHA1 Message Date
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 86cb1a6459 GUI: fixed various selection bugs in the HexDump 2014-08-05 02:12:37 +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 e85b474b13 DBG+GUI: enable/disable memory breakpoints 2014-08-02 02:18:26 +02:00
Mr. eXoDia dab3e45508 DBG+GUI: enable/disable hardware breakpoints 2014-08-02 01:59:03 +02:00
Mr. eXoDia 0b06237277 GUI: resolved issue #138 (function end drawing issue on instructions with size > 1) 2014-08-02 00:36:27 +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
Mr. eXoDia a6d7989e34 GUI: removed some unused #include <QDebug> 2014-07-30 03:45:40 +02:00
Mr. eXoDia 4360cb0967 GUI: fixed a bug with signed/unsigned values in the WordEditDialog 2014-07-30 02:13:51 +02:00
Mr. eXoDia b8a6f2da3d GUI: moved all QAction->setShortcut into separate functions + fixed a bug with shortcuts in the register view + fixed a bug with copying in the register view 2014-07-30 02:13:29 +02:00
Mr. eXoDia 1ed721fbef GUI: enterPressed signal in AbstractTableView 2014-07-30 02:10:58 +02:00
Mr. eXoDia 4f896bd82a GUI: fixed a bug when closing the AppearanceDialog + all actions in MainWindow now have customizable shortcuts + fixed a bug in the configuration with loading the shortcuts 2014-07-29 23:27:58 +02:00
Mr. eXoDia 421808da52 GUI: fixed Shortcuts customization + added donate button 2014-07-29 22:52:50 +02:00
Mr. eXoDia a18faeb757 GUI: format + change ShortcutsDialog title 2014-07-29 20:42:52 +02:00
mrexodia 3e3f84d87e Merged in custom_keyboard_mapping (pull request #7)
custom keyboard mapping
2014-07-29 19:43:26 +02:00
tr4ceflow c60161b8fb Merge branch 'custom_keyboard_mapping' of https://bitbucket.org/mrexodia/x64_dbg into custom_keyboard_mapping 2014-07-29 19:41:09 +02:00
tr4ceflow cc3a42e95d GUI: change ShortcutsDialog 2014-07-29 19:40:56 +02:00
Mr. eXoDia 1556c80e10 GUI: shortcut icon 2014-07-29 19:36:02 +02:00
tr4ceflow 2ded7fb5a3 GUI: custom shortcuts for menubar (all menu items) 2014-07-29 19:32:43 +02:00
tr4ceflow 6389442bed GUI: working shortcuts dialog and some shortcuts binding 2014-07-29 19:05:49 +02:00
Mr. eXoDia 63268253d3 DBG+GUI+BRIDGE: replaced tabs with spaces 2014-07-29 17:45:41 +02:00