Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add generic dataflow framework + example + stack value analysis #118

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Commits on Dec 14, 2022

  1. Add generic dataflow framework + example + stack value analysis

    - Add AbstractDataflow, which is a generic dataflow analysis, following an abstract interpretation approach.
    - Add CollectInstruction, which is just an example. The analysis collects all the instructions executed
    - Add StackValue, which track the values push/pop on the stack, with a focus on int/global field/transaction field
    montyly committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    aec47b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    0311e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39bac5 View commit details
    Browse the repository at this point in the history
  3. minor

    montyly committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    971adaa View commit details
    Browse the repository at this point in the history