1
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update readme More... almost 10 years ago
deprecate cuckoomon More... almost 10 years ago
Merge pull request #43 from soumy/master More... almost 10 years ago
Merge pull request #24 from Thorsten-Sick/terminate_fix3 More... over 11 years ago
Logging before calling original API in NtTerminateThread and NtTerminateProcess. Fixes #23 More... over 11 years ago
some cosmetic changes More... over 11 years ago
fix off-by-one buf for copying filenames More... over 11 years ago
do not process registry keys as if they are filenames More... over 11 years ago
safer string length copying now, just using buffer length... More... over 11 years ago
checking for null ptr on obj->ObjectName and obj->ObjectName->Buffer is healthy, especially when running ie :-) More... over 11 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 11 years ago
bumped the year More... over 11 years ago
Bug in mem moving in log.c More... over 11 years ago
Merge pull request #18 from Thorsten-Sick/KnownDll_injection_API More... almost 12 years ago
Added NtMakeTemporaryObject and NtMakePermanentObject More... almost 12 years ago
avoid linking errors with not-so-static inline functions More... almost 12 years ago
use stdint typedefs instead of weird microsoft ones More... almost 12 years ago
do not resolve full paths for mutexes More... almost 12 years ago
only explain logtbl entries once More... almost 12 years ago
have bson explain the category as well More... almost 12 years ago
small tweaks More... almost 12 years ago
slightly improved delete-file unittest by dumping techniques to the deleted file More... almost 12 years ago
added ntcreatethreadex hook More... almost 12 years ago
added rtlcreateuserprocess hook More... almost 12 years ago
various small unittests More... almost 12 years ago
hide cuckoomon from peb More... almost 12 years ago
small poc for doing anti-vm using the startup time More... almost 12 years ago
randomize startup time based on a value initialized in the analyzer More... almost 12 years ago
allow setting of cuckoodir/cuckoomon through env in install.sh More... almost 12 years ago
move distorm3 object files to objects dir, fix compilation of test files More... almost 12 years ago