1
0
Fork 0
Commit Graph

2354 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 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
Nukem 0b7291a433 Finish labels refactor 2015-03-30 16:33:19 -04:00
Nukem 5e2c872315 Hash changes reverted as per IRC chat 2015-03-29 19:33:41 -04:00
Nukem 1e780afff9 Revert "Remove redundant hashes in bookmarks"
This reverts commit c85f87fea2.
2015-03-29 19:33:00 -04:00
Nukem b9636b24eb Revert "Redundant hashes in comment.cpp"
This reverts commit 4e9a588c36.
2015-03-29 19:32:31 -04:00
Nukem 73502feefc Small consistency fixes 2015-03-29 19:23:51 -04:00
Nukem ff745b7fc8 Patches map -> unordered_map 2015-03-29 18:51:03 -04:00
Nukem 9f42cfe31b Refactor patches.cpp/.h
Fix compilation errors
2015-03-29 18:48:08 -04:00
Nukem 50ce7be0c3 Partially refactor label.cpp 2015-03-29 07:24:36 -04:00
mrexodia b6735aad53 Merged in Nukem9/x64_dbg/master (pull request #45)
PR
2015-03-29 00:09:06 +01: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 fe2cdf26de Compiler-optimized MemIsCanonicalAddress 2015-03-28 16:38:41 -04:00
Nukem efac966b39 Project: define _DEBUG when needed 2015-03-28 15:32:24 -04:00
Nukem 4913813f4e Remove unused enum 'BITMASK' 2015-03-28 15:27:33 -04:00
Nukem ee797cf55c Eliminate recursive lock in SafeUnDecorateSymbolName 2015-03-28 15:24:58 -04:00
Nukem c69ae20534 Newer locks in dbghelp_safe 2015-03-28 15:24:28 -04:00
Nukem df8119250d Merge branch 'master' of https://bitbucket.org/mrexodia/x64_dbg
Conflicts:
	x64_dbg_dbg/debugger.cpp
	x64_dbg_dbg/symbolinfo.cpp
	x64_dbg_dbg/threading.h
2015-03-28 15:13:17 -04:00
Nukem b56a1d4b91 Small code/style changes in math module 2015-03-28 15:03:58 -04:00
Nukem bf91af33e7 Inconsistent static functions in math.cpp 2015-03-28 14:40:28 -04:00
Nukem 79fa4e85c1 Disable more debug profile optimizations 2015-03-28 00:10:56 -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 269f42f09f Application manifest to fix AcLayers hooking 2015-03-27 22:49:53 -04:00
Mr. eXoDia 20fa55cc2b DBG: safe dbghelp functions 2015-03-28 03:28:06 +01: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
Nukem 4e9a588c36 Redundant hashes in comment.cpp 2015-03-27 20:30:22 -04:00
Nukem c85f87fea2 Remove redundant hashes in bookmarks 2015-03-27 20:25:06 -04:00
Nukem 16ae9a82fb Possible sign extension bug 2015-03-27 19:31:43 -04:00
Nukem efaee6ffdd Add debug profile to visual studio project 2015-03-27 18:46:41 -04:00
Nukem 12fb5445ba Fix formatting in memory.cpp 2015-03-27 18:42:32 -04:00
Nukem f1a3e3cfa3 Add operator+ to dynamicmem
Also refactor class
2015-03-26 22:11:49 -04:00