infoflow 0.1.0

information flow and binary analysis


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

infoflow

<img alt="logo" src="media/logo.png" width="200" />

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.

Authors:
  • redthing1
Dependencies:
none
Versions:
0.1.0 2022-Jul-05
~staging 2022-Nov-20
~prop/og_prop_fixed 2022-Oct-05
~prop/nd_prop_recurs 2022-Oct-05
~prop/nd_prop_iter 2022-Oct-28
Show all 21 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 10 downloads total

Score:
1.3
Short URL:
infoflow.dub.pm