Created
January 24, 2018 08:59
-
-
Save ba0f3/8b4cf291e9e6b0000518ad98cb4b48a6 to your computer and use it in GitHub Desktop.
Make frida-gadget-32 on Ubuntu 16.04_32bit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
apt install python3-pip g++-multilib ninja-build nodejs npm git | |
pip3 install colorama prompt-toolkit pygments | |
ln -s /usr/bin/nodejs /usr/bin/node | |
git clone --depth=1 https://github.com/frida/frida.git | |
cd frida | |
git submodule init | |
git submodule update | |
ln -s /usr/bin/ninja releng/ninja-linux-x86 | |
make gadget-32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment