L4ys / LazyIDA

Make your IDA Lazy!
MIT License
1.07k stars 162 forks source link

tar_remove undefined #5

Closed mostobriv closed 6 years ago

mostobriv commented 6 years ago

Using tag_remove function without specifying namespace.


  File "C:/Program Files/IDA 7.0/plugins/LazyIDA.py", line 405, in callback
    expr = tag_remove(vu.item.e.print1(None))
NameError: global name 'tag_remove' is not defined
IDAPython: Hex-rays python callback returned non-integer; value ignored.