Great! Dependency Walker has been nonfunctional since Windows introduced API sets.
by thefourthchime
0 subcomment
In the olden times, the internet was so nerdy if you searched on Altavista for "depends" this tool was the top result.
by throwaway2037
3 subcomments
Is there an equivalent of ldd for Win32?
by sirjaz
0 subcomment
This is awesome! I hope this doesn't get abandoned.
by optimiz3
4 subcomments
Nice project, just as a challenge / piece of feedback - most of the time you don't actually need to have a C backend for this type of project. The challenge is to get all the P/Invoke signatures and struct declarations / pointer walking correct on .Net. The benefit being a single managed EXE and no need for cross process communication and the edge cases it brings.
(Source: Have built a full SCSI interop layer in .Net to do low level CD ripping, full with native pointer walking and all. Have also written tools to walk the PEB (process environment block) in .Net w/ no native backends.)