-
When I cmake ollvm on kali linux 2018.3 with the operations same as Ubuntu, it failed at 91% process. The error is as follows:
`In file included from /usr/include/c++/8/utility:70,
…
-
[Ultima_07_37_45_Sign.apk.zip](https://github.com/rednaga/APKiD/files/6519674/Ultima_07_37_45_Sign.apk.zip)
Current Master Branch APKiD Scan :
```sh
$ apkid 'Ultima_07_37_45_Sign.apk.zip'
[+] AP…
-
# Description
Plugin build on OSX will fail using llvm@16 installed from brew.
One instance of the error can be found here:
https://github.com/open-obfuscator/o-mvll/blob/6f7aaf3c15e54dfeca24206f…
-
Right now this test never runs anywhere: https://github.com/open-obfuscator/o-mvll/blob/c10c275de16af1a3a3d5eca0112b69aebf0337f6/src/test/passes/break-cfg/basic-aarch64-ios.c#L2
Maybe a leftover fr…
-
Hi, after running cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DLLVM_INCLUDE_TESTS=OFF ../obfuscator/
I tried to compile by using "make -j7" but it failed almost at the end.
```
In file …
-
[DetectFrida.apk.zip](https://github.com/rednaga/APKiD/files/6009611/DetectFrida.apk.zip)
```sh
$ apkid DetectFrida.apk.zip
[+] APKiD 2.1.1 :: from RedNaga :: rednaga.io
[*] DetectFrida.apk.zip!cl…
-
LLVM project allows managing code easily through LLVM IR, using an IR allows that some obfuscation techniques can be applied to different programming languages in an abstract way. The LLVM project imp…
-
Hi! I'm trying to install obfuscator-llvm on my Windows 10 VM with VS 2019 installed. I've followed the wiki on the installation process. However, I did not execute the `make -j7` as there is no makef…
-
hello,
I tried to compile O-LLVM on the armv7l platform,and I had a problem during the compilation.
```
In file included from /home/xiaolu/obfuscator/include/llvm/Transforms/Obfuscation/BogusContro…
-
```
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…