Mr. eXoDia
|
4a9ad61280
|
DBG: improvements
|
2015-07-13 02:27:48 +02:00 |
Mr. eXoDia
|
8ac9f90eeb
|
DBG: changes in controlflowanalysis
|
2015-07-13 01:59:43 +02:00 |
Mr. eXoDia
|
38683dae38
|
DBG: fixed the project file
|
2015-07-12 22:54:09 +02:00 |
Mr. eXoDia
|
68bd3d23b2
|
GUI: refactored the bridge (50% code size reduction)
|
2015-07-12 21:23:59 +02:00 |
Mr. eXoDia
|
2d213b88e9
|
DBG: removed more redundant parameters
|
2015-07-12 20:28:10 +02:00 |
Mr. eXoDia
|
7a5ad909a4
|
DBG: fixed some common parameters in MemAllocRemote
|
2015-07-12 20:07:18 +02:00 |
Nukem
|
4f1ba7b041
|
DBG: Fix uninitialized variable in varfree() call
|
2015-07-12 00:20:31 -04:00 |
Nukem
|
1cb2217a7a
|
DBG: Fix a bug in ThreadGetList (totally wasn't my fault)
|
2015-07-11 22:55:57 -04:00 |
Nukem
|
bcc488f93e
|
DBG: Further refactoring in memory.cpp functions
|
2015-07-11 22:45:32 -04:00 |
Nukem
|
5c4bda6c93
|
DBG: Remove redundant null terminator assignment
|
2015-07-11 22:35:39 -04:00 |
Nukem
|
8a03ad542b
|
DBG: .count() -> .find()
|
2015-07-11 22:33:04 -04:00 |
Nukem
|
35082793d0
|
Merge branch 'master' of https://github.com/x64dbg/x64dbg
|
2015-07-11 19:08:44 -04:00 |
Nukem
|
0071809b3f
|
DBG: Replace signed abs with unsigned equivalent
|
2015-07-11 18:48:15 -04:00 |
Mr. eXoDia
|
ba0e5e1a0a
|
DBG: fixed ambiguous stuff in dynamicmem.h (automatic type conversion using templates is not a good idea...)
|
2015-07-12 00:36:21 +02:00 |
Nukem
|
3d8f433ac6
|
DBG: Remove ugly goto in FunctionPass
|
2015-07-11 18:24:06 -04:00 |
Nukem
|
7571a9e1fa
|
DBG: Fix some signed/unsigned warnings
|
2015-07-11 18:23:47 -04:00 |
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 |