1
0
Fork 0
Commit Graph

2354 Commits

Author SHA1 Message Date
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
Nukem ab81a1aaab DBG: Virtual inheritance consistency 2015-06-30 01:08:16 -04:00
Nukem f8d4492ae9 DBG: Int3CoagulatorPass deprecated and merged into LinearPass for performance/memory reasons 2015-06-30 00:54:43 -04:00
Nukem 1602c52b70 DBG: Int3CoagulatorPass finished 2015-06-30 00:54:04 -04:00
Nukem 576b58e7c3 DBG: Analysis typedef changes 2015-06-30 00:53:44 -04:00
Nukem 76a92c3e44 DBG: AnalysisPass: Add locking functions 2015-06-30 00:52:59 -04:00
Nukem 8b5b1dea8b DBG: Split each INT3 into a separate basic block 2015-06-29 21:41:34 -04:00
Mr. eXoDia a07618efbd GUI: no sorting when you press the column in the script view (thanks to pusher for reporting!) 2015-06-29 22:44:31 +02:00
Nukem fb04c3b6d2 DBG: New analysis framework (VERY volatile) 2015-06-29 02:22:45 -04:00
Mr. eXoDia c753461a35 DBG: better error reporting with breakpoint functions 2015-06-29 04:03:38 +02:00
Mr. eXoDia 12805cd51d DBG: event objects for waiting (should give a slight speedup with stepping etc.) 2015-06-29 01:47:59 +02:00
Mr. eXoDia fd7efe254f PROJECT: add _scriptapi*.h to the pluginsdk folder 2015-06-29 01:47:18 +02:00
Mr. eXoDia 6944b454f9 DBG: fixed an error with bookmark enumeration 2015-06-29 00:48:52 +02:00
Mr. eXoDia ea1ca19db2 DBG: better (and more modular) script api. added Script::Pattern, Script::Gui and Script::Module 2015-06-29 00:44:10 +02:00
Mr. eXoDia b44cd46e8d DBG: small fixes in preparation of a better script api 2015-06-29 00:43:50 +02:00
Duncan Ogilvie 1e3f1a59a4 Merge pull request #328 from ForNeVeR/patch-1
Thanks, much appreciated!
2015-06-27 15:02:55 +02:00
Friedrich von Never 0c2fc6a654 Update link to coding guidelines. 2015-06-27 12:18:27 +06:00
Mr. eXoDia 43e339300b DBG: also update memory map gui in the memory map thread 2015-06-25 23:06:39 +02:00
Mr. eXoDia dc1ad6b608 DBG: fixed some bugs with updating the memory map + hopefully fixed a bug with disabled breakpoints and modules that load/unload multiple times 2015-06-25 22:49:27 +02:00
Mr. eXoDia 9542a55843 DBG: initial script api work (can now do simple debugging scripts with AngelScript) 2015-06-22 03:09:18 +02:00
Mr. eXoDia 6b6bc88347 DBG: possible fixes for issue #323 ? 2015-06-21 23:25:04 +02:00
Mr. eXoDia 9cc5949a85 DBG: added experimental scripting engine (for custom script language integration, tested with AngelScript) 2015-06-21 02:53:26 +02:00
Nukem 71bca961df Merge branch 'master' of https://github.com/x64dbg/x64dbg 2015-06-20 18:53:55 -04:00
Nukem f33f09ff4f DBG: Fix potential deadlock 2015-06-20 18:53:33 -04:00
Mr. eXoDia 66fead6647 GUI: always loving c++ (fixed undefined behavior) 2015-06-21 00:46:44 +02:00
Mr. eXoDia ab93b41c91 GUI: compile problems fixed (too lazy to rebuild) 2015-06-20 23:58:33 +02:00
Mr. eXoDia da6b66623f DBG: better SymCleanup (called after DebugLoop returns now) 2015-06-20 14:34:35 +02:00
Mr. eXoDia f297c7538c DBG: maybe this fixes issue #316 (pdb file not released after detach) 2015-06-20 14:09:38 +02:00
Nukem 6f2e818161 DBG: Minor 2015-06-15 22:45:55 -04:00
Nukem aa46809c93 GUI: Fix GotoDialog again (Attempt #32415) 2015-06-15 21:41:51 -04:00
Mr. eXoDia 1a54afaa09 DBG: more fixes with race conditions 2015-06-16 02:42:47 +02:00
Mr. eXoDia 75026541bd DBG+GUI: hopefully fixed issue #308 and issue #303 2015-06-16 02:00:19 +02:00
Mr. eXoDia 71b80d8a28 GUI: resolved issue #312 and issue #317 (expression thread will not restart after being stopped once) 2015-06-15 23:43:47 +02:00
Nukem dcc1e071bf Merge branch 'master' of https://github.com/Nukem9/x64dbg 2015-06-09 18:12:14 -04:00
Nukem b240e7bb5a DBG: Accidental file commit 2015-06-09 18:09:45 -04:00