themadinventor / ida-xtensa

IDAPython plugin for Tensilica Xtensa (as seen in ESP8266)
GNU General Public License v2.0
167 stars 46 forks source link

Decode memory reference in l32i/s32i/etc. instruction as o_displ operand #6

Closed pfalcon closed 9 years ago

pfalcon commented 9 years ago

As required by IDA, so it (and its plugins) has at least basic insight into instruction semantics.

pfalcon commented 9 years ago

See #5 for more info.

themadinventor commented 9 years ago

Thanks, this patch was badly needed, but I haven't had much time over for ESP stuff lately :(