Skip to content

Commit

Permalink
Merge pull request #3 from w-shackleton/busybox
Browse files Browse the repository at this point in the history
Updated to stripped down BusyBox
  • Loading branch information
w-shackleton committed May 12, 2014
2 parents b4e9c63 + c682c2f commit eb41b93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified res/raw/busybox
Binary file not shown.
1 change: 1 addition & 0 deletions src/uk/digitalsquid/netspoofer/config/FileFinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ static final void checkBBInstalledFunctions() throws FileNotFoundException {
e.printStackTrace();
}
String requiredApplets[] = {
"route",
"cp",
};
boolean foundApplets[] = new boolean[requiredApplets.length];
Expand Down

0 comments on commit eb41b93

Please sign in to comment.