Wanna learn how to modify and compile this?
- Download the source (Inside the source folder, there is acut64.s)
- Modify the code (It's assembly)
- Compile the code on termux
- Setup storage
termux-setup-storage
- Install clang & make
pkg install clang make
- Compile the code
clang acut64.s -o acut64
- Verify the code
ldd (compiled code)
- Just make your own version
Q: What's the different between normal autocut and this one?
YMD: This use bypass charging feature

