Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gui Modules info list lacks the main module #221

Open
viruscamp opened this issue Jun 22, 2022 · 1 comment · May be fixed by #266
Open

Gui Modules info list lacks the main module #221

viruscamp opened this issue Jun 22, 2022 · 1 comment · May be fixed by #266

Comments

@viruscamp
Copy link

I have a simple win32 executable test.exe, it depends on only kernel32.dll.
The module tree is same in DependenicesGUI, and in depends.
But the modules info list in DependenicesGUI, is like

C:\WINDOWS\SysWOW64\kernel32.dll i386 Dll

It should show the line:

C:\test.exe i386 Exe
@EA117
Copy link

EA117 commented Jan 30, 2024

Agree that this is needed. DependencyWalker had up to four different indications on-screen that the module you were viewing the dependencies for was an AMD64 build versus an i386 build.

(Which was important to confirm, since DependencyWalker was dumb and would try and inspect 64-bit dependency images when viewing a 32-bit root module, and vice-versa.)

But DependenciesGui.exe has zero definitive indications on-screen for what architecture the root module was built for, let alone the other image details. I have to use the external PEView.exe to know for the root module the same information DependenciesGui.exe willingly shows for every other module.

Thanks for the pull request, and hopefully this gets in there at the next opportunity.

@viruscamp viruscamp linked a pull request May 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants