You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I didn't know that ARM had a return instruction, and technically it doesn't, but it has br lr which is functionally equivalent, so i just need to assemble that into an instruction and then inject that and the rust compiler should handle the rest, though i have literally nothing to test this on
The text was updated successfully, but these errors were encountered:
So I didn't know that ARM had a return instruction, and technically it doesn't, but it has
br lr
which is functionally equivalent, so i just need to assemble that into an instruction and then inject that and the rust compiler should handle the rest, though i have literally nothing to test this onThe text was updated successfully, but these errors were encountered: