1
0
Fork 0
Commit Graph

623 Commits

Author SHA1 Message Date
Mr. eXoDia 6ade97b1cd "x64_dbg"->"x64dbg" + added Nukem 2015-04-10 01:53:32 +02:00
Mr. eXoDia 3dd109885c Revert "GUI: removed useless newline"
This reverts commit f12b860a38.
2015-04-06 23:51:27 +02:00
Mr. eXoDia f12b860a38 GUI: removed useless newline 2015-04-06 23:49:59 +02:00
Mr. eXoDia 9ba3b603b5 DBG: added exeption, GUI: resolved issue #273 2015-04-06 23:07:46 +02:00
Mr. eXoDia d1491addc2 actually fixed the bug 2015-04-06 23:00:20 +02:00
Mr. eXoDia 592c0a332a GUI: fixed a bug with setting the column width in the paint event when not appropriate (this would cause the last column to disappear) 2015-04-06 22:30:11 +02:00
Mr. eXoDia 7be4cf8cac GUI: resolved issue #274 2015-04-06 21:58:46 +02:00
Mr. eXoDia 5b8c17e81e fix deadlock + crash 2015-04-06 03:02:11 +02:00
Mr. eXoDia e6658562ca DBG+GUI: format 2015-04-05 22:52:55 +02:00
Nukem e389edf7b9 GUI: Fix files from previous merge(s) 2015-04-04 20:44:49 -04:00
Nukem c1115bb203 Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/symbolinfo.h
	x64_dbg_dbg/thread.h
2015-04-04 19:20:13 -04:00
Mr. eXoDia eb905c0287 GUI: fixed a small bug in the status label 2015-04-04 19:15:49 +02:00
Mr. eXoDia ba3f7a1b6f GUI: very small fix in LastError register 2015-04-04 17:19:38 +02:00
Mr. eXoDia b9b16289ca GUI: resolved issue #179 (last error in register view) 2015-04-04 17:06:16 +02:00
Mr. eXoDia b9b36bf0b4 GUI: resolved issue #268 (no hotkey input with detached tabs) + fixed ambiguous Shortcut 2015-04-04 03:00:56 +02:00
Mr. eXoDia 464dedc8c6 DBG+GUI: resolved issue #81 (very simple source code debugging) 2015-04-04 02:30:17 +02:00
Mr. eXoDia d1cf24b6c9 GUI: finished source view and bridge interface 2015-04-04 01:57:05 +02:00
Mr. eXoDia 959898b4e6 GUI: groundwork for source view 2015-04-04 00:43:32 +02:00
Mr. eXoDia d4b6d757df GUI: resolved issue #270 (crash when nothing is selected in the Yara dialog) 2015-04-03 23:32:05 +02:00
Nukem fbbe47ccdb Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/_dbgfunctions.cpp
	x64_dbg_dbg/_plugins.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/bookmark.cpp
	x64_dbg_dbg/breakpoint.cpp
	x64_dbg_dbg/comment.cpp
	x64_dbg_dbg/console.cpp
	x64_dbg_dbg/console.h
	x64_dbg_dbg/dbghelp_safe.cpp
	x64_dbg_dbg/debugger_commands.cpp
	x64_dbg_dbg/disasm_fast.cpp
	x64_dbg_dbg/function.cpp
	x64_dbg_dbg/instruction.cpp
	x64_dbg_dbg/label.cpp
	x64_dbg_dbg/memory.cpp
	x64_dbg_dbg/memory.h
	x64_dbg_dbg/module.cpp
	x64_dbg_dbg/msgqueue.cpp
	x64_dbg_dbg/patches.cpp
	x64_dbg_dbg/reference.cpp
	x64_dbg_dbg/symbolinfo.cpp
	x64_dbg_dbg/thread.cpp
	x64_dbg_dbg/x64_dbg.cpp
	x64_dbg_dbg/x64_dbg_dbg.vcxproj
2015-04-02 21:37:04 -04:00
Mr. eXoDia 7d806c6d59 GUI: RegEx in SearchListView 2015-04-03 00:09:00 +02:00
Mr. eXoDia e4b9f7b540 GUI: fixed "Find References" in dump (was not added to the menu) + fixed 'Find references' in disasm (now can also find address range) 2015-04-02 23:11:46 +02:00
Mr. eXoDia c65d968d3a GUI: "Find references" now working correctly! 2015-04-02 22:44:10 +02:00
Mr. eXoDia ee6cae22a5 GUI: "Find references to" menu is now also dynamic 2015-04-02 22:19:06 +02:00
Mr. eXoDia f9156d58ab GUI: auto-formatter failure 2015-04-02 21:51:14 +02:00
Mr. eXoDia 6c81049ead GUI: resolved issue #249 (data copy) 2015-04-02 21:50:28 +02:00
Mr. eXoDia 74087d1cca DBG+GUI: formatting 2015-04-02 21:49:48 +02:00
Mr. eXoDia 10d6a07413 GUI: resolved issue #264 (show module name in status when changing selection) 2015-04-02 17:53:46 +02:00
Mr. eXoDia d64e9a3432 GUI: resolved issue #262 (patching toggle now also toggles the bytes) 2015-04-02 17:50:31 +02:00
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