-
|
I'd like to record the version of radare2 (as reported from import r2pipe
r2 = r2pipe.open("/bin/yes")
print(r2.cmd("?"))I could do a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Beta Was this translation helpful? Give feedback.
-
|
Just run the -v command, or the r2 -v or the ?V you also have the json version if you the j suffix. note that none of these require ! System execution. The r2 command is an r2 command that runs r2 inside r2 :) |
Beta Was this translation helpful? Give feedback.
Thanks, this worked: