MCPcopy Create free account
hub / github.com/Binject/universal / DyldCacheMappingInfo

Struct DyldCacheMappingInfo

types_darwin.go:69–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69type DyldCacheMappingInfo struct {
70 Address uint64
71 Size uint64
72 FileOffset uint64
73 MaxProt uint32
74 InitProt uint32
75}
76
77type DyldCacheImageInfo struct {
78 Address uint64

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected