1
0
Fork 0
Commit Graph

4770 Commits

Author SHA1 Message Date
Mr. eXoDia 9dc22e3b8c DBG: script API now supports Gui::[Add/Show/Close]QWidgetTab 2015-07-07 17:23:16 +02:00
Mr. eXoDia 58731fe49e GUI: implemented add/show/close QWidget tabs 2015-07-07 17:21:10 +02:00
Mr. eXoDia d5a437439e BRIDGE: added support for adding/showing/closing new QWidget tabs (this should add full Qt Gui plugin support) 2015-07-07 17:20:52 +02:00
Mr. eXoDia c6e6ff4b3e DBG: added Script::Stack (you also need to recompile Script::Register to use it correctly) + added Script::Gui::Refresh() 2015-07-07 16:51:08 +02:00
Mr. eXoDia fad9bc1fb7 DBG: added Script::Misc + various stuffs in Script::Memory 2015-07-07 16:29:07 +02:00
Mr. eXoDia b2a3ef43ea DBG: added input boxes in script api 2015-07-07 16:16:09 +02:00
Mr. eXoDia 4a6c79ea46 DBG: added gui message boxes to the script api 2015-07-07 16:06:24 +02:00
Mr. eXoDia bb332f69b3 DBG: assembler script api 2015-07-07 15:54:16 +02:00
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
Nukem d379a5a133 DBG: Typo 2015-07-05 01:16:52 -04:00
Nukem 74a22ca503 DBG: Use a single thread in LinearPass if the supplied data set is too small 2015-07-05 01:15:46 -04:00
Nukem a80e03988d DBG: Fix unneeded -1 in for loop 2015-07-04 01:40:40 -04:00
Nukem ab4f5a893c DBG: Function still needs to run, even with 1 thread (jump targets) 2015-07-04 01:25:16 -04:00
Nukem 6e7aa67fa4 DBG: The compiler doesn't listen very well 2015-07-04 01:12:13 -04:00
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