mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-07 22:06:17 +08:00
Version 5.3.2
This commit is contained in:
@@ -94,6 +94,22 @@ public interface IVmmModule
|
||||
* @return
|
||||
*/
|
||||
public IVmmPdb getPdb();
|
||||
|
||||
/**
|
||||
* Retrieve debug directory information. The debug directory info requires
|
||||
* that the module has been initialized with <b>isExtendedInfo</b> but may
|
||||
* still fail if memory is unreadable - in which case null is returned.
|
||||
* @return
|
||||
*/
|
||||
public Vmm_ModuleExDebugInfo getExDebugInfo();
|
||||
|
||||
/**
|
||||
* Retrieve PE version info. The PE version info requires that the module
|
||||
* has been initialized with <b>isExtendedInfo</b> but may still fail if
|
||||
* memory is unreadable - in which case null is returned.
|
||||
* @return
|
||||
*/
|
||||
public Vmm_ModuleExVersionInfo getExVersionInfo();
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user