Skip to content
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

Add ESIL <<=[], >>=[] and variants oparators. #9040

Merged
merged 2 commits into from
Dec 17, 2017
Merged

Conversation

emvivre
Copy link
Contributor

@emvivre emvivre commented Dec 17, 2017

Radare converts the following assembler line :
│ 0x0000067b c165fc03 shll $3, local_4h
to a ESIL expression. The following expression is generated :
│ 0x0000067b c165fc03 3,0x4,rbp,-,<<=[4],$z,zf,=,$p,pf,=,$s,sf,=

Unfortunately the <<=[4] operator (shift left with deferencing) has not been implemented. So iscommand() is not able to find the operator. And the ESIL expression is ignored.

So I add compatibility to <<=[], >>=[] and variants ESIL operators and I fix some typo.

@radare radare merged commit 7803a1a into radareorg:master Dec 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants