Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

1.29.2

Compare
Choose a tag to compare
@topjohnwu topjohnwu released this 12 Aug 15:42

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.