frida-fs
frida-fs copied to clipboard
Typescript How to import frida-fs
Typescript How to import frida-fs
It seems that he will prompt that require does not exist
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.