Add EDAT_FLAG_0x3C/0x3D

This commit is contained in:
raven02 2014-06-26 00:11:10 +08:00
parent eb7128bcc1
commit 0ed518a85d

View File

@ -9,6 +9,8 @@
#define EDAT_FLAG_0x10 0x00000010 #define EDAT_FLAG_0x10 0x00000010
#define EDAT_FLAG_0x20 0x00000020 #define EDAT_FLAG_0x20 0x00000020
#define EDAT_DEBUG_DATA_FLAG 0x80000000 #define EDAT_DEBUG_DATA_FLAG 0x80000000
#define EDAT_FLAG_0x3C 0x0000003C
#define EDAT_FLAG_0x3D 0x0000003D
typedef struct typedef struct
{ {
@ -31,4 +33,4 @@ typedef struct
unsigned long long file_size; unsigned long long file_size;
} EDAT_SDAT_HEADER; } EDAT_SDAT_HEADER;
int DecryptEDAT(const std::string& input_file_name, const std::string& output_file_name, int mode, const std::string& rap_file_name, unsigned char *custom_klic, bool verbose); int DecryptEDAT(const std::string& input_file_name, const std::string& output_file_name, int mode, const std::string& rap_file_name, unsigned char *custom_klic, bool verbose);