Fix local flags in IDC to R2
This commit is contained in:
parent
0f392cdb48
commit
4b426c572a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 != "" :
|
||||
|
|
|
|||
Loading…
Reference in a new issue