We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Target = Rust Binaries
LITCRYPT encrypts strings when compiling, keeping them encrypted in both disk and memory while running, and only decrypting them when needed.
string: "litcrypt" string: "litcrypt::litcrypt_internal"
anti-analysis/obfuscation/
https://github.com/anvie/litcrypt.rs
att&ck: - Defense Evasion::Obfuscated Files or Information [T1027] mbc: - Anti-Static Analysis::Executable Code Obfuscation [B0032]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Summary
Target = Rust Binaries
LITCRYPT encrypts strings when compiling, keeping them encrypted in both disk and memory while running, and only decrypting them when needed.
Examples
Features
string: "litcrypt"
string: "litcrypt::litcrypt_internal"
Additional context
Rule details
Namespace
anti-analysis/obfuscation/
References
https://github.com/anvie/litcrypt.rs
Other rule meta information
The text was updated successfully, but these errors were encountered: