Initial commit

This commit is contained in:
larley
2025-10-10 14:49:19 +02:00
commit b0d0b499c8
7 changed files with 13664 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "widevineproxyandroid",
"version": "1.0.0",
"main": "myhook.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "frida-compile agent/hook.ts -o _agent.js && node clean.js _agent.js _agent.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/frida-gum": "^19.0.0",
"@types/node": "^18.19.111",
"frida-compile": "^19.0.4",
"frida-java-bridge": "^7.0.8",
"protobufjs": "^7.5.4"
}
}