Skip to content

arunwij/ref-read-bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Given a memory address and length this tool reads data from memory upto that length.

Usage

const  rb = require('@arunwij/read-bytes');

// number of bytes to read
const length = 1000;

// this should be memory address
// check node-ref for accessing memory addresses
const pointer = < memory address >;


rb.readBytes(pointer, length);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors