AppThreat / atom

Atom is a novel intermediate representation for applications and a standalone tool that is powered by chen.
https://appthreat.com
Apache License 2.0
47 stars 2 forks source link

Integrate atom tools and other goodies #133

Closed prabhu closed 6 months ago

prabhu commented 6 months ago

Container image for testing.

docker pull ghcr.io/appthreat/atom:feature-atom-tools

Example for a java project:

cd app directory
docker run --rm -v /tmp:/tmp -v $HOME:$HOME -v $(pwd):/app:rw -it ghcr.io/appthreat/atom:feature-atom-tools atom usages --extract-endpoints -o /app/app.atom --slice-outfile /app/usages.slices.json -l java /app