mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
* Add decode str to ranal2 output
* Fix syscall installation
This commit is contained in:
parent
653dbea643
commit
ee8ca52b57
@ -83,6 +83,7 @@ static int analyze(RAnal *anal, RAnalOp *op, ut64 offset, ut8* buf, int len) {
|
||||
printf ("value: 0x%08"PFMT64x"\n", op->value);
|
||||
printf ("stackop: %s\n", stackop);
|
||||
printf ("stackptr: %"PFMT64d"\n", op->stackptr);
|
||||
printf ("decode str: %s\n", r_anal_op_to_string (anal, op));
|
||||
printf ("--\n");
|
||||
free (optype);
|
||||
free (stackop);
|
||||
|
@ -37,7 +37,7 @@ install: linux-x86-32.sdb
|
||||
cp -f *.sdb ${PREFIX}/lib/radare2/syscall
|
||||
|
||||
CWD=$(shell pwd)
|
||||
symstall install-symlink:
|
||||
symstall install-symlink: linux-x86-32.sdb
|
||||
mkdir -p ${PREFIX}/lib/radare2/syscall
|
||||
for a in *.sdb ; do ln -fs ${CWD}/$$a ${PREFIX}/lib/radare2/syscall/$$a ; done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user