Results 1 to 15 of 343

Thread: Maggotboy's Super Stealth Sniffer V2 (code)

Threaded View

  1. #11
    Registered User
    Join Date
    Apr 2002
    Posts
    59
    I wasnt getting decodes the first few times I tried this using the 2.01 release. I didnt make alot of changes on my first compile, but the one thing I did change was the INJECT_OFFSET.

    here's the default:

    Code:
    // V2
    // This offset determines where the new code is injected in the allocated
    // memory block.  This number will be bit-shifted to get a good
    // aligned offset for the code.  You may make the number anything from
    // 0x00 - 0xFF (0 - 255 in decimal notation)
    #define INJECT_OFFSET    0x04
    I had changed mine to

    Code:
    #define INJECT_OFFSET    0x63
    Changing it to an EVEN offset seems to have gotten my decode back. Maybe this is just anidotal evidence. Are there values we shouldn't use? Bitshifting seems like odd/even offsets might make a difference, but I havent recompiled (yet) to convince myself that odd-aligned offsets throw off the decode.

    ymmv



    Last edited by curio; 11-19-2002 at 05:12 PM.
    Curio

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is Off