svf-lib 1.0.1670 → 1.0.1671
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
/// For a more detailed explanation of how External APIs are handled in SVF, please refer to the SVF Wiki: https://github.com/SVF-tools/SVF/wiki/Handling-External-APIs-with-extapi.c
|
|
40
40
|
|
|
41
|
-
#define
|
|
41
|
+
#define DEFAULT_EXTAPI_BC_PATH "/svf-llvm/extapi.bc" // Default path to extapi.bc through the SVF build method(e.g. source ./build.sh)
|
|
42
42
|
|
|
43
43
|
namespace SVF
|
|
44
44
|
{
|
|
@@ -61,7 +61,7 @@ public:
|
|
|
61
61
|
static void destory();
|
|
62
62
|
|
|
63
63
|
// Set extapi.bc file path
|
|
64
|
-
static
|
|
64
|
+
static bool setExtBcPath(const std::string& path);
|
|
65
65
|
|
|
66
66
|
// Get extapi.bc file path
|
|
67
67
|
std::string getExtBcPath();
|