A tool calculate the checksum of Sword Art Online: Fatal Bullet save files.
USAGE: ./sao-fb-checksum-fixer filename
;by bucanero
[python:Update HMAC-SHA1 Hash (Required)]
import sao_fb
if sao_fb.sao_fb_checksum(savedata):
print("Hash updated OK")
else:
print("Hash not updated")
This tool is based on sao_check.py by alfizari
This tool was created by hzh