raizo
raizo
are you on osx?
how am i not using it as a plugin? im literally loading the library into clang when compiling the test to obfuscated ll
Yes i do since i cannot use it via docker. I modified the command right here https://github.com/MaxXor/obfuscator-llvm/blob/master/test.sh#L21, which is the last step im stuck on, everything else compiles fine and...
``` ➜ test git:(master) ✗ sudo /opt/homebrew/opt/llvm/bin/clang -v -fuse-ld=lld -flto=full -O3 -Wl,-strip-all -o test test_obfuscated.ll Homebrew clang version 13.0.1 Target: arm64-apple-darwin21.2.0 Thread model: posix InstalledDir: /opt/homebrew/opt/llvm/bin "/opt/homebrew/Cellar/llvm/13.0.1/bin/clang-13" -cc1 -triple arm64-apple-macosx12.0.0...
compiling it with llc to LLVM IR, then use llc to compile it to an object file, using clang to build it as a executeable works fine. same as going...
disable/enable raw input
``` ld.lld: error: relocation R_X86_64_32 cannot be used against local symbol; recompile with -fPIC >>> defined in /tmp/main-d92640.o >>> referenced by main.cpp >>> /tmp/main-d92640.o:(__cxx_global_var_init) ld.lld: error: relocation R_X86_64_32 cannot be...
Looks good.
This is made in C++, and requires a dll which dosent really work with a UNIX like system like iOS.
> hi, does these commands still work in cathook? This has never been implemented