elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Tutorial básico de Quickjs


  Mostrar Mensajes
Páginas: [1]
1  Programación / Programación C/C++ / Re: Convertir el AddressOfEntryPoint de DWORD a LPSTR? [C] en: 1 Enero 2011, 01:46 am
eh probado
int xxx=inh->OptionalHeader.AddressOfEntryPoint;
   MessageBox(NULL,&xxx,"",MB_OK);
no me da error pero no tiene mensage
el messagebox solo puede printar Ascci o unicode , y el entrypoint no es ni Ascci o unicode

usa printf("%X",inh->OptionalHeader.AddressOfEntryPoint);
// offtopic me registre solo para responderte xD
saludos
Páginas: [1]
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines