Vista SP1 v668 half-open connections patch

Discussion in 'Windows Vista' started by heck, Jan 3, 2008.

  1. heck

    heck MDL Novice

    Sep 3, 2007
    8
    0
    0
    Has anyone been able to find/make a half-open connections patch for Vista SP1 v668?
    Or does somebody know how to make one for Vista RTM?(I'd be happy to do it myself if I knew what to look for in the dissasembly)
    Thanks
     
  2. heck

    heck MDL Novice

    Sep 3, 2007
    8
    0
    0
    This is really useles. Could you at least post the original, unmodified files?
    that would give me some chance of doing something with this.
     
  3. cracker60

    cracker60 MDL Novice

    Dec 30, 2007
    5
    0
    0
    !! NOT TESTED !!
    Seems to work like RTM, so :

    For 32bit SP1 .668 (tcpip.sys 6.0.6001.17052)
    offset 0x48B22
    83 FA 0A -> 83 FA xx with 0x0A <= xx <= 0x7F limit = xx
    or
    83 FA 0A -> 80 FE xx with 0x01 <= xx <= 0x7F limit = 256 * (xx + 1)
     
  4. heck

    heck MDL Novice

    Sep 3, 2007
    8
    0
    0
    I've been spending way too much time on this thing.
    It's technically right but Vista keeps saying the file is missing or corrupt after I replace it.
     
  5. cracker60

    cracker60 MDL Novice

    Dec 30, 2007
    5
    0
    0
    I forgot something : you have to fix PE checksum, using for example LordPE.
     
  6. admin

    admin Administrator
    Staff Member

    Apr 24, 2007
    236
    116
    10