Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 964 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 964 Bytes

srcPtr

A lightweight, fast, and flexible 'close to the code' pointer analysis tool.

Installation

srcPtr is available as a Linux binary and preconfigured virtual machine image. Otherwise, you can build it yourself.

Binary

Ubuntu 18.04 x64

Virtual Machine

VM Image ( username: user, password: srcptr )

Building

To build srcPtr yourself, first clone srcPtr by running git clone --recursive https://github.com/srcML/srcPtr.git

srcPtr uses cmake for building. To build srcptr create a build folder anywhere and go inside it. Then run the command

cmake path_to_srcptr_dir

replace path_to_srcptr_dir with the path to the srcPtr directory.

After this, cmake should have generated the proper make files. Now run make. The srcPtr executable will be built and will appear in the bin directory.