-
Blocking on https://github.com/Vector35/binaryninja-api/issues/1606
Right now, we undo control flow flattening by patching the binary and saving it to disk. Now that binja has a decompiler, it's wo…
-
pass flag -bcf, make project compilation stuck forever. need fix
-
The Docker setup here still seems to have LLVM 16 and Rust 1.70.0, which at this point is far behind the current stable as well.
-
In file included from :1:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator11.3.sdk/System/Library/Frameworks/FileProv…
-
Using this binary gives me `clang: error: unknown argument: '-fno-addrsig'` error. Unable to obfuscate.
-
-
The wiki documentation is like this, but I have a few more questions.
```
$ CC=path_to_the/build/bin/clang
$ CFLAGS+="-mllvm -fla" or CXXFLAGS+="-mllvm -fla" (or any other obfuscation-related fla…
-
When I compiled 4.0 of ollvm, I encountered some error messages.
Compile command:
```
cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF ../obfuscator/
make -j8
```
The following erro…
-
以下是编译器错误:
`Assertion failed: (S1->getType() == S2->getType() && "Cannot create binary operator with two operands of differing type!"), function Create, file /Users/renqiming/Documents/iOS/Armariris/l…
-
```
fn main() {
println!("Hello, world!11111111");
}
```
```
docker pull ghcr.io/joaovarelas/obfuscator-llvm-16.0:latest
docker run -v .:/projects/ -it ghcr.io/joaovarelas/obfuscator-l…