Re: Generating shellcode

From: SpaceWalker (spacewalkerat_private)
Date: Mon May 20 2002 - 11:32:58 PDT

  • Next message: Karma: "Re: saving .asx target file"

    > do is a simple proggy which does
    > printf("\\0%x",(unsigned char) c); for the simbols from the file 
    > 
    > The confusing thin is that you have to convert from AT&T
    > asembly style(gas gdb etc) to INTEL asm style (nasm)
    > But that is no problem.
    I did a program which dump a shellcode as 
    shellcode = 
    	"\xcd\x80";
     /* Size : 2 */
    on stdout, using his object file linked to.
    
    
    
    



    This archive was generated by hypermail 2b30 : Mon May 20 2002 - 20:11:52 PDT