1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update readme More... over 8 years ago
deprecate cuckoomon More... over 8 years ago
Merge pull request #43 from soumy/master More... over 8 years ago
Merge pull request #24 from Thorsten-Sick/terminate_fix3 More... almost 10 years ago
Logging before calling original API in NtTerminateThread and NtTerminateProcess. Fixes #23 More... almost 10 years ago
some cosmetic changes More... about 10 years ago
fix off-by-one buf for copying filenames More... about 10 years ago
do not process registry keys as if they are filenames More... about 10 years ago
safer string length copying now, just using buffer length... More... over 10 years ago
checking for null ptr on obj->ObjectName and obj->ObjectName->Buffer is healthy, especially when running ie :-) More... over 10 years ago
1. fixed MAX_PATH issue with windows special paths and tried to clear up length vs size without chaning Microsoft failed naming schemes 2. fixed small bug in FindWindow which made cuckoo crash when instead of a class name, a class atom was being used 3. fixed jump in the middle of an instruction in the pre_backup which would jump in the middle of an instruction and mess up FS:[0x44] More... over 10 years ago
bumped the year More... over 10 years ago
Bug in mem moving in log.c More... over 10 years ago
Merge pull request #18 from Thorsten-Sick/KnownDll_injection_API More... over 10 years ago
Added NtMakeTemporaryObject and NtMakePermanentObject More... over 10 years ago
avoid linking errors with not-so-static inline functions More... over 10 years ago
use stdint typedefs instead of weird microsoft ones More... over 10 years ago
do not resolve full paths for mutexes More... over 10 years ago
only explain logtbl entries once More... over 10 years ago
have bson explain the category as well More... over 10 years ago
small tweaks More... over 10 years ago
slightly improved delete-file unittest by dumping techniques to the deleted file More... over 10 years ago
added ntcreatethreadex hook More... over 10 years ago
added rtlcreateuserprocess hook More... over 10 years ago
various small unittests More... over 10 years ago
hide cuckoomon from peb More... over 10 years ago
small poc for doing anti-vm using the startup time More... over 10 years ago
randomize startup time based on a value initialized in the analyzer More... over 10 years ago
allow setting of cuckoodir/cuckoomon through env in install.sh More... over 10 years ago
move distorm3 object files to objects dir, fix compilation of test files More... over 10 years ago