This repository was archived by the owner on Jul 17, 2024. It is now read-only.
Releases: topjohnwu/ndk-busybox
Releases · topjohnwu/ndk-busybox
1.30.1
1.29.3
1.29.2
busybox-14-<arch>: statically linked; built against SDK 14 (support down to SDK 9); does not work properly in non-root apps on Android 8.0+ (non-root adb shell still works) due to seccomp; smallest possible static busybox binary in size; bundled in libsu since it is only used in root shells.
busybox-16-<arch>: dynamically linked; built against SDK 16 (only support SDK 16+); PIE enabled; support non-root apps in all versions; smallest possible busybox binary.
busybox-21-<arch>: statically linked; built against SDK 21 (support down to SDK 9); support non-root apps in all versions; bundled in Magisk because Magisk Manager need to patch boot images without root.