All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jrhlive.libasm.ITransform.kt Maven / Gradle / Ivy

package com.jrhlive.libasm

import com.jrhlive.libasm.interceptor.Intercept


interface ITransform {
    fun modifyClass(sourceBytes: ByteArray): ByteArray?

    /**
     * 对那些类需要处理
     */
    fun interceptor():Intercept?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy