This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Kirill Osenkov
kirillosenkov.com
did:plc:2pzomphihuifolrf2w2ow67y
Finally had time over the holidays to realize a long-standing dream of mine: a hex editor that knows about the PE file and .NET metadata format. You can click any byte and it will show you which data structure it is in the tree. Every byte is covered.
The parser is at https://github.com/KirillOsenkov/MetadataTools/tree/main/src/PETree
2024-12-29T20:08:46.855Z