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

decoding returns empty info or string #15

Open
pistol opened this issue Oct 17, 2013 · 0 comments
Open

decoding returns empty info or string #15

pistol opened this issue Oct 17, 2013 · 0 comments

Comments

@pistol
Copy link
Contributor

pistol commented Oct 17, 2013

Posting based on issue reported by Radu Serban over email.

E16FF000 - MSR SPSF_cxsf, R0
E12FF002 - MSR CPRS_cxsf, R2
E8FDDFFF - LDMFD SP!, {R0-R12, LR-PC}^ - and equivalents with different registers

Adding darm output for above encodings:

>>> darm.disasm_armv7(0xE16FF000)
>>> darm.disasm_armv7(0xE16FF000).__str__()
'None'
>>> darm.disasm_armv7(0xE12FF002)
Darm(instr=I_MSR, instr_type=T_ARM_BRNCHMISC, cond=C_AL, Rn=r2, I=True, rotate=0, imm=3)
>>> darm.disasm_armv7(0xE12FF002).__str__()
''
>>> darm.disasm_armv7(0xE8FDDFFF)
>>> darm.disasm_armv7(0xE8FDDFFF).__str__()
'None'
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

No branches or pull requests

1 participant