1
0
Fork 0
Commit Graph

490 Commits

Author SHA1 Message Date
Mr. eXoDia 0221946713 GUI: resolved issue #64 (copy selection, selection (no bytes), address, disassembly) 2014-08-09 12:30:11 +02:00
Mr. eXoDia ff41b6bb2b GUI: middle mouse in dump copies current selection address 2014-08-09 12:26:58 +02:00
Mr. eXoDia 3b34297d2f GUI: fixed some warnings 2014-08-09 11:30:01 +02:00
Mr. eXoDia 937ea60894 GUI: resolved issue #155 (segments incorrectly done when trying to re-assemble instructions) 2014-08-08 20:27:10 +02:00
Mr. eXoDia 175bb39dde GUI: fixed a small bug with the scroll bar range 2014-08-08 19:05:45 +02:00
Mr. eXoDia f3d44c8dfa GUI: fixed Bridge::CopyToClipboard (use Qt instead of WinAPI) + fixed various warnings 2014-08-08 16:24:26 +02:00
Mr. eXoDia 71603c82bb GUI: fixed a bug in BeaTokenizer::TokenEquals (size doesn't matter now per default) 2014-08-08 16:23:12 +02:00
Mr. eXoDia 8193316537 GUI: fix previous commit 2014-08-08 15:51:48 +02:00
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 0d3a2f192d GUI: fixed a bug with auto-resizing columns in the HexDump 2014-08-07 21:58:25 +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
Mr. eXoDia e3075ef191 GUI: fixed an annoying resize fix for the splitters in AbstractTableView 2014-08-06 16:21:43 +02:00
Mr. eXoDia c751a99084 GUI: fixed a very annoying cursor problem 2014-08-06 16:14:08 +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 fd76024b1c GUI: fixed a very annoying scroll bar update problem 2014-08-06 15:23:05 +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 f885a1fded GUI: implemented working horizontal scroll bars 2014-08-06 14:23:16 +02:00
Mr. eXoDia 0f2638016e GUI: basics of horizontal scroll bar are now working 2014-08-06 12:57:30 +02:00
Mr. eXoDia 8bd7dc47a2 GUI: fixed a bug with the highlighttoken value 2014-08-06 12:25:10 +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 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
tr4ceflow ed5ca983c3 GUI: new dialog for shortcuts and some custom code for demonstrating how to use the shortcut mapping 2014-07-29 00:02:52 +02:00
tr4ceflow 439fbac25f GUI: rudimentary keyboardmapping and "const correctness" 2014-07-28 17:48:53 +02:00
Mr. eXoDia b64245837d GUI+DBG+BRIDGE: added thread switching + fixed a bug in callstack + added CB_WINEVENT_GLOBAL plugin callback + auto-update memory map on allocation size change + added sleep script command 2014-07-28 01:57:42 +02:00
Mr. eXoDia 0e1c1449ce PROJECT: some formatting 2014-07-25 22:57:11 +02:00
Mr. eXoDia 57dd5d6004 GUI: resolved issue #137 2014-07-24 22:27:25 +02:00
Mr. eXoDia 859b01fa1c GUI: WordEditDialog now allows entering in signed and unsigned too 2014-07-24 22:16:37 +02:00
Mr. eXoDia f2e14beca9 GUI: callstack context menu + shortcuts (resolved issue #61) 2014-07-24 21:48:42 +02:00
Mr. eXoDia 4a043315c0 GUI: very basic callstack + added patches to the disasm context menu 2014-07-24 21:12:39 +02:00
Mr. eXoDia 9e6d1e4311 GUI: fixed some size problems in WordEditDialog 2014-07-24 21:03:40 +02:00
Mr. eXoDia 22ab7f3920 GUI: fixed some button sizes in HexEditDialog 2014-07-24 18:45:10 +02:00
Mr. eXoDia ee899f85c1 GUI: fixed another bug in BeaTokenizer with the string instructions (rep/repne prefix) 2014-07-21 14:11:28 +02:00
Mr. eXoDia 39a73ba838 Merge branch 'fontSettings' 2014-07-21 03:57:30 +02:00
Mr. eXoDia 8f6cfd1516 GUI: fixed a few bugs in SearchListViewTable + fixed a compile error with qMetaType 2014-07-21 03:57:24 +02:00
Mr. eXoDia bc3db1d2e2 GUI: fonts now fully customizable (resolved issue #132) 2014-07-21 03:56:24 +02:00
Mr. eXoDia 4e0803882c GUI: updated QHexEdit 2014-07-21 03:54:02 +02:00
Mr. eXoDia 50fdf02f29 GUI: set combo boxes to the currently selected fonts 2014-07-21 02:35:45 +02:00
Mr. eXoDia 00ab2b6c42 GUI: one step closer to font configuration 2014-07-21 02:20:38 +02:00
Mr. eXoDia f9b2764cf8 GUI: removed stuff from the appearance dialog 2014-07-21 00:29:15 +02:00