1
0
Fork 0
Commit Graph

644 Commits

Author SHA1 Message Date
Mr. eXoDia 7c9a86d8bf GUI: double click in memory map to follow in disassembler 2015-05-05 01:09:39 +02:00
Mr. eXoDia 0f9b51e12a GUI: customize function line color 2015-05-02 20:50:08 +02:00
Mr. eXoDia e53e074b87 DBG: fixed auto comments + issue #292 2015-05-01 00:18:02 +02:00
Mr. eXoDia edec2c8c3b GUI: menu icons 2015-04-27 00:26:31 +02:00
Mr. eXoDia 8b6f1b4670 GUI: "Open Source File" in CPUDisassembly context menu 2015-04-26 03:38:03 +02:00
Mr. eXoDia 02c3d44cb8 GUI: follow in disassembler in SourceView 2015-04-26 02:50:01 +02:00
Mr. eXoDia b8b75fd18c GUI: very useful icons in context menu for disassembler 2015-04-26 02:02:08 +02:00
Mr. eXoDia 436c6427dc GUI: most useful feature EVAH 2015-04-26 01:33:18 +02:00
Mr. eXoDia 9fd88d90df GUI: "Follow in Disassembler" in dump context menu (useful for things) 2015-04-25 23:51:21 +02:00
Mr. eXoDia 6897c9dfd9 DBG: added options for disabling database compression and for saving the database in the program directory (not recommended). Resolved issue #287 2015-04-25 20:02:29 +02:00
Mr. eXoDia 8ef3cb257b Merge branch 'master' of github.com:x64dbg/x64dbg 2015-04-25 19:18:36 +02:00
Nukem 023a9588fc DBG: Fix comment wording 2015-04-24 15:04:00 -04:00
ApertureSecurity b83df754c5 changed back to match Master branch
changed back to match Master branch
2015-04-20 15:04:18 -06:00
ApertureSecurity b4dc90039b Created additional shortcut to the copyAddress() function
Created additional shortcut to the copyAddress() function. I currently have this set as Alt+INS but if people want to change they can easily do so from  the shortcut config menu.


    mCopyAddress = new QAction("&Address", this);
    mCopyAddress->setShortcutContext(Qt::WidgetShortcut);
    this->addAction(mCopyAddress);
    connect(mCopyAddress, SIGNAL(triggered()), this, SLOT(copyAddress()));
2015-04-20 14:58:49 -06:00
ApertureSecurity 9828a8ef6e Linking the shortcut ActionCopyAddress to mCopyAddress
added line.

mCopyAddress->setShortcut(ConfigShortcut("ActionCopyAddress"));
2015-04-20 14:56:15 -06:00
ApertureSecurity d2894283ad Added a shortcut for copying the address 2015-04-20 14:54:41 -06:00
Mr. eXoDia f76d7c1933 PROJECT: pdb files (useful for snapshots so people have symbols themselves) 2015-04-19 01:28:41 +02:00
Mr. eXoDia 1972b3384b GUI: fixed a bug with comments incorrectly displayed in the BreakpointsView (thanks to ahmadmansoor for reporting) 2015-04-19 00:54:08 +02:00
ApertureSecurity 9881571c64 Update prebuildStep.bat
The files when built have an underscore . I think that this is because despite having the file target name set to x32bridge.lib in MSC++2013 , it will place an underscore in the name. So I altered the  prebuild script when I realized the files weren't being copped over.
2015-04-15 16:05:08 -06:00
Mr. eXoDia 1a0f112b66 full rename from "x64_dbg" to "x64dbg" (including output filenames) 2015-04-13 02:37:48 +02:00
Nukem bc2de9da45 GUI: Fix #246 (Don't default to documents dir in patch dialog) 2015-04-11 13:07:37 -04:00
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