Jump to content

How to get processes currently using a dll ?


Recommended Posts

hi everybody! I have a question. I hope everybody help me. How to get processes currently using a dll ? it is like command Tasklist /m user32.dll . I dont want to use command line.Is there any other way  to solve it?

Sorry for my English is not good.

Edited by BOycaonguyen88
Link to comment
Share on other sites

Is there any other way  to solve it?

Yes, it involves getting every running process ID, a lot will require the correct access security rights, _WinAPI_EnumProcessModules, and a lot of parsing of the results.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...