예제 #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;
 }