support send file

This commit is contained in:
yincong
2026-03-12 18:06:30 +08:00
parent bcac8ae75d
commit eb4c1c2e0e
13 changed files with 717 additions and 133 deletions
+1 -1
View File
@@ -454,7 +454,7 @@ setImmediate(AttachSendTextProto);
// 拦截 SendTextProto 编码逻辑,注入自定义 Payload
function attachSendTextProto() {
console.log("[+] proto注入拦截目标地址: " + protobufAddr);
textProtoX1PayloadAddr = Memory.alloc(1024);
textProtoX1PayloadAddr = Memory.alloc(3096);
console.log("[+] Frida 分配的 Payload 地址: " + textProtoX1PayloadAddr);
Interceptor.attach(protobufAddr, {