1
0
Fork 0
Commit Graph

660 Commits

Author SHA1 Message Date
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
Mr. eXoDia 0c8b6c8df7 DBG: export pattern functions 2015-07-03 00:25:33 +02: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 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
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 f33f09ff4f DBG: Fix potential deadlock 2015-06-20 18:53:33 -04: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
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
Nukem dc45a8b270 DBG: Fix small inconsistencies (capitals, comments) 2015-06-09 18:07:05 -04: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 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 3bfacacd87 DBG: meminfo command for bug tracking 2015-05-24 14:55:04 +02:00
Mr. eXoDia 8bc9622422 DBG: normalize things 2015-05-11 20:18:56 +02:00
Mr. eXoDia 5d4a06de8f DBG: info in visualize command 2015-05-11 20:09:28 +02:00
Mr. eXoDia 0551c34966 DBG: visualize command to visualize analysis 2015-05-11 20:05:05 +02:00
Mr. eXoDia 696f96ca68 DBG: fixed a bug in analysis 2015-05-11 19:43:31 +02:00
Mr. eXoDia ed95654da7 DBG: fixed a bug in escaping strings 2015-05-07 20:11:17 +02:00
Mr. eXoDia 5f43712c75 DBG: hopefully fixed some lag with capstone (now using a global variable for the architecture information) 2015-05-05 01:44:24 +02:00
Mr. eXoDia 383325a21a DBG: small refactor of instruction callback names 2015-05-05 01:05:55 +02:00
Mr. eXoDia 8dfc0ff102 DBG: fixed bugs with deleting all breakpoints and also fixed a crash/hash with Yara rules matching (thanks to sstrato for reporting) 2015-05-05 01:01:28 +02:00
Mr. eXoDia d15146e94a DBG: fixed a bug with deleting memory breakpoints (thanks Dreg for reporting) 2015-05-01 01:45:13 +02:00
Mr. eXoDia e53e074b87 DBG: fixed auto comments + issue #292 2015-05-01 00:18:02 +02:00
Mr. eXoDia d655fb94d7 PROJECT: documentation 2015-04-27 01:00:42 +02:00
Mr. eXoDia c006348718 DBG: resolved issue #291 (api for icons) 2015-04-27 00:25:55 +02:00
Mr. eXoDia 03b0d8b971 DBG: function to get source + line from address 2015-04-26 03:37:30 +02:00
Mr. eXoDia d50d385e01 DBG: function to get address from source line 2015-04-26 02:49:16 +02:00
Mr. eXoDia 98b6ba41a0 DBG: small plugin loader fix (thanks to mrfearless) 2015-04-26 02:48:52 +02:00
Mr. eXoDia 2e0e9d55c7 DBG: completely removed BeaEngine 2015-04-26 01:06:08 +02:00
Mr. eXoDia a89e0eb1c0 DBG: disasm_helper now uses capstone instead of BeaEngine 2015-04-25 23:52:11 +02:00
Mr. eXoDia 6d1b0d40a7 DBG: nicer pause command + fixed detach 2015-04-25 21:34:00 +02:00
Mr. eXoDia 6897c9dfd9 DBG: added options for disabling database compression and for saving the database in the program directory (not recommended). Resolved issue #287 2015-04-25 20:02:29 +02:00