res_asm.s

来自「一个类似windows」· S 代码 · 共 21 行

S
21
字号
#include <ndk/asm.h>
.intel_syntax noprefix

/*
 * On x86, Shrinker, an executable compressor, depends on the
 * "call access_resource" instruction being there.
 */
.globl _LdrAccessResource@16
_LdrAccessResource@16:
    push ebp
    mov ebp, esp
    sub esp, 4
    push [ebp + 24]
    push [ebp + 20]
    push [ebp + 16]
    push [ebp + 12]
    push [ebp + 8]
    call _LdrpAccessResource@16
    leave
    ret 16

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?