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
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