Skip to content

5.9.8-android-aln

Latest

Choose a tag to compare

@devnoname120 devnoname120 released this 07 Apr 08:10
5.9.8-android-aln
f1af2a7

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 xz script. They are both bundled inside the .tar.gz so no worries about that.
  • The LD_LIBRARY_PATH and PATH needs 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.