Using LLVM Pass in Rust on Windows
This article is an excellent piece from the KX Forum. Author ID on KX Forum: ny0c Introduction The Rust compiler rustc uses LLVM for intermediate code generation (MIR -> LLVM IR link), so I want to try adding a pass for code obfuscation during the Rust compilation process to protect the production code. Since Rust … Read more