dimanche 16 mars 2014

[Request] GNames and PE pointers topic




Hi all!

Yesterday I installed APB (brazilian version) game and tried to find some pointers using
methods I see in this forum.

The only pointer I could find was the GObjects using this signature


Code:


A1 ?? ?? ?? ?? 8B ?? ?? 8B ?? ?? 25 00 02 00 00



Code:


.text:1090BA60 8B 7D D4                                            mov    edi, [ebp-2Ch]
.text:1090BA63 85 FF                                              test    edi, edi
.text:1090BA65 0F 88 8D 00 00 00                                  js      loc_1090BAF8
.text:1090BA6B 3B 3D 30 51 5A 12                                  cmp    edi, dword_125A5130
.text:1090BA71 0F 8D 81 00 00 00                                  jge    loc_1090BAF8
.text:1090BA77 A1 2C 51 5A 12                                      mov    eax, GObjects_125A512C //GObjects!!!
.text:1090BA7C 8B 3C B8                                            mov    edi, [eax+edi*4]
.text:1090BA7F 85 FF                                              test    edi, edi
.text:1090BA81 74 38                                              jz      short loc_1090BABB
.text:1090BA83 85 F6                                              test    esi, esi
.text:1090BA85 75 21                                              jnz    short loc_1090BAA8
.text:1090BA87 68 AC C0 9F 11                                      push    offset aCore    ; "Core"
.text:1090BA8C E8 CF 5A 7A 00                                      call    sub_110B1560



I can not find

  • GNames

  • ProcessEvent



From what I read, the ProcessEvent is no longer part of UObjects class.

Could someone show me how to find these missing pointers?





Aucun commentaire:

Enregistrer un commentaire