HI
I need some help. I need to "spy" an application to see what dlls, functions etc it is accessing. Anyone knows a good spy program?
Is this one good ? :
any help is welcomed.
thx
HI
I need some help. I need to "spy" an application to see what dlls, functions etc it is accessing. Anyone knows a good spy program?
Is this one good ? :
any help is welcomed.
thx
For tracing what an application touches, a small set of proven tools plus a simple workflow is usually faster and more reliable than one-off "spy" utilities. As pointed out, the Sysinternals utilities are the right direction; today the recommended pair is Process Monitor (Procmon) for live file/registry/image-load events and Process Explorer to inspect running processes and loaded modules. 's original goal (see DLLs/functions accessed) is covered by combining those with a static import/export viewer.
Quick, practical workflow:
Additional notes and tools:
Jump to Post— pritaeas 2,276Have a look at regmon and filemon from sysinternals. Great tools.
Have a look at regmon and filemon from sysinternals. Great tools.
thx a lot. regmon seems cool. thx again
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.