gracias por el tutorial
Tengo un problema en:
ReDim fixuptable(counter).Offsets(1 To (fixuphead.BlockSize - 8) / 2)
ReDim fixuptable(counter).Types(1 To (fixuphead.BlockSize - 8) / 2)
out of memory
¿podemos hacer todos los pasos con vb6 solo sin usar ollydbg o LordPE?
Lo siento no hablo español
Saludos
Hola!
Desconozco el origen del error. Quizas sea alguna incompatibilidad del Sistema Operativo. Podrías probar en Windows 7 o XP si tienes la posibilidad.
En principio podrias hacer todo desde VB, pero necesitarías agregar bastante programación y estudiar muy bien el formato PE.
Saludos!
Hi!
I'm not sure why you get that error. Maybe it's an incompatibility with the OS. You can try running the program in Windows 7 or even XP to check that.
Also, you could do all that in VB, but you'll have to study the PE format deeply and add a lot of code to perform the same thing.
Cheers!