Advertisement
bueddl

Untitled

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