Home | History | Annotate | Download | only in windows

Lines Matching refs:SideStepError

75 enum SideStepError {
167 static SideStepError Patch(T target_function,
202 static SideStepError Patch(LPCTSTR module_name,
264 static SideStepError RawPatch(void* target_function,
292 static SideStepError Unpatch(void* target_function,
389 static SideStepError RawPatchWithStubAndProtections(
420 static SideStepError RawPatchWithStub(void* target_function,
544 static SideStepError PatchShortConditionalJump(unsigned char* source,
579 static SideStepError PatchNearJumpOrCall(unsigned char* source,
602 static SideStepError PatchMovWithDisplacement(unsigned char* source,