1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Nukem e389edf7b9 GUI: Fix files from previous merge(s) 2015-04-04 20:44:49 -04:00
Nukem 0ad2701caf Remove redundant typedefs 2015-04-04 19:30:46 -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 65266cd92e DBG: fixed the new command parser (only escape characters are escaped, otherwise backslash is kept) 2015-04-04 23:43:04 +02:00
Mr. eXoDia 89b1d96ffc DBG: removed old and crappy command parser and replaced it with a nice one (hopefully didn't make any bug on the way) 2015-04-04 23:25:38 +02:00
Mr. eXoDia 8576b49e7c DBG: resolved issue #241 (log command with formatting) 2015-04-04 19:21:38 +02: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 22d80a34f8 DBG: groundwork for last error in register view 2015-04-04 17:05:33 +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 00ef54dfad Yara/Sym* fix 2015-04-02 21:47:54 -04: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 94f5115598 DBG: updated version 2015-04-03 00:28:32 +02:00
Mr. eXoDia 7d806c6d59 GUI: RegEx in SearchListView 2015-04-03 00:09:00 +02:00
Mr. eXoDia 3c13484e98 DBG: resolved issue #240 (show what is searched for in the reference view) 2015-04-02 23:12:22 +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
Nukem abd67a8345 Remove unused variable 2015-04-02 16:50:21 -04: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
mrexodia 4e1821cd43 Merged in doxygen (pull request #46)
merge doxygen branch (sorry Nukem)
2015-04-02 20:01:09 +02:00
Mr. eXoDia 439507f306 Merge branch 'master' into doxygen
Conflicts:
	x64_dbg_bridge/bridgemain.cpp
	x64_dbg_dbg/addrinfo.cpp
	x64_dbg_dbg/value.cpp
2015-04-02 19:58:39 +02:00
Nukem 6649c95d5f Update project file 2015-04-02 13:56:01 -04:00
Nukem 2c080cc19d dprintf_args function to avoid code duplication 2015-04-02 13:55:28 -04:00
Nukem 423ff91847 Remove unused log.cpp/log.h 2015-04-02 13:54:28 -04: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 8378383837 DBG: fixed yaramod command 2015-04-02 17:04:59 +02:00
Mr. eXoDia 245d920490 DBG: yaramod command working (but very ugly) 2015-04-02 17:04:26 +02:00
Mr. eXoDia 4e22157e42 DBG: working yara command (code still ugly though) 2015-04-02 17:03:52 +02:00
Mr. eXoDia 905e94c66a DBg+GUI: generic formatting 2015-04-02 17:03:15 +02:00
Mr. eXoDia 40910804f5 DBG: formatting in Yara headers 2015-04-02 17:02:41 +02:00
Mr. eXoDia 669190db22 DBG: added yara library 2015-04-02 17:02:08 +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 c388a47b3e Fix a bug with module deletion and using old variables 2015-04-01 21:46:48 -04:00
Nukem 1310d07914 GUI: Use threading-safe DBG<->GUI messages
*EXTREMELY EXPERIMENTAL*
2015-04-01 21:46:32 -04:00
Nukem c7e86417da Bridge: _gui_sendmessageasync 2015-04-01 21:07:53 -04:00
Nukem afab517d67 Fix MsgSend parameters 2015-03-31 21:00:38 -04:00
Nukem 29cd3e42f1 msgqueue now uses std::concurrency 2015-03-31 20:58:51 -04:00
Nukem 187a20c48a Refactor reffind header / parameters also 2015-03-30 22:12:02 -04:00
Nukem dcadee6238 Refactor reffind 2015-03-30 22:06:16 -04:00
Nukem 7a1faba524 assemble() was fixed in XEDParse's parser code 2015-03-30 17:58:43 -04:00