| 37 | } |
| 38 | |
| 39 | type ProcessBasicInformation struct { |
| 40 | reserved1 uintptr |
| 41 | PebBaseAddress uintptr |
| 42 | reserved2 [2]uintptr |
| 43 | UniqueProcessId uintptr |
| 44 | InheritedFromUniqueProcessID uintptr |
| 45 | } |
| 46 | |
| 47 | type ImageDosHeader struct { |
| 48 | Magic uint16 |
nothing calls this directly
no outgoing calls
no test coverage detected