Results 1 to 7 of 7

Thread: Segmental Fault

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #7
    Global Mossaderator Mitch's Avatar
    Join Date
    Nov 2012
    Posts
    654
    Thanks
    204
    Thanked 450 Times in 305 Posts
    (I am double posting, because i can't edit my post above correctly)

    I tried fixing the bad command byte error by doing this:

    PHP Code:
    msg->data d;
    msg->cursize strlen(msg->data)+1// fix length to read
    printf("%s\n"msg->data); 
    But that doesn't work i keep getting the warning message. Maybe i need to keep the original length. For now it is better to use other cracked methods. This one is still unstable.
    Last edited by Mitch; 17th December 2013 at 17:51.

  2. The Following User Says Thank You to Mitch For This Useful Post:

    kung foo man (17th December 2013)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •