mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00:00
Minor things
This commit is contained in:
@@ -4,6 +4,6 @@ import org.objectweb.asm.tree.InsnList
|
||||
|
||||
object ASMWriter {
|
||||
fun InsnList.testingWow() {
|
||||
TODO()
|
||||
|
||||
}
|
||||
}
|
||||
@@ -32,7 +32,8 @@ internal class PatcherTest {
|
||||
patcher.addPatches(
|
||||
Patch ("TestPatch") {
|
||||
val main = patcher.cache.methods["mainMethod"]
|
||||
//main.method.instructions!!.testingWow()
|
||||
val insn = main.method.instructions!!
|
||||
|
||||
PatchResultSuccess()
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user