- you need to have maven on your path
- run
./build.sh
- run
./gdart.sh -hfor help on options
-
you can find some examples in
examples -
DSE
./gdart.sh -d Example1 ../examples/ -
with data-flow taint:
./gdart.sh -d -t DATA Example2 ../examples/ -
with information flow:
./gdart.sh -d -t INFORMATION Example3 ../examples/