Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 839 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 839 Bytes

go-Win32Code

This is learning to write windows 32 api instance code in the golang languag

Examples of program applications that are currently included:

  • 1.HeapAlloc shellcode Loader
  • 2.CreateThreadRemote thread injection technology
  • 3.The instance code for CreateFiber injection technology
  • 4.Use MiniDumpWriteDump Win32 API gets lsass memory
  • 5.DuplicateToken2 is the first code to attempt process simulations
  • 6.AccessToken uses the traversal process name to get the available system permission token, and gets the cmd window for the system permission
  • 7.EnumerateProcesses enumerates the details of the process that the current permission can open
  • 8.LoaderFromMac uses the method of loading the shellcode in MAC format into memory
  • 9.NtAllocateVirtualMemory ntdll api syscall
  • 10 EarlyBird jnjection technology