We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ldm {..pc}
.section .text .global _start .arm _start: mov r0, r0 adr r0, gadget+1 bx r0 .byte 0x00, 0x00 .thumb gadget: .byte 0xe8, 0x94, 0xeb, 0xff .byte 0xff, 0xeb, 0x94, 0xe8
ldm.w r4, {r0, r1, r2, r3, r4, r5, r6, r7, r8, sb, fp, sp, lr, pc} per ARM TrustZone: pivoting to the secure world
ldm.w r4, {r0, r1, r2, r3, r4, r5, r6, r7, r8, sb, fp, sp, lr, pc}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ldm.w r4, {r0, r1, r2, r3, r4, r5, r6, r7, r8, sb, fp, sp, lr, pc}
per ARM TrustZone: pivoting to the secure world
The text was updated successfully, but these errors were encountered: