| 158 | |
| 159 | #[repr(C)] |
| 160 | pub struct PeManualMap { |
| 161 | pub decoy_module: String, |
| 162 | pub base_address: i64, |
| 163 | pub pe_info: PeMetadata, |
| 164 | } |
| 165 | |
| 166 | #[repr(C)] |
| 167 | #[derive(Copy, Clone, Default, PartialEq, Debug, Eq)] |
nothing calls this directly
no outgoing calls
no test coverage detected