Skip to content

Commit

Permalink
Add StartW declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella committed Feb 19, 2025
1 parent f14b079 commit 0b84466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions implant/sliver/sliver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#ifdef __WIN32
#include <windows.h>

void StartW();

DWORD WINAPI Start()
{
StartW();
Expand Down

0 comments on commit 0b84466

Please sign in to comment.