As the title states... can anyone throw off some good references or code examples to help protect a rust executable from AV? Such as packers, protectors and obfuscators that can be used for rust src codes?
Links?
- RustShield
- Obscurify
- CodeNinja
- StealthRust
- RustCloak
- ShadowCode
- RustScramble
- CodeSmokescreen
- IronHide
- RustyVault
Google itLinks?
If you mean crypting, you can pretty much Use any native crypter(might need to be careful w msvc). If you want to protect your legit application you can Use vmprotect etc ofcAs the title states... can anyone throw off some good references or code examples to help protect a rust executable from AV? Such as packers, protectors and obfuscators that can be used for rust src codes?
Be carefull what are you downloading from githubTheir are tons of crypter coded in Rust you just need to use Google!
and this is a link for some of them from Github .
https://github.com/search?q=crypter+language:Rust+&type=repositories
If he run it on hi system then good luckBe carefull what are you downloading from githubits a great place for malware spread
None of these actually exist
- RustShield
- Obscurify
- CodeNinja
- StealthRust
- RustCloak
- ShadowCode
- RustScramble
- CodeSmokescreen
- IronHide
- RustyVault

I've found goldberg to be good only for string obfuscation. TheThere is such a package as Goldberg, here is the link https://crates.io/crates/goldberg you can also protect the lines of the program using obfstr (https://crates.io/crates/obfstr)
goldberg_stmts!