Ver Mensaje Individual
  #5 (permalink)  
Antiguo 22/04/2007, 10:21
bochan
 
Fecha de Ingreso: abril-2007
Mensajes: 25
Antigüedad: 17 años
Puntos: 0
Re: Una ayudita con LoadLibrary

Hola buenas gracias por contestar
Mira el código es este:
#include <stdio.h>
#include <windows.h>
#include "stdafx.h"


int main () {

LoadLibrary("msvcrt.dll");
__asm{
push ebp
mov ebp,esp
xor edi,edi
push edi
sub esp,04h
mov byte ptr [ebp-08h],63h
mov byte ptr [ebp-07h],63h
mov byte ptr [ebp-06h],61h
mov byte ptr [ebp-05h],2Eh
mov byte ptr [ebp-04h],3Ah
mov byte ptr [ebp-03h],89h
mov byte ptr [ebp-02h],13h
lea eax,[ebp-08h]
push eax
mov ebx,0x77bf8044
call ebx
}

}

no sé que problema puede haber...Y si uso VC c++ 2005,el error esta en la linea 10 o sea en LoadLibrary

Graciass