1 dépôt
Encryption of constants, resources, and methods within an application binary to prevent static analysis and memory dumping.
Distinct from Data Encryption: Distinct from general Data Encryption by focusing on the internals of the application binary rather than data at rest or in transit.
Explore 1 awesome GitHub repository matching security & cryptography · Binary. Refine with filters or upvote what's useful.
ConfuserEx is a security toolset for .NET applications that functions as a code obfuscator, binary encryptor, and application protector. Its primary purpose is to prevent reverse engineering by hiding sensitive application logic and data. The project employs specific hardening techniques including symbol renaming to hinder human readability and control-flow mutation to confuse decompilers. It further protects binaries by encrypting constants and resources to stop static analysis and memory dumping, while blocking the use of debuggers and profilers to prevent runtime analysis. Additional capa
Encrypts constants, resources, and methods within the binary to prevent static analysis and unauthorized memory dumping.