I'd like to propose changes to https://github.com/eshard/obfuscator-llvm/wiki/Rust-obfuscation-guide, but I couldn't find a way to make a PR for the wiki, so here are the changes:
The file to edit is not config.toml but is now called bootstrap.toml.
The content to add to this file is now (note the new line at end):
[llvm]
clang = true
link-shared = true
download-ci-llvm = false
I'd like to propose changes to https://github.com/eshard/obfuscator-llvm/wiki/Rust-obfuscation-guide, but I couldn't find a way to make a PR for the wiki, so here are the changes:
The file to edit is not
config.tomlbut is now calledbootstrap.toml.The content to add to this file is now (note the new line at end):