diff --git a/projects/Aqua-shellcode-generator/main.c b/projects/Aqua-shellcode-generator/main.c index 8c6df5f..38199e7 100644 --- a/projects/Aqua-shellcode-generator/main.c +++ b/projects/Aqua-shellcode-generator/main.c @@ -10,7 +10,7 @@ LPSTR shellcodeHeader = "/****************************************************** "MIT License\r\n" "\r\n" "Copyright (c) 2017 Sheen\r\n" -"Copyright (c) 2020 aphage\r\n" +"Copyright (c) 2020 Misaka Mikoto (aphage)\r\n" "\r\n" "Permission is hereby granted, free of charge, to any person obtaining a copy\r\n" "of this software and associated documentation files (the \"Software\"), to deal\r\n" @@ -113,4 +113,4 @@ int main() { printf("\r\n\r\n//Generate into ./out directory\r\n"); printf("//shellcode size: %d\r\n", size); return 0; -} \ No newline at end of file +}