Improved some stuff, cleaned some stuff. Now after executing loader the dll creates a reverse shell to a specified server.

This commit is contained in:
hellisabove
2023-07-20 01:46:07 +03:00
parent 5a7024e1fa
commit eb9959e01e
53 changed files with 94 additions and 98 deletions
+1 -1
View File
@@ -78,5 +78,5 @@ INT main(INT arg, PCHAR argv[]) {
CloseHandle(x_file);
}
else
printf("\nUSE: %s section name target dll\n",argv[0]);
printf("\nUSE: %s 'section name' target dll\n",argv[0]);
}