svf-lib 1.0.1571 → 1.0.1572

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.
@@ -481,7 +481,7 @@ public:
481
481
 
482
482
  // Get all operations of an extern function
483
483
  Operand getBasicOperation(cJSON* obj);
484
- ExtFunctionOps getExtFunctionOps(std::string funName);
484
+ ExtFunctionOps getExtFunctionOps(const SVFFunction* extFunction);
485
485
 
486
486
  // Get property of the operation, e.g. "EFT_A1R_A0R"
487
487
  extType get_type(const SVF::SVFFunction *callee);
@@ -1401,7 +1401,7 @@
1401
1401
  },
1402
1402
  "llvm.va_start": {
1403
1403
  "return": "void",
1404
- "arguments": "(ptr)",
1404
+ "arguments": "(i8*)",
1405
1405
  "type": "EFT_NOOP",
1406
1406
  "overwrite_app_function": 1
1407
1407
  },
@@ -3346,8 +3346,8 @@
3346
3346
  }
3347
3347
  },
3348
3348
  "__sysv_signal": {
3349
- "return": "__sighandler_t",
3350
- "arguments": "(int, __sighandler_t)",
3349
+ "return": "void (i32)*",
3350
+ "arguments": "(i32, void (i32)*)",
3351
3351
  "type": "EFT_ALLOC",
3352
3352
  "overwrite_app_function": 1,
3353
3353
  "AddrStmt": {
@@ -3356,8 +3356,8 @@
3356
3356
  }
3357
3357
  },
3358
3358
  "signal": {
3359
- "return": "sighandler_t",
3360
- "arguments": "(int, sighandler_t)",
3359
+ "return": "void (i32)*",
3360
+ "arguments": "(i32, void (i32)*)",
3361
3361
  "type": "EFT_ALLOC",
3362
3362
  "overwrite_app_function": 1,
3363
3363
  "AddrStmt": {
@@ -5009,7 +5009,7 @@
5009
5009
  },
5010
5010
  "llvm.memset.p0i8.i64": {
5011
5011
  "return": "void",
5012
- "arguments": "(i8*, i8, i64, i32, i1)",
5012
+ "arguments": "(i8*, i8, i64, i1)",
5013
5013
  "type": "EFT_L_A0__A0R_A1",
5014
5014
  "overwrite_app_function": 0,
5015
5015
  "memset_like": {
@@ -5061,7 +5061,7 @@
5061
5061
  },
5062
5062
  "llvm.memcpy.p0i8.p0i8.i64": {
5063
5063
  "return": "void",
5064
- "arguments": "(i8*, *i8, i64, i32, i1)",
5064
+ "arguments": "(i8*, i8*, i64, i1)",
5065
5065
  "type": "EFT_L_A0__A0R_A1R",
5066
5066
  "overwrite_app_function": 0,
5067
5067
  "memcpy_like": {
@@ -5585,7 +5585,7 @@
5585
5585
  },
5586
5586
  "_ZNSt8__detail15_List_node_base7_M_hookEPS0_":{
5587
5587
  "return": "void",
5588
- "arguments": "(std::__detail::_List_node_base*)",
5588
+ "arguments": "(struct.std::__detail::_List_node_base*, struct.std::__detail::_List_node_base*)",
5589
5589
  "type": "EFT_STD_LIST_HOOK",
5590
5590
  "overwrite_app_function": 0,
5591
5591
  "StoreStmt": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1571",
3
+ "version": "1.0.1572",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {