├── .gitignore ├── README.md ├── SuperSU-v2.78.apk ├── adb ├── AdbWinApi.dll ├── AdbWinUsbApi.dll └── adb.exe ├── bin ├── GPL.txt ├── GetAndroidSig.jar ├── MSVCRT40.DLL ├── Psapi.Dll ├── README.txt ├── aapt.exe ├── ansi2knr.exe ├── awk.exe ├── basename.exe ├── bash.exe ├── bc.exe ├── bison.exe ├── cat.exe ├── chgrp.exe ├── chmod.exe ├── chown.exe ├── cksum.exe ├── cmp.exe ├── comm.exe ├── cp.exe ├── cpp.exe ├── csplit.exe ├── cut.exe ├── cygwin1.dll ├── cygwinb19.dll ├── date.exe ├── dc.exe ├── dd.exe ├── df.exe ├── diff.exe ├── diff3.exe ├── dircolors.exe ├── dirname.exe ├── du.exe ├── echo.exe ├── egrep.exe ├── env.exe ├── expand.exe ├── expr.exe ├── factor.exe ├── false ├── fgrep.exe ├── find.exe ├── flex.exe ├── fltcr.exe ├── fmt.exe ├── fold.exe ├── gawk.exe ├── gplay.exe ├── grep.exe ├── gsar.exe ├── gunzip.exe ├── gzip.exe ├── head.exe ├── id.exe ├── indent.exe ├── install.exe ├── join.exe ├── jwhois.exe ├── less.exe ├── ln.exe ├── logname.exe ├── ls.exe ├── m4.exe ├── make.exe ├── md5sum.exe ├── mkdir.exe ├── mkfifo.exe ├── mknod.exe ├── more.exe ├── mv.exe ├── mvdir.exe ├── nl.exe ├── od.exe ├── paste.exe ├── patch.exe ├── pr.exe ├── printenv.exe ├── printf.exe ├── pwd.exe ├── recode.exe ├── rm.exe ├── rman.exe ├── rmdir.exe ├── sdiff.exe ├── sed.exe ├── seq.exe ├── sh.exe ├── shar.exe ├── sleep.exe ├── sort.exe ├── split.exe ├── start_shell.bat ├── su.exe ├── sum.exe ├── sync.exe ├── tac.exe ├── tail.exe ├── tar.exe ├── tee.exe ├── test.exe ├── touch.exe ├── tr.exe ├── true ├── type.exe ├── uname.exe ├── unexpand.exe ├── uniq.exe ├── unshar.exe ├── uudecode.exe ├── uuencode.exe ├── vi.exe ├── wc.exe ├── wget.exe ├── wget.hlp ├── which.exe ├── whoami.exe ├── win32gnu.dll ├── xargs.exe └── yes.exe ├── install.bat ├── install.sh ├── libs ├── armeabi-v7a │ ├── dirtycow │ └── run-as └── x86 │ ├── dirtycow │ └── run-as ├── nefarious.sh ├── packages ├── HondaHack.apk └── HondaHack.zip ├── root.bat ├── root.sh └── su /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/README.md -------------------------------------------------------------------------------- /SuperSU-v2.78.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/SuperSU-v2.78.apk -------------------------------------------------------------------------------- /adb/AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/adb/AdbWinApi.dll -------------------------------------------------------------------------------- /adb/AdbWinUsbApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/adb/AdbWinUsbApi.dll -------------------------------------------------------------------------------- /adb/adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/adb/adb.exe -------------------------------------------------------------------------------- /bin/GPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/GPL.txt -------------------------------------------------------------------------------- /bin/GetAndroidSig.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/GetAndroidSig.jar -------------------------------------------------------------------------------- /bin/MSVCRT40.DLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/MSVCRT40.DLL -------------------------------------------------------------------------------- /bin/Psapi.Dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/Psapi.Dll -------------------------------------------------------------------------------- /bin/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/README.txt -------------------------------------------------------------------------------- /bin/aapt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/aapt.exe -------------------------------------------------------------------------------- /bin/ansi2knr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/ansi2knr.exe -------------------------------------------------------------------------------- /bin/awk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/awk.exe -------------------------------------------------------------------------------- /bin/basename.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/basename.exe -------------------------------------------------------------------------------- /bin/bash.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/bash.exe -------------------------------------------------------------------------------- /bin/bc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/bc.exe -------------------------------------------------------------------------------- /bin/bison.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/bison.exe -------------------------------------------------------------------------------- /bin/cat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cat.exe -------------------------------------------------------------------------------- /bin/chgrp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/chgrp.exe -------------------------------------------------------------------------------- /bin/chmod.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/chmod.exe -------------------------------------------------------------------------------- /bin/chown.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/chown.exe -------------------------------------------------------------------------------- /bin/cksum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cksum.exe -------------------------------------------------------------------------------- /bin/cmp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cmp.exe -------------------------------------------------------------------------------- /bin/comm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/comm.exe -------------------------------------------------------------------------------- /bin/cp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cp.exe -------------------------------------------------------------------------------- /bin/cpp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cpp.exe -------------------------------------------------------------------------------- /bin/csplit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/csplit.exe -------------------------------------------------------------------------------- /bin/cut.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cut.exe -------------------------------------------------------------------------------- /bin/cygwin1.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cygwin1.dll -------------------------------------------------------------------------------- /bin/cygwinb19.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/cygwinb19.dll -------------------------------------------------------------------------------- /bin/date.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/date.exe -------------------------------------------------------------------------------- /bin/dc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/dc.exe -------------------------------------------------------------------------------- /bin/dd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/dd.exe -------------------------------------------------------------------------------- /bin/df.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/df.exe -------------------------------------------------------------------------------- /bin/diff.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/diff.exe -------------------------------------------------------------------------------- /bin/diff3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/diff3.exe -------------------------------------------------------------------------------- /bin/dircolors.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/dircolors.exe -------------------------------------------------------------------------------- /bin/dirname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/dirname.exe -------------------------------------------------------------------------------- /bin/du.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/du.exe -------------------------------------------------------------------------------- /bin/echo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/echo.exe -------------------------------------------------------------------------------- /bin/egrep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/egrep.exe -------------------------------------------------------------------------------- /bin/env.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/env.exe -------------------------------------------------------------------------------- /bin/expand.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/expand.exe -------------------------------------------------------------------------------- /bin/expr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/expr.exe -------------------------------------------------------------------------------- /bin/factor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/factor.exe -------------------------------------------------------------------------------- /bin/false: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/false -------------------------------------------------------------------------------- /bin/fgrep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/fgrep.exe -------------------------------------------------------------------------------- /bin/find.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/find.exe -------------------------------------------------------------------------------- /bin/flex.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/flex.exe -------------------------------------------------------------------------------- /bin/fltcr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/fltcr.exe -------------------------------------------------------------------------------- /bin/fmt.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/fmt.exe -------------------------------------------------------------------------------- /bin/fold.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/fold.exe -------------------------------------------------------------------------------- /bin/gawk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/gawk.exe -------------------------------------------------------------------------------- /bin/gplay.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/gplay.exe -------------------------------------------------------------------------------- /bin/grep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/grep.exe -------------------------------------------------------------------------------- /bin/gsar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/gsar.exe -------------------------------------------------------------------------------- /bin/gunzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/gunzip.exe -------------------------------------------------------------------------------- /bin/gzip.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/gzip.exe -------------------------------------------------------------------------------- /bin/head.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/head.exe -------------------------------------------------------------------------------- /bin/id.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/id.exe -------------------------------------------------------------------------------- /bin/indent.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/indent.exe -------------------------------------------------------------------------------- /bin/install.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/install.exe -------------------------------------------------------------------------------- /bin/join.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/join.exe -------------------------------------------------------------------------------- /bin/jwhois.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/jwhois.exe -------------------------------------------------------------------------------- /bin/less.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/less.exe -------------------------------------------------------------------------------- /bin/ln.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/ln.exe -------------------------------------------------------------------------------- /bin/logname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/logname.exe -------------------------------------------------------------------------------- /bin/ls.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/ls.exe -------------------------------------------------------------------------------- /bin/m4.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/m4.exe -------------------------------------------------------------------------------- /bin/make.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/make.exe -------------------------------------------------------------------------------- /bin/md5sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/md5sum.exe -------------------------------------------------------------------------------- /bin/mkdir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/mkdir.exe -------------------------------------------------------------------------------- /bin/mkfifo.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/mkfifo.exe -------------------------------------------------------------------------------- /bin/mknod.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/mknod.exe -------------------------------------------------------------------------------- /bin/more.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/more.exe -------------------------------------------------------------------------------- /bin/mv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/mv.exe -------------------------------------------------------------------------------- /bin/mvdir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/mvdir.exe -------------------------------------------------------------------------------- /bin/nl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/nl.exe -------------------------------------------------------------------------------- /bin/od.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/od.exe -------------------------------------------------------------------------------- /bin/paste.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/paste.exe -------------------------------------------------------------------------------- /bin/patch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/patch.exe -------------------------------------------------------------------------------- /bin/pr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/pr.exe -------------------------------------------------------------------------------- /bin/printenv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/printenv.exe -------------------------------------------------------------------------------- /bin/printf.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/printf.exe -------------------------------------------------------------------------------- /bin/pwd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/pwd.exe -------------------------------------------------------------------------------- /bin/recode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/recode.exe -------------------------------------------------------------------------------- /bin/rm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/rm.exe -------------------------------------------------------------------------------- /bin/rman.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/rman.exe -------------------------------------------------------------------------------- /bin/rmdir.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/rmdir.exe -------------------------------------------------------------------------------- /bin/sdiff.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sdiff.exe -------------------------------------------------------------------------------- /bin/sed.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sed.exe -------------------------------------------------------------------------------- /bin/seq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/seq.exe -------------------------------------------------------------------------------- /bin/sh.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sh.exe -------------------------------------------------------------------------------- /bin/shar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/shar.exe -------------------------------------------------------------------------------- /bin/sleep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sleep.exe -------------------------------------------------------------------------------- /bin/sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sort.exe -------------------------------------------------------------------------------- /bin/split.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/split.exe -------------------------------------------------------------------------------- /bin/start_shell.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/start_shell.bat -------------------------------------------------------------------------------- /bin/su.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/su.exe -------------------------------------------------------------------------------- /bin/sum.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sum.exe -------------------------------------------------------------------------------- /bin/sync.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/sync.exe -------------------------------------------------------------------------------- /bin/tac.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/tac.exe -------------------------------------------------------------------------------- /bin/tail.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/tail.exe -------------------------------------------------------------------------------- /bin/tar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/tar.exe -------------------------------------------------------------------------------- /bin/tee.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/tee.exe -------------------------------------------------------------------------------- /bin/test.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/test.exe -------------------------------------------------------------------------------- /bin/touch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/touch.exe -------------------------------------------------------------------------------- /bin/tr.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/tr.exe -------------------------------------------------------------------------------- /bin/true: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/true -------------------------------------------------------------------------------- /bin/type.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/type.exe -------------------------------------------------------------------------------- /bin/uname.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/uname.exe -------------------------------------------------------------------------------- /bin/unexpand.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/unexpand.exe -------------------------------------------------------------------------------- /bin/uniq.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/uniq.exe -------------------------------------------------------------------------------- /bin/unshar.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/unshar.exe -------------------------------------------------------------------------------- /bin/uudecode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/uudecode.exe -------------------------------------------------------------------------------- /bin/uuencode.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/uuencode.exe -------------------------------------------------------------------------------- /bin/vi.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/vi.exe -------------------------------------------------------------------------------- /bin/wc.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/wc.exe -------------------------------------------------------------------------------- /bin/wget.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/wget.exe -------------------------------------------------------------------------------- /bin/wget.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/wget.hlp -------------------------------------------------------------------------------- /bin/which.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/which.exe -------------------------------------------------------------------------------- /bin/whoami.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/whoami.exe -------------------------------------------------------------------------------- /bin/win32gnu.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/win32gnu.dll -------------------------------------------------------------------------------- /bin/xargs.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/xargs.exe -------------------------------------------------------------------------------- /bin/yes.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/bin/yes.exe -------------------------------------------------------------------------------- /install.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/install.bat -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/install.sh -------------------------------------------------------------------------------- /libs/armeabi-v7a/dirtycow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/libs/armeabi-v7a/dirtycow -------------------------------------------------------------------------------- /libs/armeabi-v7a/run-as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/libs/armeabi-v7a/run-as -------------------------------------------------------------------------------- /libs/x86/dirtycow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/libs/x86/dirtycow -------------------------------------------------------------------------------- /libs/x86/run-as: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/libs/x86/run-as -------------------------------------------------------------------------------- /nefarious.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/nefarious.sh -------------------------------------------------------------------------------- /packages/HondaHack.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/packages/HondaHack.apk -------------------------------------------------------------------------------- /packages/HondaHack.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/packages/HondaHack.zip -------------------------------------------------------------------------------- /root.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/root.bat -------------------------------------------------------------------------------- /root.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/root.sh -------------------------------------------------------------------------------- /su: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codeage/root-honda/HEAD/su --------------------------------------------------------------------------------