Skip to content

jiten-thakkar/DataStructureAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DataStructureAnalysis

A standalone tool to extract access information about reference parameters per function. In simple words, this tool returns tells you which pointer parameters are being read/written by a function in C code. It uses DSA library from LLVM to extract the information.