wnfexec
wnfexec copied to clipboard
WNF Code Execution Library Using C#
Results
1
wnfexec issues
Sort by
recently updated
recently updated
newest added
Hello! I have convreted this program into an exe, My main function includes the following: byte[] shellcode = File.ReadAllBytes(path to shellcode.bin); var client = new WnfExec.WNF(shellcode); client.InjectProcess("explorer"): I get a...