You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@EatHatsuneShallots 我们一般用以下语言描述你的需求。
In issue #1205 of QAuxiliary, there is a possible launch of arbitrary protected components due to a user feature request. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
In issue #1205 of QAuxiliary, there is a possible launch of arbitrary protected components due to a user feature request. This could lead to local escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.
QQ(TIM) 版本 / QQ(TIM) Version
9.0.60
为什么你认为需要此功能
尽管 #1204 添加了打开宿主 Activity 的功能,但不能自定义
Intent
联系到哪些已经存在的 bug 或者功能
#1204
具体功能需要 / Detailed features requirements
这个功能需要用户手动开启
通过 Hook
JumpActivity
来实现大致思路:
JUMP_ACTION_CMD
Extra 中的值,判断是否是JUMP_ACTION_START_ACTIVITY
、JUMP_ACTION_START_SERVICE
或JUMP_ACTION_START_FOREGROUND_SERVICE
中的一项EXTRA_INTENT
Extra 中的值JUMP_ACTION_START_ACTIVITY
则调用startActivity
JUMP_ACTION_START_SERVICE
则调用startService
JUMP_ACTION_START_FOREGROUND_SERVICE
则调用ContextCompat.startForegroundService
(兼容旧版本 Android)The text was updated successfully, but these errors were encountered: