Difference between revisions of "Private/ds/title/HNB .lst"

From DSiBrew
< Private‎ | ds‎ | title
Jump to navigation Jump to search
(add a dump)
Line 1: Line 1:
 
HNB_.lst is a file created on the SD Card (/private/ds/title/) when software is copied in the SD Card from Data Manager.
 
HNB_.lst is a file created on the SD Card (/private/ds/title/) when software is copied in the SD Card from Data Manager.
 
+
It contains the lower title-ids of the titles copied to the SD Card, each in 32-bit words.
In the file, there are all DSi software titles that are copied.
+
At the end of the file there's a 16-bit checksum to prevent modification.
 
 
''Found by [[User:CashMan]]''
 
 
 
 
 
This file is like this (with the browser and WW Snapped copied on the SD) :
 
00000000  50 47 4E 48  56 57 55 4B  PGNHVWUK
 
00000008  00 00 00 00  00 00 00 00  ........
 
00000010  00 00 00 00  00 00 00 00  ........
 
 
 
''Dump by [[User:Ludo6431]]''
 

Revision as of 11:09, 5 April 2009

HNB_.lst is a file created on the SD Card (/private/ds/title/) when software is copied in the SD Card from Data Manager. It contains the lower title-ids of the titles copied to the SD Card, each in 32-bit words. At the end of the file there's a 16-bit checksum to prevent modification.