Argot v0.1.0-alpha.1
Pre-release
Pre-release
victornicolet
released this
08 Apr 20:14
·
153 commits
to mainline
since this release
- First release!
- Released the following tools:
taint
analysis tool for taint analysis,argot-cli
is a terminal-like interface for various part of the analysis (in cmd/cli)compare
prints a comparison of the functions that are reachable according to two different analyses, and the functions that appear in the binary,dependencies
prints the dependencies of a given program,maypanic
performs a may-panic analysis on a given program,packagescan
scans imports in packages,reachability
analyzes the program and prints the functions that are reachable within it,render
can be used to render a graph representation of the callgraph or to print the SSA form of a given program,statistics
prints statistics about the program.