MCPcopy Create free account
hub / github.com/qilingframework/qiling / ForwardedExport

Class ForwardedExport

qiling/loader/pe.py:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 from qiling import Qiling
32
33class ForwardedExport(NamedTuple):
34 source_dll: str
35 source_ordinal: str
36 source_symbol: str
37 target_dll: str
38 target_symbol: str
39
40
41class QlPeCacheEntry(NamedTuple):

Callers 1

load_dllMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected