About the "list.exe" from Windows SDK ...
It's not necessary to install the SDK, it's possible to extract "list.exe" as following (example for 64-bit systems):
1) Download the ISO via link:
https://go.microsoft.com/fwlink/p/?linkid=2120735
2) Create a disc (for example USB)
3) Go to DIR "Installers", there you will find the file "X64 Debuggers And Tools-x64_en-us.msi"
4) Extract this "X64 Debuggers And Tools-x64_en-us.msi" for example with the "msiexec" command as follows:
msiexec /a "X64 Debuggers And Tools-x64_en-us.msi" /qn targetdir=YourDesiredDrive\YourDesiredDir
5) Navigate to the path "YourDesiredDrive\YourDesiredDir\Windows Kits\10\Debuggers\x64\",
there you will find the "list.exe" - copy it to your desired location and all should be ready to use it
PS: It has even an integrated HEX Editor, which is not documentated in the integrated Help. Press "H" to activate it ... however: I have problems there for ex. with german umlauts (yet?))