Skip to content

Commit 5a2eb0e

Browse files
authored
Add files via upload
1 parent 24b648d commit 5a2eb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eCDPSerialGenerator/eCDPSerialGenerator.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ int main()
193193
char mac_address[64];
194194
char formatted[64];
195195
char encoded[64];
196-
char temp_key[100];
197196
char final_key[100];
198197
char total_output [64];
199198
int iterator = 0;
200199
int i = 0;
201200
int ii = 0;
202201

203-
printf("eCDP Serial Number Generator (By SilicaAndPina)\n");
202+
printf("eCDP Serial Number Generator\n");
203+
printf("Credits: SilicaAndPina (Reversing, writing code), Rufis_ (ARM asm help)\n");
204204
printf("-- A backdoor on the worlds rarest DS game.\n");
205205
entry:
206206

0 commit comments

Comments
 (0)