0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 18 hours ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support older string decrypter method and detect older methods decrypter More... over 12 years ago
Don't throw if we can't find all method args in the same block More... over 12 years ago
Handle case where try handler block is before try block More... over 12 years ago
Update methods decrypter and string decrypter More... over 12 years ago
Ignore call if we can't get all args More... over 12 years ago
Add .NET header and a method to more safely write to a .NET PE image More... over 12 years ago
Ignore invalid metadata tokens in code More... over 12 years ago
Add updated cecil submodule More... over 12 years ago
Update code to handle 4.1 obfuscated assemblies More... over 12 years ago
Update type name More... over 12 years ago
Check for methods with no body More... over 12 years ago
Remove encrypted resources and call to methods decrypter More... over 12 years ago
Add options to disable decryption of methods and bools More... over 12 years ago
Deobfuscate cflow again if a bool was decrypted More... over 12 years ago
Return number of method calls that were replaced More... over 12 years ago
It's a flags enum so should use unique bits More... over 12 years ago
Add BoolValueInliner class More... over 12 years ago
Add createLdci4() method More... over 12 years ago
Refactor string decrypter to generic return value inliner class More... over 12 years ago
Add BooleanDecrypter class More... over 12 years ago
Decrypt strings More... over 12 years ago
Add readInt32() and readBytes() methods More... over 12 years ago
Decrypt some DNR 4.0 non-native obfuscated assemblies More... over 12 years ago
Always call detect(), and support reloading decrypted files More... over 12 years ago
Don't call GetDirectoryName() if name is "" (loaded from byte[]) More... over 12 years ago
Add reload() method when the file has been decrypted More... over 12 years ago
Should ignore .cctor methods since .ctor is never static More... over 12 years ago
Add decrypt methods to IDeobfuscator. Change some method sigs. More... over 12 years ago
Add PE image reader/writer code More... over 12 years ago
Make InstructionEmulator class public More... over 12 years ago