mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-20 04:09:41 +00:00
Add unicorn-deps package
This commit is contained in:
parent
6420f03107
commit
9edd911003
@ -4,7 +4,7 @@ R2PM_GIT "https://github.com/radare/radare2-extras"
|
||||
R2PM_DESC "[RDebug] Unicorn emulator plugin for radare2"
|
||||
|
||||
R2PM_INSTALL() {
|
||||
make unicorn
|
||||
make -C unicorn
|
||||
make unicorn-install
|
||||
}
|
||||
|
||||
|
15
binr/r2pm/d/unicorn-deps
Normal file
15
binr/r2pm/d/unicorn-deps
Normal file
@ -0,0 +1,15 @@
|
||||
R2PM_BEGIN
|
||||
|
||||
R2PM_GIT "https://github.com/unicorn-engine/unicorn"
|
||||
R2PM_DESC "[System] unicorn emulation library"
|
||||
|
||||
R2PM_INSTALL() {
|
||||
make -j 4
|
||||
sudo make install
|
||||
}
|
||||
|
||||
R2PM_UNINSTALL() {
|
||||
sudo make uninstall
|
||||
}
|
||||
|
||||
R2PM_END
|
Loading…
Reference in New Issue
Block a user