Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
41
class
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
49
class
QlPeCache:
Callers
2
restore
Method · 0.85
load_dll
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected