Skip to content

Instantly share code, notes, and snippets.

@ba0f3
Created January 24, 2018 08:59
Show Gist options
  • Save ba0f3/8b4cf291e9e6b0000518ad98cb4b48a6 to your computer and use it in GitHub Desktop.
Save ba0f3/8b4cf291e9e6b0000518ad98cb4b48a6 to your computer and use it in GitHub Desktop.
Make frida-gadget-32 on Ubuntu 16.04_32bit
#!/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