/Cross-Compiled-Binaries-Android

A collection of (mostly) static cross compiled binaries for android

Primary LanguageShell

Cross Compiled Binaries for Android

This repo contains a variety of binaries cross compiled for android with Android NDK. All are static linked unless in a dynamic folder. Feel free to use them for whatever. Also contains some files for ccbins mod

Binaries Build Script

You can find the build script for these in the build_scripts folder.

Actively Maintained:

  • Aria2 (v1.36.0) - to use static linked without root, use --async-dns --async-dns-server=<yourdnserver,yourotherdnsserver> (not needed for dynamic linked)
    • For use in an installer zip - use static linked
    • For use on a device - use dynamic linked if on Oreo (API 26) or newer
  • Bash (v5.2.9)
  • Bc (v6.1.1) - Gavin Howard posix Bc with GNU extensions
  • Brotli (v1.0.9)
  • Coreutils (v9.1) - has selinux support, openssl support, and includes patches for advanced cp/mv (adds progress bar functionality)
  • Cpio (v2.12) - v2.13 is bugged so staying with this version
  • Curl (v7.86.0) - boringssl support and more - working ssl, to use static linked without root, use --dns-servers <yourdnserver,yourotherdnsserver> (not needed for dynamic linked)
    • For use in an installer zip - use static linked
    • For use on a device - use dynamic linked if on Oreo (API 26) or newer
  • Diffutils (v3.8)
  • Ed (v1.18)
  • Exa (v0.10.1) - dynamic only
  • Findutils (v4.9.0)
  • Gawk (Awk) (v5.2.0)
  • Grep (v3.8)
  • Gzip (v1.12)
  • Htop (v3.2.1)
  • Iw (v5.9)
  • Keycheck
  • Nano (v6.4)
  • Nethogs (v0.8.6)
  • Ncursesw (v6.3) - only terminfo files - needed for some binaries such as htop
  • Nmap (v7.93) - dynamic only
  • Openssl (v3.0.7)
  • Patch (v2.7.6)
  • Patchelf (v0.16.1)
  • Sed (v4.8)
  • Sqlite3 (v3.39.4) - dynamic only
  • Strace (v6.0)
  • Tar (v1.34)
  • Tcpdump (v4.99.1)
  • Vim (v9.0.0835)
  • Wget2 (v2.0.1) - dynamic only
  • Xmlstarlet
  • Xxd (v1.10)
  • Zip (v3.0)
  • Zsh (v5.9)
  • Zstd (v1.5.2)

Pulled from Offical Sources

  • RClone (v1.59.0)

Deprecated:

These are binaries that will be left "as is". I will not be updating them anymore

  • Iftop (v1.0pre4) - dynamic only
  • Wavemon (v0.9.3) - note that your kernel must have wireless extensions enabled (which most android ones don't). See here and here for more details

Credits