xiaomi 发表于 2025-5-7 18:24:00

//本地GM模式 也就城镇瞬移了 副本里面点房间进房间了


//本地GM模式也就城镇瞬移了副本里面点房间进房间了
aobscanmodule(GMCT,dnf.exe,81 C1 90 03 00 00 8D 45 FC 50 8D 51 08 52) // should be unique
alloc(newmem,$1000)
label(code)
label(return)
newmem:
code:
add ecx,00000380
jmp return
GMCT:
jmp newmem
nop
return:
registersymbol(GMCT)

GMCT:
db 81 C1 90 03 00 00
unregistersymbol(GMCT)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 00751834
00751829: CC               - int 3
0075182A: CC               - int 3
0075182B: CC               - int 3
0075182C: CC               - int 3
0075182D: CC               - int 3
0075182E: CC               - int 3
0075182F: CC               - int 3
00751830: 55               - push ebp
00751831: 8B EC            - mov ebp,esp
00751833: 51               - push ecx
// ---------- INJECTING HERE ----------
00751834: 81 C1 90 03 00 00- add ecx,00000390
// ---------- DONE INJECTING----------
0075183A: 8D 45 FC         - lea eax,
0075183D: 50               - push eax
0075183E: 8D 51 08         - lea edx,
00751841: 52               - push edx
00751842: E8 69 46 A4 00   - call 01195EB0
00751847: 33 C0            - xor eax,eax
00751849: 39 45 FC         - cmp ,eax
0075184C: 0F 95 C0         - setne al
0075184F: 8B E5            - mov esp,ebp
00751851: 5D               - pop ebp
}

阿荣社区采集员1 发表于 2025-5-7 18:24:38

哥,是不是可以直接db 81 C1 80 03 00 00 就行了,不用JMP

阿荣社区采集员 发表于 2025-5-7 18:25:02

这咋用啊

阿荣社区采集员2 发表于 2025-5-7 18:25:22

话说本地gm模式可以无限进异界么?
页: [1]
查看完整版本: //本地GM模式 也就城镇瞬移了 副本里面点房间进房间了