1
0
Fork 0
Commit Graph

2388 Commits

Author SHA1 Message Date
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
Nukem dc45a8b270 DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04:00
Mr. eXoDia 3192bc4cdc GUI: fixed a bug with the CalculatorDialog 2015-06-09 23:41:51 +02:00
Mr. eXoDia 8c512057ac DBG: fixed a bug with no context menu in the reference view 2015-06-09 23:38:41 +02:00
Mr. eXoDia 6447ec0139 DBG: fixed uglyness in ExpressionParser 2015-06-08 01:00:10 +02:00
Mr. eXoDia a0be994c5a DBG: new expression parser (should be far more stable, might affect issue #312 and #310) 2015-06-08 00:42:43 +02:00
Mr. eXoDia 4be05b5974 DBG: fixed a crash in mathhandlebrackets 2015-06-07 01:19:15 +02:00
Mr. eXoDia cfd996e9ba DBG: nice sprintf helper functions for String 2015-06-07 01:01:57 +02:00
Mr. eXoDia 4b1f054a95 GUI: fixed more thread bugs (stop thread variable instead of QThread->terminate) possibly affects issues #303, #312 and #310 2015-06-06 22:29:34 +02:00
Mr. eXoDia 832dbf7b8d GUI: added pascal data copy and C QWORD 2015-06-06 22:00:16 +02:00
Mr. eXoDia 0c792c96eb GUI: fixed various bugs with QThread (should fix issue #312, couldn't reproduce it at least) 2015-06-06 20:31:57 +02:00
Mr. eXoDia c0c9e1acdf DBG: decent valfromstring function exported (should make the Goto dialog and calculator much faster) 2015-06-06 20:28:03 +02:00
Mr. eXoDia 732e22b1cd DBG: possibly fixed issue #312 (probably not though) 2015-06-06 01:59:54 +02:00
Mr. eXoDia 0554eef4f3 DBG: fixed a bug with string detection 2015-05-29 02:53:13 +02:00
Mr. eXoDia eb5fddadde DBG: fixed a bug in the function analysis. the end of the function now includes the bytes of the last instruction 2015-05-27 04:11:50 +02:00
Mr. eXoDia 38ff4a0e27 DBG: fixed a crash in fillbasicinfo 2015-05-25 16:15:31 +02:00
Mr. eXoDia 2a60a9a5d6 PROJECT+GUI: snowman decompiler 2015-05-25 00:01:36 +02:00