Download Resource Hacker free from http://www. angusj. com/resourcehacker.
Download the 30-day trial version of Resource Tuner 2 from http://www. restuner. com/download. htm.
Download Dependencies free from https://github. com/lucasg/Dependencies.
Download the standalone ILSpy program from https://github. com/icsharpcode/ILSpy. You can download the Visual Studio plugin from https://marketplace. visualstudio. com/items?itemName=SharpDevelopTeam. ILSpy.
Download dotPeek from https://www. jetbrains. com/decompiler.
You can download HxD Hex Editor from https://www. portablefreeware. com/?id=1454. Keep in mind that hex code is literally just 1s and 0s—you won’t be editing any programming code with an editor like HxD.
Use dumpbin /DEPENDENTS filename. dll to view all dependencies. [5] X Research source Use dumpbin /HEADERS filename. dll to view headers for each member object. [6] X Research source Use dumpbin /EXPORTS filename. dll to see all definitions exported from the DLL. [7] X Research source Visit https://docs. microsoft. com/en-us/cpp/build/reference/dumpbin-options?view=msvc-170 for a list of all dumpbin options.