Jump to content

Recommended Posts

Posted (edited)
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
Posted

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.

Thanks a lot. JohnOne! 

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
  • Recently Browsing   0 members

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