8 a2 Z9 i: g- Y% W
这个游戏是Directx9的,初始化部分在exe里。(我用的是GOG版本)% ^1 Q" z3 i2 z4 ?! U
游戏字幕是双字节索引的,在内存中检索got to be another,注意要用unicode方式检索。
' K' B, `& o# p, U在以下地址断下,ida pro能看到伪代码。
! N+ ]- @: s' `+ a+ p7 g* o" U. d4 Z* w; n# W1 Q, ]4 A
- 005AC6D7 66:89444D 00 mov word ptr [ebp+ecx*2], ax
复制代码
2 S f6 k( F- s F8 c
5 e& K* T2 R3 g显示函数为这个,它的调用函数有许多被调用的地方。4 l, k5 ?# b4 x8 X
- int __cdecl sub_5AC570(int a1, _WORD *a2, int a3)
复制代码 1 [4 A" m; |/ \& P$ N5 X- `( H
7 `$ ?1 E" J0 ?8 E
. o: `* L- X- ~! c |