示例#1
0
 public HackMethodCall(HackMethod method, AddressableTypedEntity entity)
 {
     Method      = method;
     ThisPointer = entity.Address;
 }
示例#2
0
 public HackMethodCall(HackMethod method, nuint?thisPointer)
 {
     Method      = method;
     ThisPointer = thisPointer;
 }