Skip to content

Mario1224/hsdis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsdis

A CFG generator written in js. Currently supports hsvm machine code from Haxathon Supremacy, although other architectures are possible.

Install

Nothing to see here.

Help

Open up index.html in a relatively recent web browser. The interface should load in a second or two and the CFG can be browsed. A green link from the bottom of a basic block to another indicates a conditional jump to that location. A red link indicates an unconditional jump or the fall through from a conditional jump.

The nav bar contains a series of buttons to load, save and close a binary. The tabs may be used to navigate between the functions in the binary.

About

CFG generator for HSVM binaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • HTML 0.7%