Add README

This commit is contained in:
~lucidiot 2021-11-12 00:42:24 +01:00
parent a5cf403478
commit d025113a62
1 changed files with 6 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# HTML Resource Extractor
A tool that I quickly put together after spending many hours expanding [the official Kaitai Struct specification for Microsoft PE][pe-ksy] 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][xp-consoles].
[pe-ksy]: https://github.com/kaitai-io/kaitai_struct_formats/blob/master/executable/microsoft_pe.ksy
[xp-consoles]: https://tildegit.org/lucidiot/xp-consoles/