mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-08 06:19:45 +08:00
Version 5.8.4
This commit is contained in:
@@ -8,16 +8,16 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class VmmMap_UnloadedModuleEntry implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = 2432835898565494177L;
|
||||
public long vaBase;
|
||||
public long cbImageSize;
|
||||
public boolean fWow64;
|
||||
public String strModuleName;
|
||||
public int dwCheckSum;
|
||||
public int dwTimeDateStamp;
|
||||
public long ftUnload;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_UnloadedModuleEntry:" + strModuleName;
|
||||
}
|
||||
private static final long serialVersionUID = 2432835898565494177L;
|
||||
public long vaBase;
|
||||
public long cbImageSize;
|
||||
public boolean fWow64;
|
||||
public String strModuleName;
|
||||
public int dwCheckSum;
|
||||
public int dwTimeDateStamp;
|
||||
public long ftUnload;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_UnloadedModuleEntry:" + strModuleName;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user