可以简单讲讲需要修改的指令是怎么找到的吗? #1
Answered
by
hui-shao
HandleLeak
asked this question in
Q&A
-
试了一下确实可行,感觉很神奇。 就是想知道,代码里类似 static const BYTE originalCode[] = {0x29, 0x5F, 0x74}; // sub
static const BYTE targetCode[] = {0x01, 0x5F, 0x74}; // add 这样的指令是怎么确定下来的。 |
Beta Was this translation helpful? Give feedback.
Answered by
hui-shao
Feb 3, 2023
Replies: 1 comment
-
逆向的过程可参考: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HandleLeak
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
逆向的过程可参考:
https://hui-shao.cn/luobo-mod-1/