We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b648d commit 5a2eb0eCopy full SHA for 5a2eb0e
1 file changed
eCDPSerialGenerator/eCDPSerialGenerator.c
@@ -193,14 +193,14 @@ int main()
193
char mac_address[64];
194
char formatted[64];
195
char encoded[64];
196
- char temp_key[100];
197
char final_key[100];
198
char total_output [64];
199
int iterator = 0;
200
int i = 0;
201
int ii = 0;
202
203
- 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");
204
printf("-- A backdoor on the worlds rarest DS game.\n");
205
entry:
206
0 commit comments