Visual Basic Foro

Programación => Visual Basic 6 => Mensaje iniciado por: MiniJoe en Julio 31, 2012, 03:45:47 pm

Título: Shellcode vb6 help me
Publicado por: MiniJoe en Julio 31, 2012, 03:45:47 pm
want to learn win32 shellcode

Who knows to help

Visual basic 6

sample :

Dim sHex      As String     

  sHex = "5589E583C4F831D28955FC8955F8EB0EE8xxxxx01x83F802742085C07423E82A000000837DF800750AE828000000E83A0000008B45FCC9C20C00E817000000EBF268xxxxx02xE8xxxxx03xEBE631D24AE820000000C3FF7510FF750CFF750868xxxxx04xE8xxxxx05x8945FCC331D2E801000000C38D4510508D450C508D4508508D45FC508D45F85052B8xxxxx06x508B00FF501CC3"

Visual basic6
¿Cómo hizo shellcode.
cómo utilizar código shell.
Quiero aprender.


help
Título: Re:Shellcode vb6 help me
Publicado por: Bazooka en Agosto 01, 2012, 08:53:10 am
Este es un foro en Español!
Título: Re:Shellcode vb6 help me
Publicado por: cobein en Agosto 01, 2012, 09:05:17 am
First you can start checking some examples from planetsourcecode, go look up for Paul Caton and you will find many examples to help you out start with ASM. Here is an example with ASM source included http://planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=49798&lngWId=1

Título: Re:Shellcode vb6 help me
Publicado por: MiniJoe en Agosto 01, 2012, 03:11:58 pm
¿Cómo puedo tener shellcode
Título: Re:Shellcode vb6 help me
Publicado por: cobein en Agosto 01, 2012, 04:24:01 pm
To compile the code in the example above I recommend you to use FASM that will generate a bin file that file will have the opcodes you need after that you can copy them with an hex viewer.
Título: Re:Shellcode vb6 help me
Publicado por: MiniJoe en Agosto 01, 2012, 06:12:33 pm
Can I take a sample video?
Título: Re:Shellcode vb6 help me
Publicado por: MiniJoe en Agosto 01, 2012, 06:17:53 pm
I want to learn the construction and use of shellcode.
Can you take a sample video?
Título: Re:Shellcode vb6 help me
Publicado por: cobein en Agosto 01, 2012, 06:53:53 pm
Ok do you know how to code in assembly?
Título: Re:Shellcode vb6 help me
Publicado por: MiniJoe en Agosto 01, 2012, 07:21:27 pm

I know, but I do not know Visual Basic 6 shellcode.
I want to learn to create and use shellcode.
Would you mind taking a sample video?