MCPcopy Create free account
hub / github.com/NetSPI/BOF-PE / FileMachine

Enum FileMachine

loader/include/peplus/headers.hpp:71–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69};
70
71enum FileMachine
72{
73 FILE_MACHINE_I386 = 0x014c,
74 FILE_MACHINE_IA64 = 0x0200,
75 FILE_MACHINE_AMD64 = 0x8664,
76};
77
78enum FileCharacteristics
79{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected