-
The samples from Android Republic.
**Unknown lib obfuscator**
Lib file /assets/emt.androidrepublic/monkey.png (IDA identified as libemtrepublicv3.so). Looks like Ollvm obfuscator
In 2016-2020, th…
-
[Samples.zip](https://github.com/rednaga/APKiD/files/8401634/Samples.zip)
From https://github.com/obpo-project/samples
libcompatible.so in all 4 arch supposed to be packed with https://appguard.np…
-
I'am use windows64 PC ,i want windows ndk use obfuscator-llvm How to built on Windows?
ghost updated
2 years ago
-
Sorry to trouble you, dear author. I run command ./gradlew assembleRelease to build this project. But I ran into a trouble as follows. As a beginner, I really lose my head. Can you help me out?
```
…
-
14.x混淆无效:是我哪里做的不对吗?恳请各路大佬帮忙看看,感谢感谢
环境:
- mac os
- llvm version:llvm 14.0.5
因为我用首页给的patch的时候,字符串混淆没有相关的参数,所以按照 https://github.com/heroims/obfuscator/issues/14 修改了https://github.com/heroims/obfusc…
-
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.
-
probably should be:
~~~
if (MainFunc) createDecodeStubBlock(MainFunc, DecodeStub);
~~~
https://github.com/tsarpaul/llvm-string-obfuscator/blob/22c57d5b29063d2348da6a24a5cd507e28d9ecb3/StringOb…
-
Hi, this is not really an issue. Could you advise on how to run the llvm-string-obfuscator with cargo build? Many thanks!
-
![image](https://user-images.githubusercontent.com/18001820/39751694-88a7738e-52eb-11e8-8b00-2b744ceb5307.png)
当我在制作xcode插件的时候遇到上面的问题 ,重命名后的Apple LLVM 9.0.strings在执行红框中的代码报错,不知道这种情况是否正常?接下来我按照[obfusc…
-
环境:
Ubuntu 18.04.6 LTS
cmake : 3.10.2
ndk : 21.1.6352462
ollvm : obfuscator base on llvm-9.0.1 (https://github.com/heroims/obfuscator 2dec365146e909f6ca45df7c23603d489f0816dd)
编译完ollvm,照你的方法替换文…