You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2022. It is now read-only.
I suspect for some reason the ah register was not found so also the pp() function prints the output in that way.
I tried to obtain the right register name using source = self.project.arch.translate_register_name(instruction.data.offset, 8) but I have always 9 as result. For all the other instructions all was correct. Any idea on how to fix it?
Thanks
The text was updated successfully, but these errors were encountered:
I would like to point out that we definitely supported those at some point,
and I'm pretty sure this being broken is the fault of a recent commit by
@ltfish, if you wanna go through the archinfo history. He was fixing some
other problem related to ah and al, so it's important we not regress on
that.
Hi,
analysing a project I encountered the following assembly instruction:
This was translated into:
I suspect for some reason the
ah
register was not found so also thepp()
function prints the output in that way.I tried to obtain the right register name using
source = self.project.arch.translate_register_name(instruction.data.offset, 8)
but I have always 9 as result. For all the other instructions all was correct. Any idea on how to fix it?Thanks
The text was updated successfully, but these errors were encountered: