There is an improper break on line 5 of selfDelete.nim for the Dev branch. This causes compilation of self-deleting implant variant to fail.
|
ETE, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, FILE_DISPOSITION_INFO, INVALID_HANDLE_VALUE |
To fix, simply rejoin line 5 with line 4.
There is an improper break on line 5 of
selfDelete.nimfor the Dev branch. This causes compilation of self-deleting implant variant to fail.Nimhawk/implant/selfProtections/selfDelete/selfDelete.nim
Line 5 in e42110a
To fix, simply rejoin line 5 with line 4.