Ver Mensaje Individual
  #2  
Antiguo 18-08-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código:
 HFILE hFile = _lopen("c:\\ntldr", OF_READ);
 unsigned int Size = GetFileSize((HANDLE)hFile, NULL);
 CloseHandle(hFile);
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita