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

Struct Library

universal.go:4–8  ·  view source on GitHub ↗

Library - describes a loaded library

Source from the content-addressed store, hash-verified

2
3// Library - describes a loaded library
4type Library struct {
5 Name string
6 BaseAddress uintptr
7 Exports map[string]uint64
8}
9
10// Loader - keeps track of
11type Loader struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected