Can't use Memory.readByteArray in typescript. #3351
-
|
Frida-gum api works in javascript files, but in typescripts files it says there's no "readByteArray" attribute in type of Memory. I installed frida-gum 18.7.2 through node modules and using frida-il2cpp-bridge. I thought maybe frida workbench extension is the problem , but excluding it didn't solve it. I reinstalled all node modules several times, but same things happen. Did anyone have the same problem with me and solve it? package.json tsconfig.json |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Our TypeScript bindings pretend our deprecated APIs don't exist. Use methods on |
Beta Was this translation helpful? Give feedback.
Our TypeScript bindings pretend our deprecated APIs don't exist. Use methods on
NativePointerinstead ofMemory.read*/write*().