mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
18 lines
215 B
C++
18 lines
215 B
C++
#include <Windows.h>
|
|
#include "Internal.h"
|
|
#include "StringManipulation.h"
|
|
#include "Win32Helper.h"
|
|
|
|
/*
|
|
TODO:
|
|
--Ping 'IcmpSendEcho2Ex'
|
|
|
|
|
|
*/
|
|
|
|
|
|
int main(VOID)
|
|
{
|
|
DWORD dwError = ERROR_SUCCESS;
|
|
return ERROR_SUCCESS;
|
|
} |