Netease NXS

From XentaxWiki
Revision as of 09:06, 22 May 2022 by imported>Ikskoks (Created page with "{{GRAFPageHeader}} == NXS == * ''' Format Type ''': Compiled Script <br> * ''' [http://en.wikipedia.org/wiki/Endianness Endian Order] ''': Little Endian <br> * ''' Signa...")
Jump to navigation Jump to search

Back to index | Edit this page

NXS

  • Format Type : Compiled Script
  • Endian Order : Little Endian
  • Signature : 74 49


Format Specifications

// header
2 bytes (uint16) - signature // 74 49
4 bytes (uint32) - original name length
x bytes (char) - original name  // e.g. "lib\ConfigParser.py"


// TODO

Notes and Comments

  • NXS files are compiled Python scripts.

Games

List of games using this file format:

  • LifeAfter (*.NXS)

QuickBMS Script

Not written yet.

Compatible Programs

None.