You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// cl::opt<bool, true> SFA("sf", cl::desc("enable mode for analyzing only one function"), cl::value_desc("single-func"), cl::location(pdg::SingleFuncAnalysis), cl::init(false));
8
8
// cl::opt<std::string> TargetFuncName("tf", cl::desc("Target function to analyze"), cl::value_desc("string"), cl::location(pdg::TargetFuncNameStr));
9
9
10
-
// specify interface function
11
-
cl::opt<std::string> InterfaceFuncsPath("ifuncs",
12
-
cl::desc("Specify the path of the instrumented binary"),
0 commit comments