SVF
SVF copied to clipboard
Is it possible to output instrumented bitcode?
Hi, First, I appreciate your hard work on SVF. This is a really good tool. I'm trying to use this tool to analyze the program using WPA and instrument input bitcode. However, I am not able to find a way to output instrumented bitcode. Could you give me a guide to do that?
Thanks.
You can use svfModule.dumpModulesToFile(".wpa")
@yuleisui Thank you for your quick response! I checked it works!