BOycaonguyen88 Posted May 18, 2014 Posted May 18, 2014 (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 May 18, 2014 by BOycaonguyen88
JohnOne Posted May 18, 2014 Posted May 18, 2014 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.
BOycaonguyen88 Posted May 18, 2014 Author Posted May 18, 2014 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!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now