obfuscator-llvm
obfuscator-llvm copied to clipboard
This adds a string encryption pass. Details will come later
Hi @PatriceBlin I've been having some issues trying to build the plugin locally. I've been following your guide on how to do this with the android NDK. I'm trying to...
Crash when using string encryption, based on ndk 25.2.9519653, Macos 13.5 ``` Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH`...
I applied SCALAROPTIMIZERLATE_PASSES with flattening. However, an error occurs when building my iPhone app. ``` clang: error: unable to execute command: Segmentation fault: 11 clang: error: clang frontend command failed...
My develop environment is Windows and Visual Studio, how can I use the project with them, I didn't see any documentation. Sincerely thanks to reply.
I use the [guide](https://github.com/eshard/obfuscator-llvm/wiki/Rust-obfuscation-guide#1-build-rust-and-llvm) and trying to adapt it for Windows OS, when I run the command `python .\x.py build`, I get `thread 'main' panicked at 'shared linking to LLVM...
Hi, put together a project build recently that was working perfectly during compile time however now I am starting to see a consistent crash when building core for an invalid...
Added random device for windows, tested with Mingw-w64.
Hi, I'm having difficulties building and using the obfuscator with Android. I am following the instructions on https://github.com/eshard/obfuscator-llvm/blob/main/docs/ANDROID_NDK.md I tried using the latest NDK (r25b) as well as the one...