Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aphage authored Apr 7, 2020
1 parent 17af720 commit a13d30e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/Aqua-shellcode-generator/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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;
}
}

0 comments on commit a13d30e

Please sign in to comment.