An open API service indexing awesome lists of open source software.

https://github.com/userexistserror/resource-explorer

View and extract Portable Executable (PE) resources
https://github.com/userexistserror/resource-explorer

pe-analyzer

Last synced: about 2 months ago
JSON representation

View and extract Portable Executable (PE) resources

Awesome Lists containing this project

README

          

# Resource Explorer

Windows .Net forms application for viewing and exporting PE resources. Requires .Net 3.5+ and builds with Visual Studio 2019. You can also install MSBuild and compile without Visual Studio:

```
> msbuild.exe -p:Configuration=Release;TargetFrameworkVersion=v4.5
```

![](docs/images/screenshot.png)