frida-fs

Create a stream from a filesystem resource.

Usage no npm install needed!

<script type="module">
  import fridaFs from 'https://cdn.skypack.dev/frida-fs';
</script>

README

frida-fs

Create a stream from a filesystem resource.

Example

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

fs.createReadStream('/etc/hosts').pipe(networkStream);