My Digital Life Forums  

Go Back   My Digital Life Forums > Computing Life > Windows Vista

Reply
 
Thread Tools Display Modes
  #1  
Old 01-07-2008, 11:29 AM
admin admin is offline
Administrator
 
Join Date: Apr 2007
Posts: 120
Rep Power: 35
admin has disabled reputation
Default CrackTcpip.sys for Vista SP1 RC v668 (17052)

CrackTcpip.sys driver to patch half-open connection limit in Windows Vista SP1 RC v.668 with tcpip.sys version as 6.0.6001.17052.

Detail at the blog.

Note: CrackTcpip.sys for RTM version at post #14 at page 2.
Attached Files
File Type: zip CrackTcpipv668.zip (2.2 KB, 4039 views)
Reply With Quote
  #2  
Old 01-07-2008, 08:41 PM
cracker60 cracker60 is offline
MDL Novice
 
Join Date: Dec 2007
Posts: 5
Rep Power: 26
cracker60 looks for the roller blind when shutting down windows
Default

If it replaces 0x0A by 0xFF, the maximum number of connexions isn't 255, it is unlimited :
the instruction is cmp edx, 0Ah, the second operand is 8bit, but sign-extended to 32, so 0xFF means 0xFFFFFFFF
Reply With Quote
  #3  
Old 01-08-2008, 07:06 AM
sunfish sunfish is offline
MDL Junior Member
 
Join Date: Jun 2007
Posts: 69
Rep Power: 33
sunfish looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by cracker60 View Post
If it replaces 0x0A by 0xFF, the maximum number of connexions isn't 255, it is unlimited :
the instruction is cmp edx, 0Ah, the second operand is 8bit, but sign-extended to 32, so 0xFF means 0xFFFFFFFF
Unless you're lookng at the source code, I don't think you know what you're talking.
Reply With Quote
  #4  
Old 01-08-2008, 04:47 PM
hanschke hanschke is offline
MDL Junior Member
 
Join Date: Jan 2008
Posts: 68
Rep Power: 25
hanschke looks for the roller blind when shutting down windows
Default

but not for x64 vista
Reply With Quote
  #5  
Old 01-08-2008, 09:29 PM
cracker60 cracker60 is offline
MDL Novice
 
Join Date: Dec 2007
Posts: 5
Rep Power: 26
cracker60 looks for the roller blind when shutting down windows
Default

Quote:
Originally Posted by sunfish View Post
Unless you're lookng at the source code, I don't think you know what you're talking.
The blogs says :
Quote:
When CrackTcpip.sys is ran, it will consistently monitor a memory address (offset 0×00059722 for Vista SP1 RC v.668) which store number of the half-open TCP concurrent connection limit. The original value of the bit of 0A, which translate into 10. When CrackTcpip.sys service detects that the value for the TCP/IP simultaneous half-open connection limit is 0A, it will hack and change the value to FF, which is 255.
At VA (not offset) 0x597222, you have the "cmp edx, 0Ah" instruction I talked about.
Reply With Quote
  #6  
Old 01-12-2008, 11:21 AM
Manugal Manugal is offline
MDL Novice
 
Join Date: Jan 2008
Posts: 2
Rep Power: 25
Manugal looks for the roller blind when shutting down windows
Default

Quote:
Note that CrackTcpip.sys does not work in 64-bit Windows Vista (x64 edition), where Microsoft forces all drivers to be signed and certified by disable “bcdedit /set loadoptions DDISABLE_INTEGRITY_CHECKS” command which disables integrity check, failing all uncertified driver.
But if I run Vista with F8 and select Disable Integrity Check, it does work?
Reply With Quote
  #7  
Old 01-12-2008, 11:36 AM
Manugal Manugal is offline
MDL Novice
 
Join Date: Jan 2008
Posts: 2
Rep Power: 25
Manugal looks for the roller blind when shutting down windows
Default

Nothing, it doesn't work

With the new Microsoft tcpip.sys Patch it updates that file at 6.0.6000.16567 version. With the old TCP/IP AutoPatcher 1.5 can I toggle limit?
Reply With Quote
  #8  
Old 01-13-2008, 03:36 PM
PrEzi's Avatar
PrEzi PrEzi is offline
MDL Addicted
 
Join Date: Aug 2007
Location: Poland
Posts: 549
Rep Power: 32
PrEzi looks for the roller blind when shutting down windows
Default

It doesn't work with SP1 v744.
It loads the drivers OK (says the service is running), but still gives
the EVID4226 errors in event viewer
Reply With Quote
  #9  
Old 01-13-2008, 10:30 PM
MrBeer MrBeer is offline
MDL Junior Member
 
Join Date: May 2007
Posts: 90
Rep Power: 33
MrBeer looks for the roller blind when shutting down windows
Default It doesn't work with SP1 v744

I can second that Still getting error on 744
Reply With Quote
  #10  
Old 01-20-2008, 07:58 PM
Star1ck Star1ck is offline
MDL Novice
 
Join Date: Jan 2008
Location: Russia
Posts: 4
Rep Power: 25
Star1ck looks for the roller blind when shutting down windows
Send a message via ICQ to Star1ck Send a message via Yahoo to Star1ck
Default

32bit versions:
---------------
* Install32-20689.bat
* Install32-16567.bat

64bit version:
---------------
* Install64-20689.bat
* Install64-16567.bat
http://www.yaronmaor.net/downloads/V...cPatch1.9b.rar
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Vista SP1 v668 half-open connections patch heck Windows Vista 6 01-07-2008 11:31 AM


All times are GMT +1. The time now is 05:15 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.