Results 1 to 1 of 1
How do I get the list of modules loaded (& their base addresses in VM) by a process in Linux?
On Windows there is an API SymEnumerateModules64 for this purpose. ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-11-2010 #1Just Joined!
- Join Date
- May 2010
- Location
- Pune, India
- Posts
- 2
[SOLVED] how to get list of modules loaded by process & their base addresses
How do I get the list of modules loaded (& their base addresses in VM) by a process in Linux?
On Windows there is an API SymEnumerateModules64 for this purpose. Is there any command/function in the Kernel that can be used for this purpose? Preferably some function since I would be calling this from my code.



