| 105 | // ==== |
| 106 | #[repr(C)] |
| 107 | pub struct IMAGE_DATA_DIRECTORY { |
| 108 | pub VirtualAddress: DWORD, |
| 109 | pub Size: DWORD, |
| 110 | } |
| 111 | #[repr(C)] |
| 112 | pub struct IMAGE_DOS_HEADER { |
| 113 | pub e_magic: WORD, |
nothing calls this directly
no outgoing calls
no test coverage detected