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

Class QlPeCacheEntry

qiling/loader/pe.py:41–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40
41class QlPeCacheEntry(NamedTuple):
42 ba: int
43 data: bytearray
44 cmdlines: Sequence
45 import_symbols: MutableMapping[int, dict]
46 import_table: MutableMapping[Union[str, int], int]
47
48
49class QlPeCache:

Callers 2

restoreMethod · 0.85
load_dllMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected