Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rabbitstack/fibratus
/ addImport
Method
addImport
pkg/pe/types.go:180–182 ·
view source on GitHub ↗
(i string)
Source
from the content-addressed store, hash-verified
178
}
179
180
func
(pe *PE) addImport(i string) {
181
pe.Imports = append(pe.Imports, i)
182
}
183
184
func
(pe *PE) addSymbol(s string) {
185
pe.Symbols = append(pe.Symbols, s)
Callers
1
parse
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected