mirror of
https://github.com/hoangprod/AndrewSpecial
synced 2026-06-08 14:42:01 +00:00
11 lines
236 B
C++
11 lines
236 B
C++
#include <Windows.h>
|
|
#include "AndrewSpecial.h"
|
|
|
|
|
|
|
|
|
|
int main()
|
|
{
|
|
AndrewSpecial(L"lsass.exe");
|
|
return 0;
|
|
} |