Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.09 KB

File metadata and controls

22 lines (15 loc) · 1.09 KB

jiftools

A library and collection of tools to parse, write and modify JIF files (Junction Image Format).

What is the Junction Image Format

image

If you know you know.

Moreover, you can find the specification for the JIF in here.

Repo Structure

The repo has three main components:

  • jif: the library that holds the main functionality and modelling for JIF files;
  • tracer-format: the library to decode memory traces from junction;
  • readjif: a tool to read, view and query JIF files
  • jiftool: a tool to change JIF files (by building interval trees, adding ordering segments)
  • cmpjif: a tool to produce upset plots of the private data held by JIFs
  • timejif: a tool to produce plots of unique page accesses over time
  • tracejif: a tool to enhance memory traces with VMA information