Thanks to Beakmyn for
his help with this procedure

How to repair a Corrupted NS1 file

Home Page

Resources:  Original Discussion Thread, NS1 File Reference, Required File Download

Assumptions:  This page assumes you know how to download and extract a file to your own system.  If you don't know how to do that, you probably shouldn't be attempting this procedure.

NS1 Header Format: 4E 65 74 53 0c 00 00 00 1C 00 00 00
  NetS dwSignature dwFileversion AP Count (little endian first)

 

 

If you do not know how to translate Decimal numbers into Hex numbers, use the Calculator built into Windows, and change it into Scientific mode. Enter the AP count in Decimal then change the Calculator mode to Hex.  A leading 0 (zero) may have to be added to certain values.  Enter the values into the AP count based upon this table.

 
AP Count Examples Header AP Count Hex Value
100 64 00 00 00 64
255 FF 00 00 00 FF
1000 E8 03 00 00 03 E8
100000 A0 86 01 00 01 86 A0

Changing Calculator Mode

Enter in Decimal Value of AP Count

Displaying Hex Value of AP count

Views 3133