Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LiEnby authored Nov 25, 2020
1 parent 24b648d commit 5a2eb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eCDPSerialGenerator/eCDPSerialGenerator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 5a2eb0e

Please sign in to comment.