Skip to content

teemu-l/dataviz-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data visualizer plugin

This plugin visualizes data read (or written) from memory. It could be useful when reverse engineering complex file format or protocol.

Each byte is given a color based on where it is read (instruction pointer). So if 2 bytes have same color, they were read on same location and are probably same type of data. You can click the bytes to follow them in trace and see what are they used for.

Sample data

How to use

  1. Make a trace of the code which processes the data you are reversing
  2. Write down memory address and data size.
  3. Open the trace in Execution trace viewer
  4. Run this plugin and give the memory address and size when asked

Requirements

About

Data visualizer plugin for execution traces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages