1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
Mr. eXoDia c44c89f59e DBG: changed memory functions back to uint because the pointers are not valid in the debugger process anyway 2015-07-12 00:08:41 +02:00
Mr. eXoDia 3789fad460 Merge remote-tracking branch 'nukem/master'
Conflicts:
	x64_dbg_dbg/plugin_loader.cpp
2015-07-11 23:52:12 +02:00
Mr. eXoDia 477bf6d3e7 DBG: fixed threading issues in the plugin loader (this should fix a crash on exit) 2015-07-11 23:29:18 +02:00
Mr. eXoDia 67f0c91f9c DBG: fixed a nice heap overflow 2015-07-11 23:17:20 +02:00
Nukem 4e41298bb4 DBG: Separate my analysis into analysis_nukem.cpp (along with command) 2015-07-11 16:41:00 -04:00
Nukem 28d8c90127 DBG: Restore functionanalysis.cpp to the main repo's 2015-07-11 16:26:06 -04:00
Nukem 0bfc496a7a DBG: Re-add fixed analysis.cpp files 2015-07-11 16:21:40 -04:00
Nukem 9fa4c9dece DBG: Try fixing git filesystem bug 2015-07-11 16:15:11 -04:00
Nukem 76a9d6232b DBG: Move FunctionPass lambdas into their own class functions 2015-07-11 16:09:47 -04:00
Nukem 260e2eb6fb Merge branch 'master' of https://github.com/x64dbg/x64dbg
Conflicts:
	x64_dbg_dbg/thread.cpp
2015-07-11 16:04:05 -04:00
Mr. eXoDia 047e45b44e DBG+GUI: fixed various bugs found by coverity 2015-07-11 05:18:06 +02:00
Mr. eXoDia c86eaa5a08 DBG: removed the 'and' and 'or' defines 2015-07-11 03:30:44 +02:00
Mr. eXoDia e8ee2430c6 DBG: small refactoring + removed some unused variables 2015-07-11 03:09:21 +02:00
Mr. eXoDia e1bd4a288c GUI: fixed a performance problem in the memory map + fixed a crash in the Configuration 2015-07-11 01:58:59 +02:00
Mr. eXoDia 726bd25210 DBG: fixed a bug with pattern finding 2015-07-11 01:12:40 +02:00
Nukem 6974fec6c3 DBG: Remove unused locks from AnalysisPass 2015-07-10 18:58:18 -04:00
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