`

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 是一个集成了一系列 Linux 常用命令的单一可执行程序,被广泛应用于嵌入式系统和 Android 设备中,以提供基础的系统管理功能。由于它的体积小、功能全,因此被誉为“Linux 工具箱”。在 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编译的副产品,...

    busybox:适用于Android的BusyBox

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

    glibc_busybox_for_android

    标题 "glibc_busybox_for_android" 涉及的关键知识点主要集中在glibc、BusyBox以及它们在Android系统中的应用。让我们深入了解一下这些概念及其相互关系。 1. **glibc(GNU C Library)**:glibc是Linux操作系统中...

    为Android加入busybox工具

    2. **准备编译工具链**:为了能够在本地编译出适用于Android平台的BusyBox,需要下载并配置GNU Toolchain for ARM Processors。推荐使用CodeSourcery提供的工具链,例如:...

    android 文件系统制作

    下载BusyBox for Android - **下载BusyBox**:访问链接`http://blog.chinaunix.net/u/20947/showart.php?id=1913228`下载适用于Android平台的BusyBox工具。 - **了解BusyBox**:BusyBox是一款集成了许多常用Linux...

    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.

Global site tag (gtag.js) - Google Analytics