https://github.com/kost/nmap-android
Nmap on Android - Makefile/diff/scripts to build it with Android NDK
https://github.com/kost/nmap-android
Last synced: about 1 month ago
JSON representation
Nmap on Android - Makefile/diff/scripts to build it with Android NDK
- Host: GitHub
- URL: https://github.com/kost/nmap-android
- Owner: kost
- Created: 2012-09-16T14:38:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-10-25T09:12:45.000Z (over 8 years ago)
- Last Synced: 2025-04-03T01:11:21.941Z (about 2 months ago)
- Language: Makefile
- Size: 54.7 KB
- Stars: 282
- Watchers: 29
- Forks: 79
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
nmap-android
============Nmap on Android - Makefile/diff/scripts to build it with Android NDK
Put android/ directory to nmap source root.
Go to android directory and say:
```
make doit
```Or if you have Android NDK already, just specify NDK location and
issue following command:
```
make havendk NDK=/opt/android-ndk-r12b
```Transfer binaries and supporting files to android (adb, wireless, ...)
### OpenSSL support
```
make openssl havendk OPENSSL=1 NDK=/opt/android-ndk-r12b
```Have fun!
### NDK Custom builds
In case you already have NDK and you already have NDK copied:
```
make NDK=/data/opt/android-ndk-r12b NDKDEST=/data/opt/ndk-arm OPENSSL=1 openssl build install strip
```