Jump to content
Tuts 4 You

retrieve section information through plugin


minh

Recommended Posts

I wanna write a plugin that can retrieve some information of sections of certain module. I can fill the ModuleInfo structure, but the structure doesn't contains sections member. How could I get sections' name, base address of certain module? Thank you!

Script::Module::ModuleInfo moduleInfo;
Script::Module::InfoFromAddr(modules[i].base, &moduleInfo);

Link to comment

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
×
×
  • Create New...