idapython / src

IDAPython project for Hex-Ray's IDA Pro
http://www.hex-rays.com/
Other
1.41k stars 285 forks source link

get_tev_reg_mem not in idaapi.py #7

Closed gitttt closed 8 years ago

gitttt commented 8 years ago

Calling idc.GetTevRegMem() leads to this error:

File "/opt/ida-6.9/python/idc.py", line 8332, in GetTevRegMem return idaapi.get_tev_reg_mem(tev, idx) AttributeError: 'module' object has no attribute 'get_tev_reg_mem'

I took a look in to the idaapi.py and indeed, the corresponding function is not there. Is this a hexrays issue?

aundro commented 8 years ago

Please address bug reports & feature requests to support@hex-rays.com, including your license ID.

Thanks!

gitttt commented 8 years ago

Done