Class Rex::Post::Meterpreter::Extensions::Stdapi::Sys::ProcessSubsystem::Image
In: lib/rex/post/meterpreter/extensions/stdapi/sys/process_subsystem/image.rb
Parent: Object

Interacts with loading, unloading, enumerating, and querying image files in the context of a given process.

Methods

Public Class methods

Initializes the image instance.

Public Instance methods

Returns the image base address associated with the supplied image name.

Enumerates through each image in the process.

Returns an array of images in the process with hash objects that have keys for ‘name’, ‘path’, and ‘base’.

Returns the address of the procedure that is found in the supplied library.

Loads an image file into the context of the process.

Unloads an image file that is loaded into the address space of the process by its base address.

[Validate]