Skip to content

Instantly share code, notes, and snippets.

View up-n-atom's full-sized avatar

up-n-atom

View GitHub Profile
@up-n-atom
up-n-atom / cdoc.md
Last active July 15, 2025 08:10
HALNy HLX-SFPX Firmware Tool

Based on reverse engineering /usr/lib/libponimg.so

git clone https://github.com/xxtea/xxtea-c
cd xxtea-c
cmake .
make
cd ..
gcc -static -I./xxtea-c -L./xxtea-c -o test test_decrypt.c -lxxtea
./test