Special build for https://github.com/kavishdevar/aln for kernel module live patching. Use another build if you need it for your own module.
Notes:
- It REQUIRES to be extracted to
/data/local/tmp/aln_unzip/(not another path!) because this path is hardcoded inside the radare2 binaries (not my fault, it's a limitation of radare2):/data/local/tmp/aln_unzip/org.radare.radare2installer/radare2/ - It has a dependency to a static arm64 busybox 1.36.1 + a shim
xzscript. They are both bundled inside the.tar.gzso no worries about that. - The
LD_LIBRARY_PATHandPATHneeds to be overriden so that radare2 can find the dependencies:export LD_LIBRARY_PATH="/data/local/tmp/aln_unzip/org.radare.radare2installer/radare2/lib:$LD_LIBRARY_PATH" export PATH="/data/local/tmp/aln_unzip/org.radare.radare2installer/radare2/bin:$PATH" export PATH="/data/local/tmp/aln_unzip/busybox:$PATH"
- See kavishdevar/aln#34 for more information and usage.