Skip to content

Commit c682c2f

Browse files
committed
Updated to stripped down BusyBox
1 parent 09bf4b1 commit c682c2f

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

res/raw/busybox

-198 KB
Binary file not shown.

src/uk/digitalsquid/netspoofer/config/FileFinder.java

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ static final void checkBBInstalledFunctions() throws FileNotFoundException {
166166
e.printStackTrace();
167167
}
168168
String requiredApplets[] = {
169+
"route",
169170
"cp",
170171
};
171172
boolean foundApplets[] = new boolean[requiredApplets.length];

0 commit comments

Comments
 (0)