1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
tr4ceflow 6389442bed GUI: working shortcuts dialog and some shortcuts binding 2014-07-29 19:05:49 +02:00
tr4ceflow 625aa68d22 GUI: working shortcuts dialog and some shortcuts binding 2014-07-29 18:53:52 +02:00
Mr. eXoDia b735394135 PROJECT: updated credits 2014-07-29 18:42:58 +02:00
Mr. eXoDia 8947c3f240 PROJECT: updated help 2014-07-29 18:34:51 +02:00
Mr. eXoDia 976a08c236 BRIDGE: macro fix 2014-07-29 18:24:37 +02:00
Mr. eXoDia 894b41dc0a BRIDGE: dead-simple macro list 2014-07-29 18:16:22 +02:00
Mr. eXoDia 2ec2ee9669 BRIDGE: use a macro to load exports 2014-07-29 17:46:05 +02:00
Mr. eXoDia 63268253d3 DBG+GUI+BRIDGE: replaced tabs with spaces 2014-07-29 17:45:41 +02:00
tr4ceflow c06eb683fb Merge branch 'custom_keyboard_mapping' of https://bitbucket.org/mrexodia/x64_dbg into custom_keyboard_mapping 2014-07-29 00:03:44 +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 564ed38c12 GUI: new dialog for shortcuts and some custom code for demonstrating how to use the shortcut mapping 2014-07-28 23:59:48 +02:00
tr4ceflow 439fbac25f GUI: rudimentary keyboardmapping and "const correctness" 2014-07-28 17:48:53 +02:00
Mr. eXoDia acedd499c2 PROJECT: updated help 2014-07-28 01:57:43 +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
Nukem 32ec82ac23 DBG: Fix possible wcs/strlen overflow 2014-07-26 00:46:07 -04:00
Nukem 990833dbf7 DBG: Fix possible WideCharToMultiByte crash 2014-07-26 00:41:28 -04:00
Mr. eXoDia 0e1c1449ce PROJECT: some formatting 2014-07-25 22:57:11 +02:00
mrexodia 305faec66b Merged in RaMMicHaeL/x64_dbg/DbgLoopDel (pull request #5)
Fixes DbgLoopDel
2014-07-25 19:41:17 +02:00
RaMMicHaeL 1c01dbd74e Fixed DbgLoopDel 2014-07-25 10:04:23 +03:00
RaMMicHaeL ddd59a5e24 Merged mrexodia/x64_dbg into master 2014-07-25 09:57:42 +03:00
Mr. eXoDia aa2d934780 DBG: updated version 2014-07-24 23:17:20 +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 551791ea46 DBG: fixed a crash in stackgetcallstack 2014-07-24 21:12:53 +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 0f75da8315 BRIDGE+DBG: added callstack functions + speedup of stackcommentget 2014-07-24 21:04:46 +02:00
Mr. eXoDia 9e6d1e4311 GUI: fixed some size problems in WordEditDialog 2014-07-24 21:03:40 +02:00
Mr. eXoDia 5846940719 DBG: fixed a bug with negative values used in more complex expressions 2014-07-24 20:07:04 +02:00
Mr. eXoDia bac2efe8c1 DBG: fixed a bug in valtostring 2014-07-24 19:35:33 +02:00
Mr. eXoDia 22ab7f3920 GUI: fixed some button sizes in HexEditDialog 2014-07-24 18:45:10 +02:00
Mr. eXoDia 3f4584ce63 PROJECT: updated gitignore 2014-07-24 17:22:01 +02:00
Mr. eXoDia 77afb0222e DBG: fixed some interface 'bugs' 2014-07-23 03:21:42 +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
Mr. eXoDia fa7c198c2b GUI: Font tab in AppearanceDialog 2014-07-21 00:19:33 +02:00
Mr. eXoDia 67513f78f9 GUI: double click on CIP will show the instruction pointer in the disassembly window 2014-07-21 00:08:57 +02:00
Mr. eXoDia 1ec755ed34 GUI: fixed some problems in GotoDialog 2014-07-20 22:19:50 +02:00
Mr. eXoDia c0ffece743 GUI: resolved issue #59 2014-07-19 06:02:00 +02:00
Mr. eXoDia 867b9d45c7 GUI: small fix in the CPUInfoBox 2014-07-19 05:19:37 +02:00
Mr. eXoDia 1e8a2772cb GUI: resolved issue #136 (double click on breakpoint will follow in disassembler) + "toogle" --> "toggle" 2014-07-19 05:17:26 +02:00
Mr. eXoDia e18b3735f3 GUI: fixed a bug with the double click signal in StdTable 2014-07-19 05:15:18 +02:00
Mr. eXoDia 278604e801 DBG: fixed a bug in valapifromstring (with the imagebase of the main exe) + fixed a buffer overflow (resolved issue #134) 2014-07-19 04:53:28 +02:00
Mr. eXoDia 3c9c6fa17b DBG: performance improvement with the memory map 2014-07-19 04:34:22 +02:00