frida-fs icon indicating copy to clipboard operation
frida-fs copied to clipboard

Typescript How to import frida-fs

Open aadog opened this issue 3 years ago • 1 comments

Typescript How to import frida-fs

It seems that he will prompt that require does not exist

aadog avatar Aug 10 '22 04:08 aadog

If I understand it correctly you can simply use import { createReadStream } from "fs";

If you execute later the compiled JavaScript file inside frida, fs will automatically point to the frida-fs implementation.

jpstotz avatar Mar 10 '23 13:03 jpstotz