frida-memory-stream
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

frida-memory-stream

Create a stream from one or more memory regions.

Example

import memoryStream from 'frida-memory-stream';

const m = Process.enumerateModules()[0];
memoryStream(m.base, m.size).pipe(networkStream);

Readme

Keywords

none

Package Sidebar

Install

npm i frida-memory-stream

Weekly Downloads

44

Version

4.0.0

License

MIT

Unpacked Size

5.3 kB

Total Files

5

Last publish

Collaborators

  • oleavr
  • mrmacete