Skip to content

Commit

Permalink
Implement :ies for Android (dalvik+elf)
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae authored Dec 11, 2024
1 parent 642c54e commit 1915dd2
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 67 deletions.
66 changes: 35 additions & 31 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
},
"devDependencies": {
"@frida/events": "^4.0.4",
"@types/frida-gum": "^18.5.1",
"@types/node": "^20.0.0",
"@types/frida-gum": "^18.7.1",
"@types/node": "^22.10.1",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.34.0",
"frida-compile": "^16.2.2",
"typescript": "^5.0.0"
"typescript": "^5.7.2"
},
"exports": {
"require": "./src/agent/index.js",
Expand Down
Loading

0 comments on commit 1915dd2

Please sign in to comment.