Import and export viewer
Open a PE file and list what it imports, from where, and what it exports — by name and by ordinal.
Nothing here is built yet. This page states what is planned and the one rule all of it has to follow, so that it is clear what this site is aiming at.
Any inspection tool published here will run entirely in the browser. A binary somebody is investigating is often exactly the binary they cannot send to a third party, and an upload box would make the tool useless for its most important users.
Open a PE file and list what it imports, from where, and what it exports — by name and by ordinal.
Walk the chain from an executable through the libraries it needs, and show where the walk stops.
Given a library name, name the runtime package it belongs to, so the fix is an installer from a vendor rather than a loose file.
Binary parsing in this portfolio is already being built as a declarative format toolkit on binarybacktrace.com. Anything shipped here would use it rather than start over.