SL2 Analyzer
Read a FromSoftware .sl2 save and report what is in it
Loading...
Searching...
No Matches
bnd4.py File Reference

Go to the source code of this file.

Classes

class  sl2.bnd4.Bnd4Entry
 One decoded BND4 entry: its index and where its blob lives in the file. More...
 

Namespaces

namespace  sl2
 
namespace  sl2.bnd4
 

Functions

 sl2.bnd4.parse_bnd4 (data)
 Parse and validate the BND4 entry table.
 
 sl2.bnd4.checksum_ok (data, entry)
 Does this entry blob carry a valid MD5 checksum wrapper?
 

Variables

int sl2.bnd4.BND4_HEADER_LEN = 64
 Size of the fixed BND4 file header, in bytes.
 
int sl2.bnd4.BND4_ENTRY_LEN = 32
 Size of one BND4 entry header, in bytes.