mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Update swf
This commit is contained in:
parent
bd11cf8f81
commit
edd05522b2
@ -1,12 +1,15 @@
|
||||
R2PM_BEGIN
|
||||
|
||||
R2PM_GIT "https://github.com/radare2/radare2-extras"
|
||||
R2PM_DESC "[r2-bin] SWF / Flash disassembler"
|
||||
R2PM_GIT "https://github.com/radare/radare2-extras"
|
||||
R2PM_DESC "[r2-bin] SWF / Flash disassembler"
|
||||
|
||||
R2PM_INSTALL() {
|
||||
./configure --prefix="${R2PM_PREFIX}"
|
||||
cd libr/bin/p
|
||||
make bin_swf.so
|
||||
cd libr/asm/p
|
||||
make asm_swf.${LIBEXT}
|
||||
cp -f asm_swf.${LIBEXT} "${R2PM_PLUGDIR}"
|
||||
cd ../../bin/p
|
||||
make bin_swf.${LIBEXT}
|
||||
cp -f bin_swf.${LIBEXT} "${R2PM_PLUGDIR}"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user