libpsmkdc_stub/jni/hooks/relocate.h
2024-04-17 14:42:31 +12:00

8 lines
246 B
C

#ifndef _RELOCATE_H
#define _RELOCATE_H
#include <stdio.h>
void relocateInstruction(uint32_t target_addr, void *orig_instructions, int length, void *trampoline_instructions, int *orig_boundaries, int *trampoline_boundaries, int *count);
#endif