यह एक Clang compiler है जो कई Linux (Ubuntu, CentOS आदि) पर चल सकने वाली obfuscated binaries बनाता है।

Obfuscation फीचर

- bcf     # नकली कोड डालना  
- sub     # सरल operations को जटिल में बदलना  
- sobf    # string encryption  
- split   # code splitting  
- ibr     # indirect branch  
- icall   # indirect function call  
- igv     # indirect global variable call  

अनुशंसित specifications

  • Operating system: Ubuntu 24.04
  • CPU: x86_64 (Intel/AMD), 2.5 GHz या अधिक (6 cores/ 12 threads recommended)
  • Memory: 16 GB RAM
  • Storage: 10 GB या अधिक (SSD/NVMe)

Supported architectures

- Linux x86_64 (static musl)  # Ubuntu, CentOS, RedHat आदि पर version की परवाह किए बिना काम करता है  
- Linux ARM64 (development में)  

आसान उपयोग (Ubuntu आवश्यक)

git clone git@github.com:HimitsuShell/HimitsuObfuscator.git  
chmod 755 -R ./HimitsuObfuscator  
cd ./HimitsuObfuscator  
sudo apt-get install -y build-essential  
./bin/x86_64-unknown-linux-musl-clang -flto -fuse-ld=lld -mllvm -sobf -mllvm -sub -static main.c -o main  
./main  

अभी कोई टिप्पणी नहीं है.

अभी कोई टिप्पणी नहीं है.