docs: 绕过配方状态更正 (bypass_all 未验证, 以原版三脚本为准) + 三层健康检查工具
This commit is contained in:
@@ -16,14 +16,10 @@ def main():
|
||||
pid=d.spawn([PACKAGE])
|
||||
print(f"[*] spawned {pid}",flush=True)
|
||||
s=d.attach(pid)
|
||||
# 双重防护: callsite bypass + maps 掩盖
|
||||
s.create_script((RE/"evidence/scripts/bypass_msaoaid_maps_art_callsite.js").read_text()).load()
|
||||
s.create_script((RE/"evidence/scripts/mask_frida_maps_only.js").read_text()).load()
|
||||
from bypass_loader import load_bypass
|
||||
load_bypass(s, patch_guard_delay_ms=3000)
|
||||
d.resume(pid)
|
||||
print("[*] resumed, 稳定 11s...",flush=True)
|
||||
time.sleep(11)
|
||||
s.create_script((RE/"evidence/scripts/patch_guard_block_termination.js").read_text()).load()
|
||||
print("[*] patch_guard on",flush=True)
|
||||
print("[*] resumed (bypass_all: A层立即 + B层3s patch_guard)",flush=True)
|
||||
|
||||
result={}; state={"udb":0}
|
||||
def on(m,_):
|
||||
|
||||
Reference in New Issue
Block a user