基本上,我正试图对抗一个给我的游戏中的黑客带来一些优势的愚蠢的攻击。在它中,有一个injectHack函数在开始时就这样做了:
//This is the function: injectHack(char*, int, char*, int)
push {r4, r5, r6, r7, lr} //Pushes args in reverse order + the link register
add r7, sp, #0xc //What is it doing here? Adding r7(the first char*) to the stack pointer? And what