Skip to content

nowsecure/frida-memory-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published