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

Method FindProc

universal.go:44–47  ·  view source on GitHub ↗

FindProc - returns the address of the given function in this library

(funcname string)

Source from the content-addressed store, hash-verified

42
43// FindProc - returns the address of the given function in this library
44func (l *Library) FindProc(funcname string) (uintptr, bool) {
45 v, ok := l.Exports[funcname]
46 return l.BaseAddress + uintptr(v), ok
47}

Callers 3

CallMethod · 0.95
CallMethod · 0.95
CallMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected