-
Notifications
You must be signed in to change notification settings - Fork 174
Closed
Description
👋 Hey,
When reading Windows DLL's the dynamic_symbols()
API returns an empty iterator. I tried running the objdump
example and it correctly detects the symbols as Exports.
It also looks like its somewhat intentional?
Lines 244 to 247 in 40d77b2
CoffSymbolIterator { | |
file: &self.common, | |
// Hack: don't return any. | |
index: self.common.symbols.len(), |
So I'm not sure if we should be using some other API?
Metadata
Metadata
Assignees
Labels
No labels