Skip to content

Commit

Permalink
fix: MultiForwardAvatarHook preparation for Non-NT QQ
Browse files Browse the repository at this point in the history
  • Loading branch information
klxiaoniu committed Aug 1, 2023
1 parent 66d3640 commit f45306d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/cc/ioctl/hook/msg/MultiForwardAvatarHook.kt
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,11 @@ object MultiForwardAvatarHook : CommonSwitchFunctionHook(arrayOf(CAIOUtils, Mult
}
steps.toTypedArray()
}

override fun makePreparationSteps(): Array<Step> = mSteps

override val isPreparationRequired: Boolean
get() = isNeedFind || DexKit.isRunDexDeobfuscationRequired(CAIOUtils)

@SuppressLint("DiscouragedApi")
@Throws(Exception::class)
Expand Down

0 comments on commit f45306d

Please sign in to comment.