Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 010D1898 8B F4 mov esi,esp
- 010D189A 68 C4 58 0D 01 push offset string "r" (10D58C4h)
- 010D189F 68 B8 58 0D 01 push offset string "test.txt" (10D58B8h)
- 010D18A4 FF 15 E4 82 0D 01 call dword ptr [__imp__fopen (10D82E4h)]
- 010D18AA 83 C4 08 add esp,8
- 010D18AD 3B F4 cmp esi,esp
- 010D18AF E8 B4 F8 FF FF call @ILT+355(__RTC_CheckEsp) (10D1168h)
- 010D18B4 89 45 F8 mov dword ptr [fp1],eax
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement