Closed GoogleCodeExporter closed 9 years ago
Hello,
Thanks for the report. It seems an old bug since IDAPython 1 at least.
For now, implement idc.ItemHead() like this:
def ItemHead(ea):
if idaapi.isTail(idaapi.get_flags_novalue(ea)):
ea = idaapi.prev_not_tail(ea)
return ea
Original comment by elias.ba...@gmail.com
on 8 Aug 2011 at 3:38
Original issue reported on code.google.com by
jeffrey....@gmail.com
on 28 Jul 2011 at 8:04