Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 435 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 435 Bytes

OPAL

OPAL framework

Use PATO framework to generate program triples for a c program. Please use our forked version of PATO framework.

To create flow graph triples, run the following command in our forked version of PATO (folder: pato/projects/cfg):

swipl --nosignals --quiet -s run.pl -- file.ttl is.c.txt > file_cfg.ttl

To run propagate agent use Main.java in this project

To run Check agent use CheckAgent.java in this project