I want to see the dlls that are hooked to any process using python. Is it possible by pdb?
Is there any way to attach to a process or open a process from python debugger and view the dlls hooked?
I want to see the dlls that are hooked to any process using python. Is it possible by pdb?
Is there any way to attach to a process or open a process from python debugger and view the dlls hooked?
Copyright © 2021 Jogjafile Inc.
I believe you can't do it with pdb. You can use pydbg instead. This a sample code which does that