Binarysharp.MemoryManagement.Modules.ModuleFactory.FetchModule C# (CSharp) Method

FetchModule() private method

Fetches a module from the remote process.
private FetchModule ( ProcessModule module ) : RemoteModule
module System.Diagnostics.ProcessModule A module in the remote process.
return RemoteModule
        private RemoteModule FetchModule(ProcessModule module)
        {
            return FetchModule(module.ModuleName);
        }

Same methods

ModuleFactory::FetchModule ( string moduleName ) : RemoteModule