Files
linux-kernel-module-cheat/userland/arch/aarch64/hello_driver.S
Ciro Santilli 六四事件 法轮功 287c83f3f9 userland: add assembly support
Move arm assembly cheat here, and start some work on x86 cheat as well.
2019-03-22 00:00:00 +00:00

7 lines
80 B
ArmAsm

.text
.global asm_main
asm_main:
asm_main_after_prologue:
mov w0, 0
ret