Skip to content

Solaree/C-Lib-Patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C-Lib-Patcher

Simple C hex-patcher for killing Arxan, crypto, patching connection and more

Pre-requirements

Currently needed only official LLVM toolchain from Andoroid NDK, avilable here


Injector compilation: make

The patch library compilation: clang++ -fPIC -shared -o libpatch.so libpatch.cpp -target armv7a-linux-androideabi19 -static-libstdc++

See examples in injector.cpp and edit patches for your own!


Usage

Load binary with termux or adb shell: adb root requires root (Magisk, SuperSU, etc.) adb push injector /data/bin/injector chmod 777 /data/bin/injector ./injector

About

Simple C hex-patcher for killing Arxan, crypto, patching connection and more

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published