mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
9 lines
225 B
C
9 lines
225 B
C
|
#pragma once
|
||
|
|
||
|
#include "common.h"
|
||
|
#include "keydb.h"
|
||
|
|
||
|
u32 CryptAesKeyDb(const char* path, bool inplace, bool encrypt);
|
||
|
u32 AddKeyToDb(AesKeyInfo* key_info, AesKeyInfo* key_entry);
|
||
|
u32 BuildKeyDb(const char* path, bool dump);
|