INNER CODE UNIT · Kotlin

FindFieldFunc

NexAlloy/NexAlloy · app/src/main/java/io/github/nexalloy/PatchExecutor.kt:42

typealias FindFieldFunc = DexKitBridge.() -> FieldData

fun patch(
    name: String = "",
    description: String = "",
    use: Boolean = true,
    func: PatchExecutor.() -> Unit
) =
    Patch(name, description, use, func)

class Patch(
    val name: String,
    val description: String,
    val use: Boolean,
    val run: PatchExecutor.() -> Unit
)

abstract class IHook(val xposed: XposedInterface) : XposedInterface by xposed {

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…