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
- Host: GitHub
- URL: https://github.com/userexistserror/resource-explorer
- Owner: UserExistsError
- License: mit
- Created: 2019-09-27T02:39:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-04T06:36:02.000Z (about 6 years ago)
- Last Synced: 2025-01-19T21:16:28.947Z (about 1 year ago)
- Topics: pe-analyzer
- Language: C#
- Size: 52.7 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
