SongXiaoXi/Reductant

missing `arm64_runner.s`?

dlevi309 opened this issue · 2 comments

Hey, really fascinating work you’ve done 👍 I just wanted to ask, did you intentionally leave arm64_runner.s blank or was it a mistake?

Well, if I remember correctly, I just want to create a minimal arm64 executable using an empty arm64_runner.s, forcing the kernel to create an arm64 process without PAC. Then, directly and forcibly load an unmodified arm64e executable on an arm64 device.

ah, that makes sense! thanks for answering so quickly