1
0
Fork 0
Commit Graph

644 Commits

Author SHA1 Message Date
Mr. eXoDia b6fd21f752 GUI: added Yara in the Gui of x64_dbg 2015-04-02 17:05:32 +02:00
Mr. eXoDia 905e94c66a DBg+GUI: generic formatting 2015-04-02 17:03:15 +02:00
Mr. eXoDia 4798a29660 Revert "Merged in Nukem9/x64_dbg/master (pull request #45)"
This reverts commit b6735aad53, reversing
changes made to 20fa55cc2b.
2015-04-02 16:57:45 +02:00
Nukem 1310d07914 GUI: Use threading-safe DBG<->GUI messages
*EXTREMELY EXPERIMENTAL*
2015-04-01 21:46:32 -04:00
Nukem 50ce7be0c3 Partially refactor label.cpp 2015-03-29 07:24:36 -04:00
Nukem 24bc4b4460 GUI: Hide horizontal scrollbars until an option is added 2015-03-28 18:09:53 -04:00
Nukem 11e03be041 GUI: Memory map double click for disasm 2015-03-28 18:05:55 -04:00
Nukem 86791702da Fix memory corruption 2015-03-28 17:26:41 -04:00
Nukem 402fc9ced7 64bit address display was not 0-padded 2015-03-28 17:19:53 -04:00
Nukem 0f7b253c51 Revert "GUI: Fix memory deallocation bug"
This reverts commit f02e4d5f17.
2015-03-28 00:10:32 -04:00
Nukem f02e4d5f17 GUI: Fix memory deallocation bug 2015-03-27 23:11:56 -04:00
Nukem b090e31085 Missing file 2015-03-27 21:36:56 -04:00
Nukem 14ac3efd04 GUI: Fix sign extension bug (visual only) 2015-03-27 21:35:45 -04:00
Mr. eXoDia 0fb5f7590b GUI: some fixes with importing patches 2015-03-22 14:09:43 +01:00
ultra 9bad5fceea settings gui scaling support 2015-03-15 21:43:24 -04:00
Mr. eXoDia 1f080ede2c GUI: update hex when editing ascii/unicode in HexEditDialog 2015-02-20 17:57:30 +01:00
Mr. eXoDia e46c3d879d GUI: report bug option + small GUI changes 2015-02-04 02:02:42 +01:00
Mr. eXoDia 9d78dfbbd6 GUI: close all tabs button in reference view + fixed annoying next line selection in references 2015-02-04 00:02:34 +01:00
Mr. eXoDia d1c92eeb55 DBG: fixed most strcpy_s problems 2015-02-02 00:58:25 +01:00
Mr. eXoDia 947cba39d1 GUI: Qt5 fixes 2015-01-05 14:59:30 +01:00
Mr. eXoDia 3753a1d340 GUI: show reference count in each reference view 2015-01-05 14:59:06 +01:00
Mr. eXoDia 524430794f GUI: added topmost option 2015-01-04 23:55:07 +01:00
Mr. eXoDia d67fcd1aef GUI: added display of the number of bytes selected in CPUDump 2015-01-04 23:02:32 +01:00
Mr. eXoDia b10e45dfae GUI+DBG+BRIDGE: resolved issue #92 (context menu api for plugins) 2015-01-04 22:18:20 +01:00
Mr. eXoDia 7b726e6e29 GUI: BridgeResult class to handle results of signals 2015-01-04 20:33:11 +01:00
Mr. eXoDia 93977457f9 GUI: better menu code 2015-01-04 19:51:04 +01:00
Nukem 45393bda75 GUI: Normalize table headers 2015-01-02 12:35:06 -05:00
Mr. eXoDia cca12ca83f GUI: resolved issue #236 (reference view does not follow in disassembler correctly) 2015-01-02 16:38:00 +01:00
Mr. eXoDia 2e347ad716 GUI: resolved issue #233 (crack in hexdump when scrolling up sometimes) 2015-01-01 20:44:19 +01:00
Mr. eXoDia ab3cf76115 DBG+GUI: updated register context structures (for plugin mingw compatibility) 2014-12-30 03:57:58 +01:00
Mr. eXoDia ab0279e168 GUI: close buttons on tabs 2014-12-30 03:51:04 +01:00
Mr. eXoDia 4ce848d21b GUI: resolved issue #125 (tabbed reference view) 2014-12-30 01:11:13 +01:00
Mr. eXoDia 13eaa8a7ae GUI: added options for detach/delete tabs in MHTabWidget 2014-12-30 00:54:13 +01:00
Mr. eXoDia efe2f12219 GUI: fixed a bug with copying the wrong number of instructions (thanks to futureproof for the find!) 2014-12-29 20:21:51 +01:00
Mr. eXoDia 91beff6211 GUI: added INT3 color customization 2014-12-29 15:10:34 +01:00
Mr. eXoDia 0cf41d2d55 GUI: better view of imports ("[module].[label]" instead of "[label]") 2014-12-29 02:10:39 +01:00
Mr. eXoDia a30fecb90b GUI: added an option to copy the file path of a module 2014-12-29 01:30:33 +01:00
Mr. eXoDia 50e3388de1 GUI: added "Follow Entry Point in Disassembler" option in Symbols view 2014-12-29 00:59:57 +01:00
Mr. eXoDia ce2f140537 GUI: resolved issue #228 (double click in dump or stack starts editing data) 2014-12-26 14:49:45 +01:00
Mr. eXoDia 0bccbd0c0d GUI: resolved issue #229 (automatic comments have a different color) 2014-12-26 14:43:20 +01:00
Mr. eXoDia bc4149b866 GUI: fixed 'follow in disassembler' and 'follow in dump' not possible with EDX/RDX 2014-12-26 13:04:08 +01:00
Mr. eXoDia f62d0705ef GUI: faster mouse wheel scrolling + more responsive GUI (hopefully without other things breaking) 2014-12-20 19:42:01 +01:00
Mr. eXoDia c3bb3581fd GUI: added "skip next instruction" menu item/hotkey + fixed some small bugs with the hotkey descriptions 2014-12-14 03:18:07 +01:00
Mr. eXoDia 94fad3a0c4 GUI: do not check file extensions (for dragging & dropping .lnk or other files) 2014-12-12 15:46:17 +01:00
Mr. eXoDia 11bc98c371 DBG+GUI: (hopefully) fixed some random bugs with the status label 2014-12-10 23:07:18 +01:00
Mr. eXoDia 5a78857ab8 GUI: build date in about dialog 2014-12-09 01:30:28 +01:00
Mr. eXoDia 4d469f3742 GUI: YMM registers inside the FPU section 2014-12-08 22:22:38 +01:00
Mr. eXoDia 7353c57278 GUI: added Goto -> File offset 2014-12-03 10:48:32 +01:00
SmilingWolf 22fd1207fa Add "Reload Script" option 2014-12-01 20:30:08 +01:00
David Reguera Garcia (Dreg) c328ad157c Merged mrexodia/x64_dbg into master 2014-11-13 02:34:56 +01:00
Mr. eXoDia 011c541225 GUI: find references in dump will not search for references to a range of selected addresses in the disassembly selection page 2014-11-12 23:14:41 +01:00
Radical Raccoon 41108a22a0 GUI: Added shortcut for finding references in the CPU Dump 2014-11-11 22:08:29 -06:00
Radical Raccoon 4da5cdf955 Find references via the right-click context menu in the CPU Dump view 2014-11-11 21:20:46 -06:00
dreg_fr33project 4c38c7c348 last ymm support 2014-11-11 09:14:25 +01:00
dreg_fr33project 676942ed80 FIXED x87r7 access in TOP in stack inc and dec 2014-11-10 17:55:18 +01:00
Mr. eXoDia 6c33a17858 DBG+BRIDGE+GUI: no more TitanEngine in the bridge (added separate structures + translation functions) 2014-11-10 14:36:46 +01:00
Mr. eXoDia 3394b99aa7 DBG+GUI+BRIDGE+LAUNCHER: fixed various bugs (thanks to Coverity!) 2014-11-10 12:44:42 +01:00
Mr. eXoDia 6cc28a1c95 GUI: better register view code, no more working with offset + X 2014-11-10 12:20:16 +01:00
Mr. eXoDia 9c1e22800e GUI: resolved issue #202 (separator feature in HexDump) 2014-11-08 21:08:36 +01:00
dreg_fr33project ed0f837dfd jit support improved 2014-11-08 13:48:48 +01:00
dreg_fr33project ce1064c7cc Added a real PUSHBUTTON to switch FPU view 2014-11-02 17:21:07 +01:00
dreg_fr33project 2082be74ac new tunning button 2014-11-02 03:32:35 +01:00
dreg_fr33project fe593d12b7 fixed the size selection in special fpu fields 2014-11-02 03:16:49 +01:00
dreg_fr33project 89b7910352 eflags fix and button tunning in registers 2014-11-02 03:11:10 +01:00
Mr. eXoDia 6d9a4520c0 simple custom-drawn button in registersview 2014-11-02 02:50:09 +01:00
Mr. eXoDia 29576b4bf5 GUI: prettified some stings 2014-11-02 02:34:18 +01:00
dreg_fr33project 537735827c finish FPU support 2014-11-02 01:30:29 +01:00
dreg_fr33project acce7800fb last fpu changes - ended basic first version 2014-11-02 00:31:21 +01:00
dreg_fr33project 0d65cf39fa more fpu stuff 2014-11-01 02:05:16 +01:00
dreg_fr33project 5bf857b6e4 more fpu changes 2014-10-27 08:02:42 +01:00
dreg_fr33project c874ee04d6 all fpu read done. 2014-10-26 19:19:33 +01:00
dreg_fr33project 0705384dbe last fpu changes 2014-10-26 02:24:57 +02:00
dreg_fr33project a1a0d02c8b last fpu support 2014-10-21 21:04:55 +02:00
David Reguera Garcia (Dreg) f47d265c33 Merged mrexodia/x64_dbg into master 2014-09-30 14:51:26 +02:00
dreg_fr33project 08b367e661 basic FPU support + bug fixes in registersview + titanengine update + new get context stuff 2014-09-30 14:50:43 +02:00
Mr. eXoDia 4a26b06d88 GUI: added settings update 2014-09-30 12:31:57 +02:00
Mr. eXoDia 6eab29e9f1 Merge remote-tracking branch 'BitBucket/master' into utf8_support
Conflicts:
	x64_dbg_dbg/x64_dbg_dbg.vcxproj.filters
	x64_dbg_gui/Project/Src/main.cpp
2014-09-23 18:24:20 +02:00
mrexodia 7efd99522a Merged in Dreg_fr33project/x64_dbg (pull request #29)
New feature: now the user can copy the label in registers view.
2014-09-23 13:45:35 +02:00
Dither daa15f39a3 No pdb for afterbuildStep.bat 2014-09-23 11:22:21 +04:00
dreg_fr33project fde41cf541 New feature: now the user can copy the label in registers view. 2014-09-22 21:40:00 +02:00
Dither 9261e59ca5 QT5 readiness 2014-09-22 17:46:48 +04:00
Dither aa439720f5 Auto-move cursor on toggling BP in reference view 2014-09-22 17:46:38 +04:00
Dither 97baa58e4c Cosmetic changes 2014-09-22 17:46:26 +04:00
Dither 6f003e5404 Secure version of sscanf 2014-09-22 17:46:00 +04:00
Mr. eXoDia 1404ae36f4 GUI: fixed a bug with duplicate recent files 2014-09-21 12:11:58 +02:00
Mr. eXoDia 12ffba45ef GUI: fixed uppercase setting in InfoBox 2014-09-19 23:17:29 +02:00
Mr. eXoDia a43c9d0320 GUI: only uppercase non-values (fixes UPPERCASE GETPROCADDRESS) 2014-09-19 23:11:07 +02:00
Mr. eXoDia 192b0e3e37 Merge branch 'master' into utf8_support 2014-09-14 23:13:50 +02:00
Mr. eXoDia b86f9144f7 DBG+GUI: fixed some problems with the memory map not being updated. 2014-09-14 23:13:17 +02:00
Mr. eXoDia 9fa06becc0 Merge branch 'master' into utf8_support 2014-09-14 16:35:44 +02:00
Mr. eXoDia ee88a8bd72 DBG+GUI: some refactoring + formatting 2014-09-13 21:55:23 +02:00
Mr. eXoDia 80331096f3 Merge branch 'master' into utf8_support 2014-09-13 13:10:06 +02:00
Mr. eXoDia 00a7b3eb96 GUI: removed unused mouse wheel code 2014-09-13 13:05:11 +02:00
Mr. eXoDia cc3fd3952f Merge branch 'master' into utf8_support 2014-09-13 12:41:14 +02:00
dreg_fr33project 1401059016 commented mousewheel, with the new scrollarea it is not necessary 2014-09-13 07:54:45 +02:00
dreg_fr33project bfb041859c chrome scrollbars in CPUInfoBox, and Registers View. 2014-09-13 07:45:14 +02:00
dreg_fr33project 973cd01bab after by default the key down and up of the keyboard dont works in the dissasembly when the process is open (you need click in dissasembly layout first). Now up and down works by default. 2014-09-13 07:33:38 +02:00
Mr. eXoDia 12c924b6c3 Merge branch 'master' into utf8_support 2014-09-13 00:29:47 +02:00
dreg_fr33project eeeefc351a tolower for a better == of the old instruction 2014-09-12 09:07:06 +02:00
dreg_fr33project e6fdba11a5 fixed bug and now also skip assembly in unkown instruction, or blank instruction (a new easy way to skip assembly from GUI) and if the writted instruction its the old also skip it. 2014-09-12 08:57:28 +02:00