TI.Image: Difference between revisions

From Hackspire
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


The format has a header specifying the total buffer length.
The format has a header specifying the total buffer length.
The header is 19 decimal numbers long.


.\000\000\000\018\000\000\000\000\000\000\000\092\000\000\000\016\000\001\000
Example header :
''.\000\000\000\018\000\000\000\000\000\000\000\092\000\000\000\016\000\001\000''


This header is on the 19 first decimal numbers.
==Data==
 
?

Revision as of 14:59, 20 April 2011

The TI.Image format is a type of image used in several places in the Nspire documents, such as Lua scripts.

From what we can see with the help of errors in the Lua interpreter, the image is in fact a "tiff" file, encrypted or compressed in an unusual way.

Header

The format has a header specifying the total buffer length. The header is 19 decimal numbers long.

Example header : .\000\000\000\018\000\000\000\000\000\000\000\092\000\000\000\016\000\001\000

Data

?