-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when renaming x26 #1
Comments
Ooh, thanks for submitting the issue. I checked afen only against x86-64. I will try to make it unique. |
Allright, I fixed it, It works right now for any type of file. I've just incorrectly connected my parser to the rcore api. r2 -e asm.parser=afen -e asm.pseudo=true <file> Let me know if it works. I am rn waiting to have my PR accepted so that the changes would take an affect. Thanks for making the issue, let me know if there are more of them 😄 |
This is the initial disassembly:
I want to rename
x26
byTHR
. Okay?I issue this command:
The result is erroneous:
Same type of issue if I try to rename anything on this platform (arm64). I have no issue with x86-64.
I attach the zipped binary.
libapp.so.zip
The text was updated successfully, but these errors were encountered: