Ziv

Results 1 issues of Ziv

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...