PeParser
PeParser copied to clipboard
Windows PE (Portable Executable) file parser for Java 6+
``` Caused by: java.lang.NullPointerException at dorkbox.peParser.types.ResourceDirName.(ResourceDirName.java:87) at dorkbox.peParser.headers.resources.ResourceDirectoryEntry.(ResourceDirectoryEntry.java:71) at dorkbox.peParser.headers.resources.ResourceDirectoryHeader.(ResourceDirectoryHeader.java:62) at dorkbox.peParser.PE.fromInputStream(PE.java:135) at dorkbox.peParser.PE.(PE.java:68) ``` Tested in 2.13 and 2.9 releases. The index in my case is 256. The executable...
I want to pare the resources from the `.rsrc` section of the following [PE file](https://drive.google.com/file/d/1w2MxLRJt8KjJ9NlR0NfuTjf6wlHvxSQm/view?usp=sharing) (147.7 MB). I got that file from the [Edge MSI installer](https://msedge.sf.dl.delivery.mp.microsoft.com/filestreamingservice/files/0a8155d6-0937-4937-8712-1930f09598eb/MicrosoftEdgeEnterpriseX64.msi) (inside the Binary.MicrosoftEdgeInstaller stream)....