debug/pe: Calling File.ImportedLibraries returns an empty slice #48039
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Imported the "debug/pe" package, called pe.Open("somefile.exe") or pe.Open("somefile.dll") and then called ImportedLibraries on the result.
What did you expect to see?
List of all imported libraries (I.E. []string{"kernel32.dll", "msvcrt.dll"}
What did you see instead?
[]string{}, even when the error is nil.
The text was updated successfully, but these errors were encountered: