v0.1 - initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !windows
|
||||
|
||||
package winpwn
|
||||
|
||||
// ImportedLibs requires GOOS=windows: resolving a live image base means
|
||||
// actually loading the DLL (LoadLibrary), which only exists on Windows.
|
||||
func (p *PEFile) ImportedLibs() ([]ImportedLib, error) {
|
||||
return nil, errWindowsOnly
|
||||
}
|
||||
Reference in New Issue
Block a user