Extract HTML resources from Win32 Portable Executable files in your entire system
Go to file
~lucidiot d025113a62 Add README 2021-11-12 00:42:24 +01:00
ResourceExtractor Add main program 2021-11-12 00:37:02 +01:00
kaitai_struct_csharp_runtime@f4932cd762 Initial commit 2021-11-11 18:49:17 +01:00
.gitignore Initial commit 2021-11-11 18:49:17 +01:00
.gitmodules Initial commit 2021-11-11 18:49:17 +01:00
LICENSE Initial commit 2021-11-11 18:49:17 +01:00
README.md Add README 2021-11-12 00:42:24 +01:00
ResourceExtractor.sln Initial commit 2021-11-11 18:49:17 +01:00
win32_pe.ksy Fix resource directory name encoding 2021-11-12 00:36:16 +01:00

README.md

HTML Resource Extractor

A tool that I quickly put together after spending many hours expanding the official Kaitai Struct specification for Microsoft PE to parse the resource section (.rsrc). This allows extracting all the resources of type HTML from all the executables on the hard disk. I use this tool to inspect the entire system and look for new places to put my XP Scripting Consoles.