nowsecure / frida-memory-stream

Create a stream from one or more memory regions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About

Create a stream from one or more memory regions.

License:MIT License


Languages

Language:TypeScript 100.0%