Skip to content

dileepkp/OPAL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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