Skip to content

"ReferenceError: NativePointer is not defined" #500

Closed Answered by psociety
psociety asked this question in Q&A
Discussion options

You must be logged in to vote

it works with this package.json:

{
  "name": "frida-agent-example",
  "version": "1.0.0",
  "description": "Example Frida agent written in TypeScript",
  "private": true,
  "main": "index.ts",
  "scripts": {
    "build": "frida-compile index.ts -o _agent.js -c",
    "watch": "frida-compile index.ts -o _agent.js -w"
  },
  "devDependencies": {
    "@types/frida-gum": "^17.2.0",
    "@types/node": "^16.11.12"
  },
  "dependencies": {
    "frida-compile": "^16.4.1",
    "frida-il2cpp-bridge": "^0.9.0"
  }
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by psociety
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant