Skip to content
Snippets Groups Projects
Commit 806f6f80 authored by ChouTatsumi's avatar ChouTatsumi
Browse files

argc 3 mode bug fix

parent 79e94d1f
Branches
No related tags found
No related merge requests found
...@@ -3,3 +3,4 @@ ...@@ -3,3 +3,4 @@
**/*.exe **/*.exe
**/*.o **/*.o
**/cheat **/cheat
**/testguess
\ No newline at end of file
...@@ -285,7 +285,7 @@ int main(int argc, char** argv) { ...@@ -285,7 +285,7 @@ int main(int argc, char** argv) {
exit(0); exit(0);
} }
strcpy((char*)&pwd[i], (char*)&buffer); memcpy(pwd[i], buffer, SHA256_BLOCK_SIZE);
} }
fclose(fp); fclose(fp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment