mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-06-25 19:17:10 +08:00
Version 5.8.4
This commit is contained in:
@@ -8,19 +8,19 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class VmmMap_ModuleSection implements Serializable
|
||||
{
|
||||
private static final long serialVersionUID = -8748153308397838653L;
|
||||
public String name;
|
||||
public int MiscVirtualSize;
|
||||
public int VirtualAddress;
|
||||
public int SizeOfRawData;
|
||||
public int PointerToRawData;
|
||||
public int PointerToRelocations;
|
||||
public int PointerToLinenumbers;
|
||||
public short NumberOfRelocations;
|
||||
public short NumberOfLinenumbers;
|
||||
public int Characteristics;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_ModuleSection:" + name;
|
||||
}
|
||||
private static final long serialVersionUID = -8748153308397838653L;
|
||||
public String name;
|
||||
public int MiscVirtualSize;
|
||||
public int VirtualAddress;
|
||||
public int SizeOfRawData;
|
||||
public int PointerToRawData;
|
||||
public int PointerToRelocations;
|
||||
public int PointerToLinenumbers;
|
||||
public short NumberOfRelocations;
|
||||
public short NumberOfLinenumbers;
|
||||
public int Characteristics;
|
||||
|
||||
public String toString() {
|
||||
return "VmmMap_ModuleSection:" + name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user