https://github.com/kimocoder/android_tools_iw
android_tools_iw
https://github.com/kimocoder/android_tools_iw
Last synced: about 1 year ago
JSON representation
android_tools_iw
- Host: GitHub
- URL: https://github.com/kimocoder/android_tools_iw
- Owner: kimocoder
- Created: 2020-03-16T21:16:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:27:29.000Z (about 2 years ago)
- Last Synced: 2025-03-24T10:11:05.493Z (about 1 year ago)
- Language: Shell
- Homepage: https://www.aircrack-ng.org
- Size: 11.7 KB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## android_tools_iw
Latest 'iw' tool v5.9 for Android.
This tool downloads and compiles the binary with Netlink by the use of Android NDK.
* RECOMMENDED toolchain, Android NDK 11c
- Available for Linux from https://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip
### Get started compiling / installing
1. Download the NDK 11c toolchain (tested working)
2. Edit the "build_env.sh" to fit your setup/folder for toolchain.
- Also edit if you wan't the ARM32 (32 bit) or ARM64 (64 bit) support.
3. Then simply use "make build" for compiling the binaries, "make install" for pushing it
and setting up permissions through ADB on device. Then "make clean" is also available.