Advertisement
Kirbiflint

SteamInternal_ContextInit

Jul 28th, 2018
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 0FB4584B <steam_api.SteamIntern | 56                        | push esi                                |
  2. 0FB4584C                        | 8B7424 08                 | mov esi,dword ptr ss:[esp+8]            |
  3. 0FB45850                        | 8B46 04                   | mov eax,dword ptr ds:[esi+4]            |
  4. 0FB45853                        | 8B16                      | mov edx,dword ptr ds:[esi]              |
  5. 0FB45855                        | 8D4E 08                   | lea ecx,dword ptr ds:[esi+8]            | ecx:EntryPoint, [esi+8]:EntryPoint
  6. 0FB45858                        | 51                        | push ecx                                | ecx:EntryPoint
  7. 0FB45859                        | FFD2                      | call edx                                |
  8. 0FB4585B                        | 83C4 04                   | add esp,4                               |
  9. 0FB4585E                        | 8946 04                   | mov dword ptr ds:[esi+4],eax            |
  10. 0FB45861                        | 8D46 08                   | lea eax,dword ptr ds:[esi+8]            | [esi+8]:EntryPoint
  11. 0FB45864                        | 5E                        | pop esi                                 |
  12. 0FB45865                        | C3                        | ret                                     |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement