mirror of
https://github.com/ufrisk/MemProcFS.git
synced 2026-05-21 15:39:05 +08:00
Version 5.8
This commit is contained in:
26
vmmjava/leechcore/entry/LeechCoreBarRequest.java
Normal file
26
vmmjava/leechcore/entry/LeechCoreBarRequest.java
Normal file
@@ -0,0 +1,26 @@
|
||||
package leechcore.entry;
|
||||
|
||||
import leechcore.ILeechCoreBarReply;
|
||||
|
||||
/**
|
||||
* @see https://github.com/ufrisk/LeechCore
|
||||
* @author Ulf Frisk - pcileech@frizk.net
|
||||
*/
|
||||
public class LeechCoreBarRequest
|
||||
{
|
||||
public ILeechCoreBarReply reply;
|
||||
public LeechCoreBar bar;
|
||||
public byte bTag;
|
||||
public byte bFirstBE;
|
||||
public byte bLastBE;
|
||||
public boolean is64Bit;
|
||||
public boolean isRead;
|
||||
public boolean isWrite;
|
||||
public int cbData;
|
||||
public long oData;
|
||||
public byte[] pbDataWrite;
|
||||
|
||||
public String toString() {
|
||||
return "LeechCoreBarRequest";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user