口袋西游 分析
1.装备脱下与装备装上
0061E8B3 53 push ebx 0061E8B4 57 push edi
//装备定位 0061E8B5 E8065B0200 call 006443C0
//写日记 0061E8BA 83C408 add esp, 8
堆栈区的数据
0019EB6C 00000004 0019EB70 00000002
2.寻路CALL
寻路 CALL 00480DBF |. 6A 00 push 0 00480DC1 |. 52 push edx///这个地址存放了 坐标 00480DC2 |. 8BCE mov ecx, esi 00480DC4 |. E8 E7D3FDFF call 0045E1B0 add esp, 38 这个CALL有点问题 回头深入分析一下
elementclient.exe+66B55C 人物名字
本文来自博客园,作者:逆向狗,转载请注明原文链接:https://www.cnblogs.com/Agtw/p/16808029.html