We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With a fresh install of Kali 2019.3 in VMware:
$ git clone https://github.com/mseclab/nathan $ cd nathan $ ./nathan.py init $ cd ~/nathan/sdk/tools/lib64/libstdc++ $ mv libstdc++.so.6 libstdc++.so.6_OLD $ ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6 $ ./nathan.py start
| \ | | | | | | | \| | __ _| |_| |__ __ _ _ __ | . ` |/ _` | __| '_ \ / _` | '_ \ | |\ | (_| | |_| | | | (_| | | | | |_| \_|\__,_|\__|_| |_|\__,_|_| |_| Nathan Emulator - Mobile Security Lab 2016 Version 1.0.0 Author: Roberto Gassira' - [email protected] Distributed under MIT license. Selected architecture: x86 Nathan ROM version: NRL001 Checking emulator... Checking local emulator version... OK: using local Android emulator version 25.1.7.0 Redirecting output to nathan_x86.log Starting emulator with: ./sdk/tools/emulator -avd nathan_x86 -verbose -show-kernel -no-snapshot-save -gpu on -netspeed full -netdelay none -selinux disabled -qemu -no-reboot Nathan emulator boot in progress... Mapped system partition to:/tmp/android-root/emulator-DZU20F Running Kernel: Linux version 3.4.67+ ([email protected]) (gcc version 4.8 (GCC) ) #3 PREEMPT Tue Sep 16 19:46:22 CEST 2014
The text was updated successfully, but these errors were encountered:
same problem for me ...... did you get any solutions !!
Sorry, something went wrong.
No branches or pull requests
With a fresh install of Kali 2019.3 in VMware:
$ git clone https://github.com/mseclab/nathan
$ cd nathan
$ ./nathan.py init
$ cd ~/nathan/sdk/tools/lib64/libstdc++
$ mv libstdc++.so.6 libstdc++.so.6_OLD
$ ln -sf /usr/lib/x86_64-linux-gnu/libstdc++.so.6 libstdc++.so.6
$ ./nathan.py start
The text was updated successfully, but these errors were encountered: