An open API service indexing awesome lists of open source software.

https://github.com/junaire/pointer-analysis


https://github.com/junaire/pointer-analysis

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Pointer Analysis
> This repo implements Anderson's classical context-insensitive, flow-insensitive, and intra-procedural pointer analysis.
>
> It is a lightweight, self-contained, and easy-to-understand implementation that only depends on the latest C++ STL.

## Build instruction
```bash
mkdir build && cd build && cmake .. && make
```