7 lines
123 B
C
7 lines
123 B
C
#define TAB_SIZE 3
|
|
|
|
void cipher(void * addr);
|
|
void decipher(void);
|
|
void changekey(void);
|
|
void rondoudou_patch_init(void);
|
|
|