This file contains 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
# 1. Download from https://github.com/radareorg/radare2/releases/tag/5.9.2 and place it in the same folder as this script | |
# 2. adjust the following paths: | |
# path for the installed files | |
INSTALL_TARGET=~/Tools/radare2-test | |
# where are your bniaries stored? Should be added to Path | |
BIN_TARGET=~/bin/ | |
# 3. run the script |