Skip to content

This script is used to run radare2 from non-standard installed directory.

License

Notifications You must be signed in to change notification settings

tesuji/r2-magic-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

r2-magic-run

This script is used to run radare2 from non-standard installed directory.

Status: Build Status

Usage

In specific, first extract the radare2 package by:

wget -O 'radare2.deb' 'http://radare.mikelloc.com/get/2.9.0/radare2_2.9.0_amd64.deb'
dpkg -x 'radare2.deb' "${HOME}/builddir/radare2"

In your case, you need to modify the extracted directory and R2_PREFIX in r2 file corresponding.

Then modify the PATH environment variable to point to the cloned repo:

git clone --depth=1 https://github.com/lzutao/r2-magic-run.git
PATH="${PATH}:$(realpath r2-magic-run/bin)"
export PATH

About

This script is used to run radare2 from non-standard installed directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages