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.