MCPcopy Create free account
hub / github.com/Kudaes/Split / PeManualMap

Class PeManualMap

data/src/lib.rs:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159#[repr(C)]
160pub 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected