ATLAS is a tool for automatically inferring points-to specifications.
For a detailed introduction to ATLAS, see:
- Downloading and Building ATLAS
- Contact
The ATLAS source code is available on GitHub under the Apache Software License version 2.0 at https://github.com/obastani/atlas. To check out the ATLAS source code repository, run:
$ git clone https://github.com/obastani/atlas.git
To build ATLAS, run:
$ cd atlas
$ ant
To run ATLAS, run:
$ ant run
Finally, both the specifications inferred by ATLAS and the handwritten ground truth points-to specifications are available in the models/ folder.
For questions, feel free to contact [email protected].