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

Go to the source code of this file.

Namespaces

namespace  sl2
 
namespace  sl2.detect
 

Functions

 sl2.detect.detect_game (data, entries)
 Identify which game wrote this save, from the bytes alone.
 

Variables

str sl2.detect.DS2_SIGNATURE = b"14e503cb"
 The BND4 signature DS2 stamps into its header.
 
int sl2.detect.SDT_SLOT_ENTRY_SIZE = 0x100010
 Size of one Sekiro character slot's BND4 entry: 0x100000 of payload behind the 16-byte MD5.
 
 sl2.detect.NR_SLOT_ENTRY_SIZE
 Size of one Elden Ring Nightreign character slot's BND4 entry, and the number of entries the file carries.
 
 sl2.detect.NR_ENTRY_COUNT
 Size of one Elden Ring Nightreign character slot's BND4 entry, and the number of entries the file carries.