add magic num

to be able to see if file is decrypted corecly
This commit is contained in:
Nikola Petrov
2024-02-04 21:23:54 +01:00
parent 7e3bd98ab9
commit e30bbe5ce1
3 changed files with 11 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ struct LoginInfoPointer
struct Index
{
uint32_t magic;
uint32_t count;
uint32_t offset;
};