Patcher

open class Patcher

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun addPatch(member: Member, hook: XC_MethodHook): XC_MethodHook.Unhook
open fun addPatch(clazz: Class<out Any>, methodName: String, paramTypes: Array<Class<out Any>>, hook: XC_MethodHook): XC_MethodHook.Unhook
open fun addPatch(forClass: String, methodName: String, paramTypes: Array<Class<out Any>>, hook: XC_MethodHook): XC_MethodHook.Unhook
Add a patch

Properties

Link copied to clipboard