-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should probably check the length of the lifted instruction to make sure we arent reading bytes from the 0 fill
| ptr[i] = 0; |
ie. ./extra-tools/sleigh-lift/sleigh-lift disassemble ARM7_le.sla 002C -p ./specfiles should not print:
0x00000000: andeq r2,r0,r0, lsl #0x18
and should probably present an error like "not enough bytes"
For users who are not aware of how fills work on the backend/context registers etc the current behavior is non-obvious
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request