File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/main/kotlin/app/revanced/patches/instagram/patches/ad/fingerprints Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,13 @@ package app.revanced.patches.instagram.patches.ad.fingerprints
22
33import app.revanced.patcher.fingerprint.MethodFingerprint
44import com.android.tools.smali.dexlib2.AccessFlags
5- import com.android.tools.smali.dexlib2.Opcode
65
76internal object AdInjectorFingerprint : MethodFingerprint(
87 returnType = " Z" ,
98 accessFlags = AccessFlags .PRIVATE .value,
109 parameters = listOf("L ", "L "),
11- opcodes = listOf(
12- Opcode .IGET ,
13- Opcode .INVOKE_INTERFACE ,
14- Opcode .MOVE_RESULT_OBJECT ,
10+ strings = listOf(
11+ "SponsoredContentController .insertItem",
12+ "SponsoredContentController ::Delivery ",
1513 ),
16- strings = listOf("SponsoredContentController ::Delivery "),
1714)
You can’t perform that action at this time.
0 commit comments