`

Busybox for Android

阅读更多

Busybox is a command that provides many of the common linux commands.

Push busybox into your phone's internel memory, then get to use the linux commands, just like "find", "grep" etc.

 

adb push busybox /data/local/busybox
adb shell

$cd /data/local
$chmod 777 busybox
$./busybox

BusyBox v1.8.1 (2007-11-14 10:11:37 EST) multi-call binary
Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.
Licensed under GPLv2. See source distribution for full notice.

Usage: busybox [function] [arguments]...
   or: [function] [arguments]...

        BusyBox is a multi-call binary that combines many common Unix
        utilities into a single executable.  Most people will create a
        link to busybox for each function they wish to use and BusyBox
        will act like whatever it was invoked as!

Currently defined functions:
        [, [[, addgroup, adduser, adjtimex, ar, arp, arping, ash,
        awk, basename, bunzip2, bzcat, bzip2, cal, cat, catv,
        chattr, chgrp, chmod, chown, chpasswd, chpst, chroot,
        chrt, chvt, cksum, clear, cmp, comm, cp, cpio, crond,
        crontab, cryptpw, cut, date, dc, dd, deallocvt, delgroup,
        deluser, df, dhcprelay, diff, dirname, dmesg, dnsd, dos2unix,
        du, dumpkmap, dumpleases, echo, ed, egrep, eject, env,
        envdir, envuidgid, ether-wake, expand, expr, fakeidentd,
        false, fbset, fdflush, fdformat, fdisk, fgrep, find, fold,
        free, freeramdisk, fsck, fsck.minix, ftpget, ftpput, fuser,
        getopt, getty, grep, gunzip, gzip, halt, hdparm, head,
        hexdump, hostid, hostname, httpd, hwclock, id, ifconfig,
        ifdown, ifup, inetd, init, insmod, install, ip, ipaddr,
        ipcalc, ipcrm, ipcs, iplink, iproute, iprule, iptunnel,
        kbd_mode, kill, killall, killall5, klogd, last, length,
        less, linux32, linux64, linuxrc, ln, loadfont, loadkmap,
        logger, login, logname, logread, losetup, ls, lsattr,
        lsmod, lzmacat, makedevs, md5sum, mdev, mesg, microcom,
        mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, modprobe,
        more, mount, mountpoint, mt, mv, nameif, nc, netstat,
        nice, nmeter, nohup, nslookup, od, openvt, passwd, patch,
        pgrep, pidof, ping, ping6, pipe_progress, pivot_root,
        pkill, poweroff, printenv, printf, ps, pscan, pwd, raidautorun,
        rdate, readlink, readprofile, realpath, reboot, renice,
        reset, resize, rm, rmdir, rmmod, route, rpm, rpm2cpio,
        run-parts, runlevel, runsv, runsvdir, rx, sed, seq, setarch,
        setconsole, setkeycodes, setlogcons, setsid, setuidgid,
        sh, sha1sum, slattach, sleep, softlimit, sort, split,
        start-stop-daemon, stat, strings, stty, su, sulogin, sum,
        sv, svlogd, swapoff, swapon, switch_root, sync, sysctl,
        syslogd, tail, tar, taskset, tcpsvd, tee, telnet, telnetd,
        test, tftp, time, top, touch, tr, traceroute, true, tty,
        ttysize, udhcpc, udhcpd, udpsvd, umount, uname, uncompress,
        unexpand, uniq, unix2dos, unlzma, unzip, uptime, usleep,
        uudecode, uuencode, vconfig, vi, vlock, watch, watchdog,
        wc, wget, which, who, whoami, xargs, yes, zcat, zcip
分享到:
评论

相关推荐

    Busybox for Android v1.20.2

    Busybox for Android v1.20.2 Stable built by Linus Yang [Aug 12, 2012 Update] - Update to 1.20.2 stable [Features] - Tested on Android 2.1, 2.3, 4.0 and 4.1. Should be capable with all Android ...

    busybox for android(passed in android 2.3)

    busybox for android,编译器要用arm-eabi-4.4.0.tgz。 海天雄的android系统是没有busybox的。 Android并没有采用glibc作为C库,而是采用了Google自己开发的Bionic Libc,它的官方Toolchain也是基于Bionic Libc而并非...

    busybox for android

    android中的busybox工具集。

    BusyBox for Android_v6.8.2(68003)_apkpure.com

    BusyBox for Android_v6.8.2(68003)_apkpure.com

    busybox_android

    busybox busybox_android 编译好的

    Android代码-BusyBox

    This application is an BusyBox installer for Android. BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities ...

    busybox-1.31.1-46.apk

    BusyBox 是一个集成了三百多个最常用Linux命令和工具的软件。busybox-1.31.1-46.apk 为最新版官方版(2019-11-4日更新),官网地址:https://github.com/meefik/busybox/releases。

    busybox 1.20.2 for Android 4.0.4

    busybox v1.20.2 for Android v4.0.4

    busybox 1.20.2 for android

    busybox 1.20.2 for android. steps: adb remount adb push ./busybox-1.20.2-android2 /system/bin/ adb shell busybox ifconfig......

    busybox源码

    busybox 的源代码,版本为1.21

    Busybox-1.13

    Busybox-1.13 用于制作嵌入式YAFF2文件系统

    android busybox

    busybox tool for android

    busybox-ndk:busybox-ndk

    适用于Android NDK的Busybox osm0sis @ xda开发人员 适用于使用NDK构建的所有Android架构的静态busybox二进制文件 链接 描述 作为为我的程序包在所有受支持的Android体系结构中构建自己的静态busybox编译的副产品,...

    android 文件系统制作

    4、http://blog.chinaunix.net/u/20947/showart.php?id=1913228在这下载一个二进制的busybox for android用。 5、在电脑上运行已经设置好的ADB(用法自行google吧)。同时运行上面新的eclipse android工程,目的就是...

    busybox:适用于Android的BusyBox

    忙箱版权所有(C)2015-2019 Anton Skshidlevsky,GPLv2 该应用程序是Android的BusyBox安装程序。 将许多常见UNIX实用程序的微型版本组合到一个小型可执行文件中。 它代替了您通常在GNU fileutils,shellutils等中...

    glibc_busybox_for_android

    包含文件: link_busybox_on_target.sh,busybox 把2个文件复制到/system/xbin/下,执行脚本

    Android busybox V1.31.1

    目前最新版本的Android可用busybox; 25 October 2019 -- BusyBox 1.31.1 (stable) Bug fix release. 1.30.1 has fixes for dc, ash (PS1 expansion fix), hush, dpkg-deb, telnet and wget.

    smartdns-Android:适用于 Android 的 smartdns 服务器

    Busybox (建议安装 Busybox for Android NDK by osm0sis @ xda-developers 模块) 安装 下载 zip,在 Magisk Manager 或 Recovery 中刷入。 默认配置中并未设置上游,最好不要修改已配置好的路径。安装完成后,务必...

Global site tag (gtag.js) - Google Analytics