Skip to content

experimental multiarch dynamic binary analysis

Notifications You must be signed in to change notification settings

zaydlang/infoflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

infoflow

logo

experimental multiarch dynamic binary analysis

[more information coming soon™]

overview

infoflow is an experimental framework for opaque binary optimization via dynamic analysis.

by observing the behavior of a program at runtime at the architectural level, we can fully analyze its computation graph and provide a suite of optimizations and introspection.

infoflow's flagship algorithm is InfoFlow IFT, which traces the flow of abstract information through a program to fully describe how any value in the cpu registers or memory was computed, with its value history and dependency graph. this dependency graph also allows us to optimize how the value is computed on the architectural level.

infoflow is designed to be as architecture-agnostic as possible, to maximize where it can be applied. this is accomplished with flexible abstractions to avoid duplicating logic but also retain the ability to make specializations to a particular architecture when needed.

About

experimental multiarch dynamic binary analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 100.0%