1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
Mr. eXoDia ce85585a45 EXE: some nice updates for the crashdump feature 2015-07-14 01:39:24 +02:00
Mr. eXoDia b232430d23 GUI: added a safeguard in the bridge for when GUI messages are sent after the GUI was closed (this could cause 'random' crashes that were just programming errors in a completely different place) 2015-07-14 01:24:49 +02:00
Mr. eXoDia 8ff5012cd5 DBG: unregister dbghelp callback when doing dbghelp cleanup (might have to do with issue #303) 2015-07-14 01:24:40 +02:00
Nukem f5d408a187 EXE: Add exception/crash dump handler 2015-07-13 18:52:39 -04:00
Nukem 6dfcfd99e7 Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-07-13 17:16:06 -04:00
Nukem ac9953fb7c DBG: Use StackWalk64 when possible (currently #if disabled) 2015-07-13 17:15:44 -04:00
Mr. eXoDia 77cc02f8a2 GUI: max module size setting 2015-07-13 08:21:26 +02:00
Mr. eXoDia 2e77565151 DBG: warn the user when they are trying to use servers inside the symbol store path (this will attempt downloading symbols on every module load, which makes everything slow) 2015-07-13 07:09:48 +02:00
Mr. eXoDia 4b109b9647 GUI: fixed issue #336 (follow API directly in the reference view) 2015-07-13 06:58:59 +02:00
Mr. eXoDia a674a0b70e GUI: don't copy trailing spaces from StdTable 2015-07-13 06:58:17 +02:00
Mr. eXoDia a1080c8b6f DBG: removed a redundant log statement from the patch process 2015-07-13 06:57:51 +02:00
Mr. eXoDia e4c497f582 DBG: fixed with symbols 2015-07-13 06:10:50 +02:00
Mr. eXoDia 10ef4a841f DBG: resolved issue #204 2015-07-13 05:55:21 +02:00
Mr. eXoDia 43554d4db6 GUI: fixed a bug with selection not automatically scrolling when needed 2015-07-13 04:48:54 +02:00
Mr. eXoDia 7bca96d616 DBG: fix? 2015-07-13 04:15:30 +02:00
Mr. eXoDia 507a69ddbc GUI: fixed a bug in the Bridge with the reference view 2015-07-13 04:07:09 +02:00
Mr. eXoDia 2374dbb897 DBG: no idea what happened... 2015-07-13 03:52:33 +02:00
Mr. eXoDia d5c7c6f6a0 DBG: more fixes in analysis + added ExceptionDirectoryAnalysis class 2015-07-13 03:51:54 +02:00
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