joaovarelas / Obfuscator-LLVM-16.0

GNU General Public License v3.0
84 stars 16 forks source link

编译命令 #1

Closed bb33bb closed 9 months ago

bb33bb commented 11 months ago

我测试了下没测出混淆效果。弱弱的问下楼主,如何编译,用什么参数可以达到混淆效果

joaovarelas commented 9 months ago

我测试了下没测出混淆效果。弱弱的问下楼主,如何编译,用什么参数可以达到混淆效果

You have build Rust compiler using patched rust-fork of LLVM. When you build rustc and cargo you should select the appropriate toolchain to use OLLVM when compiling rust binaries.

Original Post:

bb33bb commented 9 months ago

我测试了下没测出混淆效果。弱弱的问下楼主,如何编译,用什么参数可以达到混淆效果

You have build Rust compiler using patched rust-fork of LLVM. When you build rustc and cargo you should select the appropriate toolchain to use OLLVM when compiling rust binaries.

Original Post:

Thanks!!