1
0
mirror of https://github.com/LiEnby/eCDP-Serial-Code.git synced 2025-07-01 08:04:09 +01:00

Add files via upload

This commit is contained in:
Bluzume
2020-11-25 14:19:20 +13:00
committed by GitHub
parent 24b648de0d
commit 5a2eb0e97f

View File

@ -193,14 +193,14 @@ int main()
char mac_address[64];
char formatted[64];
char encoded[64];
char temp_key[100];
char final_key[100];
char total_output [64];
int iterator = 0;
int i = 0;
int ii = 0;
printf("eCDP Serial Number Generator (By SilicaAndPina)\n");
printf("eCDP Serial Number Generator\n");
printf("Credits: SilicaAndPina (Reversing, writing code), Rufis_ (ARM asm help)\n");
printf("-- A backdoor on the worlds rarest DS game.\n");
entry: