Skip to content

Automated Memory Error Repair Based on Hybrid Program Analysis

Notifications You must be signed in to change notification settings

QIANZECHANG/HAMER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HAMER

An automated memory error repair tool based on hybrid program analysis

Requirement

  • clang-12
  • python3
  • pycparser
  • Z3

Installation

pip install pycparser
pip install z3-solver

You can install SAVER and Infer from here

Usage

For running experimental data, you can just use the command below:

python3 src/main.py {pathtotest}/src.c

To run SAVER, you need to run Infer first:

infer -g run -- clang -c infer.c
infer saver --error-report report.json

About

Automated Memory Error Repair Based on Hybrid Program Analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages