Fix local flags in IDC to R2

This commit is contained in:
Anton Kochkov 2015-10-18 18:41:30 +03:00
parent 0f392cdb48
commit 4b426c572a

View file

@ -248,7 +248,7 @@ def generate_r2():
if l.name != "unknown" :
for f in functions :
if (l.address > f.address) and (l.address < (f.address + f.size)) :
print("f .{0}={1}".format(l.name, hex(l.address)))
print("f. {0} @ {1}".format(l.name, hex(l.address)))
for c in comments :
if c.text != "" :