Searched defs:FunctionStub (Results 1 – 2 of 2) sorted by relevance
72 struct FunctionStub { struct95 static FunctionStub* Create(uintptr_t extra_argument, void* dest); argument122 FunctionStub(uintptr_t extra_argument, void* dest); argument127 FunctionStubAsm stub_; argument130 HMODULE signature_;133 uintptr_t argument_;136 uintptr_t bypass_address_;139 uintptr_t destination_function_;
76 FunctionStub::FunctionStub(uintptr_t extra_argument, void* dest) in FunctionStub() function in FunctionStub