mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-13 02:21:34 +00:00
![Nibble](/assets/img/avatar_default.png)
* Fix "Invalid command" in foreach (@@) * Fix set arch+bits * Update r_bin test in python bindings
7 lines
119 B
Python
7 lines
119 B
Python
from r_util import *
|
|
|
|
a = RNum ()
|
|
|
|
print "The value is: %d"%(a.get("33"))
|
|
print "The math is: %d"%(a.math("33+(4*2)"))
|