I've used Process Explorer, but I'm forgetting of another utility that lets you see where a process is loaded from (image file), and it's dll's in memory and where they got loaded from.
Process Explorer for me is only working for managed assemblies.
Anything that does native as well?
Process Explorer should show you both native and managed modules. Trying running it elevated.
Otherwise, there are a few ways:
tlist cmd.exe
)lm
commandCreateToolhelp32Snapshot
, Module32First
, and Module32Next
to roll your own solution :)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With