missing `arm64_runner.s`?
dlevi309 opened this issue · 2 comments
dlevi309 commented
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?
SongXiaoXi commented
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.
dlevi309 commented
ah, that makes sense! thanks for answering so quickly