File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : |
2828 python -m pip install --upgrade pip
29- python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection
29+ python -m pip install pytest rzpipe meson==0.62.0 ninja coverage ciphey frida objection r2pipe==1.8.0
3030
3131 # Install graphviz & ninja
3232 sudo apt-get -y install graphviz ninja-build
3939 sudo ninja -C build install
4040 sudo ldconfig -v
4141 cd -
42+
43+ # Install Radare2 (5.8.8)
44+ sudo apt install -y musl-tools
45+ sudo git clone https://github.com/radareorg/radare2 /opt/radare2/
46+ cd /opt/radare2/
47+ sudo git checkout 5.8.8
48+ sudo sys/install.sh
49+ cd -
4250
4351 # Install click >= 8.0.0 for CLI supports
4452 python -m pip install click==8.0.3
You can’t perform that action at this time.
0 commit comments