DLLTab is a Windows property sheet extension which displays the imports and exports of 32/64 bit PE DLLs.
Use the installers from the Releases section.
OR
NOTE: PeNet, a dependency, uses an incorrect
version of System.Runtime.CompilerServices.Unsafe
(see this issue).
This can be fixed by installing v4.5.3 of System.Runtime.CompilerServices.Unsafe
into the GAC:
-
Download the Nuget package.
-
Unzip the
.nupkg
file. -
Go to the
lib/net461
directory. -
In that directory, open an instance of VS developer CMD/Powershell.
-
Run:
gacutil /i System.Runtime.CompilerServices.Unsafe.dll
Rest of the build process is super-simple, just build the solution and the installation / registration will be automatically handled in the pre/post build steps.