Autodesk Inventor License Reader
iptreader is a node.js library to read and change the license of IPT-files (Autodesk Inventor files).
The license may not be acurate as this is all done using reverse engineering.
Install
You can install iptreader using the Node Package Manager (npm):
npm install iptreader
Simple example
var iptreader = ; var someLicense = 'Name' '0x00000000' '0x00000000' '0x00000000' '0x00000000' 'Some Buildnumber'; fs;