• XSS.stack #1 – первый литературный журнал от юзеров форума

Rust Protector / Crypt / Obfuscation / Packer

Пожалуйста, обратите внимание, что пользователь заблокирован
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?
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 ofc
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Пожалуйста, обратите внимание, что пользователь заблокирован
Be carefull what are you downloading from github ;) its a great place for malware spread
If he run it on hi system then good luck :) he need windows vps or virtual machine to run the malwares
 
There 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)
I've found goldberg to be good only for string obfuscation. The
Код:
 goldberg_stmts!
macro isn't very useful in practice. But I think it's ok since the rust compiler is obscure enough as is.

If you don't have a problem with compiling with LLVM then you can use obfuscator-llvm.

https://vrls.ws/posts/2023/06/obfuscating-rust-binaries-using-llvm-obfuscator-ollvm/
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх