mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 03:32:04 +00:00
c37806c16a
from r2pipe import r2pipe r = r2pipe("/bin/ls") print(r.cmdj("ij")["bin"]["arch"]
14 lines
188 B
Bash
Executable File
14 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd `dirname $PWD/$0`
|
|
./clone-r2-bindings.sh
|
|
cd ..
|
|
|
|
. ./sys/CONFIG
|
|
echo =============
|
|
cat sys/CONFIG
|
|
echo =============
|
|
cd radare2-bindings
|
|
cd r2pipe/python
|
|
${SUDO} make install
|