1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Mr. eXoDia f9ea03e863 DBG: fixed the Yara command to support module names 2015-07-11 00:22:50 +02:00
Nukem b881e2d134 DBG: Partially refactor MemUpdateMap 2015-07-10 02:14:25 -04:00
Nukem 529e5f1e3a DBG: Small ThreadExit optimization 2015-07-10 01:25:14 -04:00
Nukem 45bb20f297 DBG: Use unordered_map in thread.cpp 2015-07-10 01:23:39 -04:00
Nukem d8445e14b8 DBG: Clean up various includes (ReSharper) 2015-07-10 01:12:16 -04:00
Nukem 37047a243c DBG: FunctionPass mostly finished 2015-07-09 22:24:55 -04:00
Nukem 5f7c34f8aa DBG: LinearPass: BASIC_BLOCK_FLAG_ABSJMP 2015-07-09 22:24:40 -04:00
Nukem f5c0d2fd01 DBG: BBlock flag reorganization 2015-07-09 22:24:13 -04:00
Nukem 14c885dff4 DBG: BasicBlock: Switch flags from INT3 to PADDING in terms of instructions 2015-07-09 21:16:23 -04:00
Nukem a04cded464 DBG: Start code for function end heuristic 2015-07-09 21:10:47 -04:00
Nukem d74f6478da DBG: Small fixes from merge 2015-07-09 21:09:52 -04:00
Nukem 9aa2a0cf7c DBG: FindBBlockIndex function 2015-07-09 21:08:53 -04:00
Nukem ab3ecaf054 Merge branch 'master' of https://github.com/x64dbg/x64dbg
Conflicts:
	x64_dbg_dbg/functionanalysis.cpp
	x64_dbg_dbg/x64_dbg_dbg.vcxproj
	x64_dbg_dbg/x64_dbg_dbg.vcxproj.filters
2015-07-09 17:05:37 -04:00
Nukem b4b4fa0485 DBG: Start resolving function ends 2015-07-09 02:57:49 -04:00
Mr. eXoDia fa67d56ef4 GUI: added execute on gui thread function 2015-07-09 00:38:08 +02:00
Mr. eXoDia ac6c518f50 DBG: fixed an interface bug (didn't show 'system breakpoint reached' message) 2015-07-07 23:16:00 +02:00
Mr. eXoDia e9141963a0 DBG: added Misc::Alloc and Misc::Free to the script api 2015-07-07 17:32:04 +02:00
Mr. eXoDia 3e2a487c05 DBG: added RemoteGetProcAddress and ResolveLabel to the script API 2015-07-07 17:28:00 +02:00
Mr. eXoDia 9dc22e3b8c DBG: script API now supports Gui::[Add/Show/Close]QWidgetTab 2015-07-07 17:23:16 +02:00
Mr. eXoDia 58731fe49e GUI: implemented add/show/close QWidget tabs 2015-07-07 17:21:10 +02:00
Mr. eXoDia d5a437439e BRIDGE: added support for adding/showing/closing new QWidget tabs (this should add full Qt Gui plugin support) 2015-07-07 17:20:52 +02:00
Mr. eXoDia c6e6ff4b3e DBG: added Script::Stack (you also need to recompile Script::Register to use it correctly) + added Script::Gui::Refresh() 2015-07-07 16:51:08 +02:00
Mr. eXoDia fad9bc1fb7 DBG: added Script::Misc + various stuffs in Script::Memory 2015-07-07 16:29:07 +02:00
Mr. eXoDia b2a3ef43ea DBG: added input boxes in script api 2015-07-07 16:16:09 +02:00
Mr. eXoDia 4a6c79ea46 DBG: added gui message boxes to the script api 2015-07-07 16:06:24 +02:00
Mr. eXoDia bb332f69b3 DBG: assembler script api 2015-07-07 15:54:16 +02:00
Mr. eXoDia b2fc603cf6 DBG: analysis interface + fixed small bugs in control flow analysis 2015-07-07 15:32:10 +02:00
Mr. eXoDia 6779900c44 DBG: initial commit for control flow analysis 2015-07-07 15:14:40 +02:00
Mr. eXoDia 53fd990c83 DBG: added Capstone::IsLoop and fixed Capstone::IsFilling 2015-07-07 15:13:29 +02:00
Nukem d379a5a133 DBG: Typo 2015-07-05 01:16:52 -04:00
Nukem 74a22ca503 DBG: Use a single thread in LinearPass if the supplied data set is too small 2015-07-05 01:15:46 -04:00
Nukem a80e03988d DBG: Fix unneeded -1 in for loop 2015-07-04 01:40:40 -04:00
Nukem ab4f5a893c DBG: Function still needs to run, even with 1 thread (jump targets) 2015-07-04 01:25:16 -04:00
Nukem 6e7aa67fa4 DBG: The compiler doesn't listen very well 2015-07-04 01:12:13 -04:00
Nukem 358cbf1a16 DBG: LinearPass: Fix problems with overlapping basic blocks 2015-07-04 00:48:49 -04:00
Nukem eb0cfe9aa1 DBG: Replace float rounding with integer rounding division 2015-07-04 00:47:00 -04:00
Nukem 8895ed91d7 Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-03 00:50:59 -04:00
Nukem 0c7919930f DBG: Cache thread count 2015-07-03 00:50:38 -04:00
Mr. eXoDia 0c8b6c8df7 DBG: export pattern functions 2015-07-03 00:25:33 +02:00
Nukem 255d6c9e2c DBG: Fix some comments 2015-07-02 02:18:22 -04:00
Nukem 57391ef445 DBG: Use RUNTIME_FUNCTION when available in function analysis 2015-07-02 01:54:05 -04:00
Nukem 17701115a8 DBG: Bugfix 2015-07-01 01:14:56 -04:00
Nukem bc4d1ccc13 DBG: Start implementing FunctionPass 2015-07-01 01:00:33 -04:00
Nukem 417d6b2513 DBG: Add structure and flags for function locations 2015-07-01 01:00:15 -04:00
Nukem b25e49b5a5 DBG: Better operand checks in linear pass 2015-07-01 00:59:39 -04:00
Nukem 25c83adadf DBG: Add ideal thread count function 2015-07-01 00:59:16 -04:00
Nukem 47f3923464 DBG: Conserve memory when copying BBlock vectors 2015-06-30 23:35:59 -04:00
Nukem c98c82203a DBG: LinearPass: more parallel-ness 2015-06-30 22:21:42 -04:00
Nukem a3ebaf92bf DBG: Don't conflict with windows headers in Yara (ugly fix) 2015-06-30 22:18:27 -04:00
Nukem 1e1b8735f2 Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-06-30 01:22:24 -04:00