nowsecure/frida-fs

Create a stream from a filesystem resource.

TypeScript

51

85 commits

updated Mar 25, 2026

See the code

README

frida-fs

Create a stream from a filesystem resource.

Example

const fs = require('frida-fs');

fs.createReadStream('/etc/hosts').pipe(networkStream);
const fs = require('frida-fs');

for (const elm of fs.list("/proc/self/")) {
  console.log(JSON.stringify(elm));
}

console.log(fs.readFileSync("/etc/hosts"));
frida

Contributors

oleavr

77 commits

mrmacete

6 commits

nis-spiir

1 commits

nowsecure/frida-fs

Create a stream from a filesystem resource.

TypeScript

51

85 commits

updated Mar 25, 2026

See the code

README

frida-fs

Create a stream from a filesystem resource.

Example

const fs = require('frida-fs');

fs.createReadStream('/etc/hosts').pipe(networkStream);
const fs = require('frida-fs');

for (const elm of fs.list("/proc/self/")) {
  console.log(JSON.stringify(elm));
}

console.log(fs.readFileSync("/etc/hosts"));
frida

Contributors

oleavr

77 commits

mrmacete

6 commits

nis-spiir

1 commits

Languages

TypeScript

62.6%

C

33.7%

Batchfile

1.8%

Meson

1.1%