This Magisk module contains GNU binutils for arm64 CPUs

The installed executables are:

addr2line  ar  as  c++filt  elfedit  gprof  ld  ld.bfd  nm  objcopy  objdump  ranlib  readelf  size  strings  strip


Description from the home page:

"The GNU Binutils are a collection of binary tools."

The home page for the binutils is 

https://www.gnu.org/software/binutils/


The assembler as and the linker ld from the binutils can be used to compile assembler programs in Android.

Execute the script

/system/usr/share/binutils/compile_example.sh

to test the assembler and linker from this Magisk Module


History

06.01.2026 v2.45-v1.0.0
  initial release for the binutils version 2.45

