Metasploit mailing list archives

Re: What is the output of msfpayload in C format


From: eski mo <eskimo.ganges () gmail com>
Date: Mon, 6 Sep 2010 23:13:44 -0700

I think i moved one step ahead , solution to my last query was that
load stage1  then WAIT FOR REPLY FROM SERVER and then load stage2 ....

the code goes likethis :-

////////////
 char stage1[] = " ...code ..";
 char stage2[] = " ...code..";

   int (*func)();
   func = (int (*)()) stage1;

  ////// wait for server to be ready for stage2
  ////// what code will go here???

   int (*func)();
   func = (int (*)()) stage2;

  ///////////

pointers plz guyz....
_______________________________________________
https://mail.metasploit.com/mailman/listinfo/framework


Current thread: