Foro de elhacker.net

Programación => Programación Visual Basic => Mensaje iniciado por: Swellow en 10 Noviembre 2012, 01:20 am



Título: Build VB Resource File Manually
Publicado por: Swellow en 10 Noviembre 2012, 01:20 am
Hola amigos! I wondered if anyone knew how to build a vb resource file with a file inside manually?  :xD


Título: Re: Build VB Resource File Manually
Publicado por: MCKSys Argentina en 10 Noviembre 2012, 04:58 am
Create one with the VB resource editor, put the file inside, save it, and then analyze the contents of the .res with an hex editor...


Título: Re: Build VB Resource File Manually
Publicado por: Swellow en 10 Noviembre 2012, 12:34 pm
Create one with the VB resource editor, put the file inside, save it, and then analyze the contents of the .res with an hex editor...

I want to do it using code mate.


Título: Re: Build VB Resource File Manually
Publicado por: MCKSys Argentina en 11 Noviembre 2012, 01:37 am
I want to do it using code mate.

That's the idea. Once you understand how the format is and works, you can create the code to handle it.


Título: Re: Build VB Resource File Manually
Publicado por: Swellow en 11 Noviembre 2012, 12:51 pm
That's the idea. Once you understand how the format is and works, you can create the code to handle it.

I'm thinking to make the Resource File manually and adding the resource from VB code to the RES file, is that possible you think? Ive tried once it didnt work but I probably did something wrong on the code