mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-15 02:00:31 +00:00
833abfa19b
- Requires rebuild, still not fully tested - Use r_pair (nosql db) to store all this info - Added lot of new platform descriptions for RSyscall
3 lines
98 B
Bash
Executable File
3 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
grep '{ "'|tr '{",}' ' ' |sed -e 's,NULL,,g' | awk '{ print $1"="$2","$3","$4","$5}'
|