svf-tools 1.0.533 → 1.0.536

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.
Files changed (198) hide show
  1. package/SVF-doxygen/html/html/AndersenStat_8cpp_source.html +1 -1
  2. package/SVF-doxygen/html/html/AndersenWaveDiff_8cpp_source.html +1 -3
  3. package/SVF-doxygen/html/html/Andersen_8cpp_source.html +2 -2
  4. package/SVF-doxygen/html/html/Andersen_8h_source.html +5 -6
  5. package/SVF-doxygen/html/html/CallGraphBuilder_8cpp_source.html +2 -2
  6. package/SVF-doxygen/html/html/DCHG_8cpp_source.html +10 -10
  7. package/SVF-doxygen/html/html/DCHG_8h_source.html +5 -5
  8. package/SVF-doxygen/html/html/DDAPass_8cpp_source.html +1 -1
  9. package/SVF-doxygen/html/html/DataFlowUtil_8h_source.html +2 -2
  10. package/SVF-doxygen/html/html/ExtAPI_8cpp_source.html +43 -36
  11. package/SVF-doxygen/html/html/ExtAPI_8h.html +2 -0
  12. package/SVF-doxygen/html/html/ExtAPI_8h_source.html +80 -69
  13. package/SVF-doxygen/html/html/FlowSensitive_8h_source.html +1 -1
  14. package/SVF-doxygen/html/html/ICFGBuilder_8cpp_source.html +1 -1
  15. package/SVF-doxygen/html/html/LLVMUtil_8cpp_source.html +1 -1
  16. package/SVF-doxygen/html/html/LockAnalysis_8cpp_source.html +1 -1
  17. package/SVF-doxygen/html/html/MHP_8cpp.html +1 -1
  18. package/SVF-doxygen/html/html/MHP_8cpp_source.html +4 -4
  19. package/SVF-doxygen/html/html/MHP_8h_source.html +1 -1
  20. package/SVF-doxygen/html/html/MTAAnnotator_8cpp_source.html +1 -1
  21. package/SVF-doxygen/html/html/MTAStat_8cpp_source.html +1 -1
  22. package/SVF-doxygen/html/html/MTA_8cpp_source.html +2 -2
  23. package/SVF-doxygen/html/html/MTA_8h_source.html +2 -2
  24. package/SVF-doxygen/html/html/PCG_8cpp_source.html +1 -1
  25. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h.html +80 -0
  26. package/SVF-doxygen/html/html/SVF-FE_2BasicTypes_8h_source.html +62 -22
  27. package/SVF-doxygen/html/html/SVFIRBuilder_8cpp_source.html +4 -10
  28. package/SVF-doxygen/html/html/SVFIRBuilder_8h.html +0 -1
  29. package/SVF-doxygen/html/html/SVFIRBuilder_8h_source.html +60 -62
  30. package/SVF-doxygen/html/html/SVFIR_8h_source.html +1 -1
  31. package/SVF-doxygen/html/html/SVFUtil_8cpp_source.html +3 -1
  32. package/SVF-doxygen/html/html/SVFUtil_8h_source.html +7 -7
  33. package/SVF-doxygen/html/html/SrcSnkDDA_8cpp_source.html +1 -1
  34. package/SVF-doxygen/html/html/SymbolTableBuilder_8cpp_source.html +1 -1
  35. package/SVF-doxygen/html/html/TCT_8cpp_source.html +1 -1
  36. package/SVF-doxygen/html/html/TCT_8h_source.html +1 -1
  37. package/SVF-doxygen/html/html/VersionedFlowSensitive_8cpp_source.html +3 -3
  38. package/SVF-doxygen/html/html/WPAFSSolver_8h_source.html +6 -6
  39. package/SVF-doxygen/html/html/WPAPass_8cpp_source.html +1 -1
  40. package/SVF-doxygen/html/html/WPASolver_8h_source.html +17 -18
  41. package/SVF-doxygen/html/html/annotated.html +2 -1
  42. package/SVF-doxygen/html/html/cfl_8cpp.html +1 -1
  43. package/SVF-doxygen/html/html/cfl_8cpp_source.html +1 -1
  44. package/SVF-doxygen/html/html/classSVF_1_1Andersen.html +12 -13
  45. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase-members.html +175 -176
  46. package/SVF-doxygen/html/html/classSVF_1_1AndersenBase.html +5 -7
  47. package/SVF-doxygen/html/html/classSVF_1_1AndersenSCD.html +11 -10
  48. package/SVF-doxygen/html/html/classSVF_1_1AndersenSFR.html +5 -4
  49. package/SVF-doxygen/html/html/classSVF_1_1AndersenStat.html +1 -1
  50. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff-members.html +9 -9
  51. package/SVF-doxygen/html/html/classSVF_1_1AndersenWaveDiff.html +160 -208
  52. package/SVF-doxygen/html/html/classSVF_1_1CallGraphBuilder.html +1 -1
  53. package/SVF-doxygen/html/html/classSVF_1_1DCHGraph.html +43 -43
  54. package/SVF-doxygen/html/html/classSVF_1_1DDAPass.html +1 -1
  55. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI-members.html +19 -17
  56. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI.html +230 -141
  57. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation-members.html +88 -0
  58. package/SVF-doxygen/html/html/classSVF_1_1ExtAPI_1_1Operation.html +344 -0
  59. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA-members.html +240 -241
  60. package/SVF-doxygen/html/html/classSVF_1_1FSMPTA.html +1 -3
  61. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive-members.html +230 -231
  62. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitive.html +5 -7
  63. package/SVF-doxygen/html/html/classSVF_1_1FlowSensitiveStat.html +1 -1
  64. package/SVF-doxygen/html/html/classSVF_1_1ForkJoinAnalysis.html +2 -2
  65. package/SVF-doxygen/html/html/classSVF_1_1ICFGBuilder.html +1 -1
  66. package/SVF-doxygen/html/html/classSVF_1_1LockAnalysis.html +1 -1
  67. package/SVF-doxygen/html/html/classSVF_1_1MHP.html +1 -1
  68. package/SVF-doxygen/html/html/classSVF_1_1MTA.html +3 -3
  69. package/SVF-doxygen/html/html/classSVF_1_1MTAAnnotator.html +1 -1
  70. package/SVF-doxygen/html/html/classSVF_1_1MTAStat.html +1 -1
  71. package/SVF-doxygen/html/html/classSVF_1_1PCG.html +1 -1
  72. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder-members.html +63 -64
  73. package/SVF-doxygen/html/html/classSVF_1_1SVFIRBuilder.html +306 -348
  74. package/SVF-doxygen/html/html/classSVF_1_1SrcSnkDDA.html +1 -1
  75. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard-members.html +187 -188
  76. package/SVF-doxygen/html/html/classSVF_1_1Steensgaard.html +5 -7
  77. package/SVF-doxygen/html/html/classSVF_1_1SymbolTableBuilder.html +1 -1
  78. package/SVF-doxygen/html/html/classSVF_1_1ThreadCallGraphBuilder.html +1 -1
  79. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis-members.html +179 -180
  80. package/SVF-doxygen/html/html/classSVF_1_1TypeAnalysis.html +1 -3
  81. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive-members.html +281 -282
  82. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitive.html +6 -8
  83. package/SVF-doxygen/html/html/classSVF_1_1VersionedFlowSensitiveStat.html +1 -1
  84. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver-members.html +31 -32
  85. package/SVF-doxygen/html/html/classSVF_1_1WPAFSSolver.html +1 -3
  86. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver-members.html +42 -43
  87. package/SVF-doxygen/html/html/classSVF_1_1WPAMinimumSolver.html +6 -8
  88. package/SVF-doxygen/html/html/classSVF_1_1WPAPass.html +1 -1
  89. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver-members.html +38 -39
  90. package/SVF-doxygen/html/html/classSVF_1_1WPASCCSolver.html +8 -10
  91. package/SVF-doxygen/html/html/classSVF_1_1WPASolver-members.html +29 -30
  92. package/SVF-doxygen/html/html/classSVF_1_1WPASolver.html +51 -86
  93. package/SVF-doxygen/html/html/classes.html +90 -90
  94. package/SVF-doxygen/html/html/functions_a.html +8 -5
  95. package/SVF-doxygen/html/html/functions_c.html +19 -20
  96. package/SVF-doxygen/html/html/functions_e.html +4 -7
  97. package/SVF-doxygen/html/html/functions_eval_e.html +2 -5
  98. package/SVF-doxygen/html/html/functions_func_c.html +12 -13
  99. package/SVF-doxygen/html/html/functions_func_g.html +23 -11
  100. package/SVF-doxygen/html/html/functions_func_m.html +0 -1
  101. package/SVF-doxygen/html/html/functions_func_o.html +7 -4
  102. package/SVF-doxygen/html/html/functions_func_p.html +1 -1
  103. package/SVF-doxygen/html/html/functions_func_s.html +11 -5
  104. package/SVF-doxygen/html/html/functions_g.html +21 -9
  105. package/SVF-doxygen/html/html/functions_i.html +3 -3
  106. package/SVF-doxygen/html/html/functions_l.html +3 -3
  107. package/SVF-doxygen/html/html/functions_m.html +0 -1
  108. package/SVF-doxygen/html/html/functions_n.html +4 -4
  109. package/SVF-doxygen/html/html/functions_o.html +21 -19
  110. package/SVF-doxygen/html/html/functions_p.html +7 -9
  111. package/SVF-doxygen/html/html/functions_r.html +4 -2
  112. package/SVF-doxygen/html/html/functions_s.html +22 -18
  113. package/SVF-doxygen/html/html/functions_v.html +3 -3
  114. package/SVF-doxygen/html/html/functions_vars_a.html +3 -0
  115. package/SVF-doxygen/html/html/functions_vars_o.html +3 -0
  116. package/SVF-doxygen/html/html/functions_w.html +11 -11
  117. package/SVF-doxygen/html/html/hierarchy.html +99 -98
  118. package/SVF-doxygen/html/html/namespaceSVF.html +741 -21
  119. package/SVF-doxygen/html/html/namespaceSVF_1_1LLVMUtil.html +3 -3
  120. package/SVF-doxygen/html/html/namespaceSVF_1_1SVFUtil.html +3 -1
  121. package/SVF-doxygen/html/html/namespacemembers.html +33 -0
  122. package/SVF-doxygen/html/html/namespacemembers_b.html +5 -2
  123. package/SVF-doxygen/html/html/namespacemembers_c.html +6 -0
  124. package/SVF-doxygen/html/html/namespacemembers_d.html +19 -1
  125. package/SVF-doxygen/html/html/namespacemembers_g.html +15 -3
  126. package/SVF-doxygen/html/html/namespacemembers_i.html +16 -4
  127. package/SVF-doxygen/html/html/namespacemembers_m.html +21 -0
  128. package/SVF-doxygen/html/html/namespacemembers_n.html +3 -0
  129. package/SVF-doxygen/html/html/namespacemembers_p.html +3 -0
  130. package/SVF-doxygen/html/html/namespacemembers_s.html +3 -0
  131. package/SVF-doxygen/html/html/namespacemembers_type.html +33 -0
  132. package/SVF-doxygen/html/html/namespacemembers_type_b.html +3 -0
  133. package/SVF-doxygen/html/html/namespacemembers_type_c.html +6 -0
  134. package/SVF-doxygen/html/html/namespacemembers_type_d.html +18 -0
  135. package/SVF-doxygen/html/html/namespacemembers_type_g.html +12 -0
  136. package/SVF-doxygen/html/html/namespacemembers_type_i.html +12 -0
  137. package/SVF-doxygen/html/html/namespacemembers_type_m.html +21 -0
  138. package/SVF-doxygen/html/html/namespacemembers_type_n.html +3 -0
  139. package/SVF-doxygen/html/html/namespacemembers_type_p.html +3 -0
  140. package/SVF-doxygen/html/html/namespacemembers_type_s.html +3 -0
  141. package/SVF-doxygen/html/html/namespacemembers_type_v.html +3 -0
  142. package/SVF-doxygen/html/html/namespacemembers_type_w.html +3 -0
  143. package/SVF-doxygen/html/html/namespacemembers_v.html +3 -0
  144. package/SVF-doxygen/html/html/namespacemembers_w.html +3 -0
  145. package/SVF-doxygen/html/html/search/all_1.js +12 -0
  146. package/SVF-doxygen/html/html/search/all_10.js +8 -7
  147. package/SVF-doxygen/html/html/search/all_11.js +2 -2
  148. package/SVF-doxygen/html/html/search/all_12.js +12 -9
  149. package/SVF-doxygen/html/html/search/all_13.js +3 -3
  150. package/SVF-doxygen/html/html/search/all_14.js +1 -1
  151. package/SVF-doxygen/html/html/search/all_15.js +4 -3
  152. package/SVF-doxygen/html/html/search/all_16.js +2 -1
  153. package/SVF-doxygen/html/html/search/all_2.js +1 -0
  154. package/SVF-doxygen/html/html/search/all_3.js +4 -2
  155. package/SVF-doxygen/html/html/search/all_4.js +6 -0
  156. package/SVF-doxygen/html/html/search/all_5.js +1 -2
  157. package/SVF-doxygen/html/html/search/all_7.js +9 -1
  158. package/SVF-doxygen/html/html/search/all_9.js +5 -1
  159. package/SVF-doxygen/html/html/search/all_c.js +2 -2
  160. package/SVF-doxygen/html/html/search/all_d.js +8 -1
  161. package/SVF-doxygen/html/html/search/all_e.js +2 -1
  162. package/SVF-doxygen/html/html/search/all_f.js +3 -2
  163. package/SVF-doxygen/html/html/search/classes_c.js +1 -0
  164. package/SVF-doxygen/html/html/search/enumvalues_4.js +1 -2
  165. package/SVF-doxygen/html/html/search/functions_11.js +2 -0
  166. package/SVF-doxygen/html/html/search/functions_2.js +1 -1
  167. package/SVF-doxygen/html/html/search/functions_6.js +5 -1
  168. package/SVF-doxygen/html/html/search/functions_c.js +1 -1
  169. package/SVF-doxygen/html/html/search/functions_e.js +1 -0
  170. package/SVF-doxygen/html/html/search/functions_f.js +1 -1
  171. package/SVF-doxygen/html/html/search/typedefs_0.js +11 -0
  172. package/SVF-doxygen/html/html/search/typedefs_1.js +1 -0
  173. package/SVF-doxygen/html/html/search/typedefs_10.js +1 -0
  174. package/SVF-doxygen/html/html/search/typedefs_13.js +1 -0
  175. package/SVF-doxygen/html/html/search/typedefs_14.js +1 -0
  176. package/SVF-doxygen/html/html/search/typedefs_2.js +2 -0
  177. package/SVF-doxygen/html/html/search/typedefs_3.js +6 -0
  178. package/SVF-doxygen/html/html/search/typedefs_6.js +4 -0
  179. package/SVF-doxygen/html/html/search/typedefs_7.js +4 -0
  180. package/SVF-doxygen/html/html/search/typedefs_b.js +7 -0
  181. package/SVF-doxygen/html/html/search/typedefs_c.js +1 -0
  182. package/SVF-doxygen/html/html/search/typedefs_e.js +1 -0
  183. package/SVF-doxygen/html/html/search/variables_1.js +1 -0
  184. package/SVF-doxygen/html/html/search/variables_13.js +1 -1
  185. package/SVF-doxygen/html/html/search/variables_14.js +1 -1
  186. package/SVF-doxygen/html/html/search/variables_f.js +1 -0
  187. package/SVF-doxygen/html/html/svf-ex_8cpp.html +1 -1
  188. package/SVF-doxygen/html/html/svf-ex_8cpp_source.html +1 -1
  189. package/include/SVF-FE/BasicTypes.h +43 -0
  190. package/include/SVF-FE/SVFIRBuilder.h +0 -2
  191. package/include/Util/ExtAPI.h +49 -5
  192. package/include/Util/ExtAPI.json +1312 -320
  193. package/include/WPA/Andersen.h +1 -4
  194. package/include/WPA/WPASolver.h +1 -3
  195. package/lib/SVF-FE/SVFIRBuilder.cpp +219 -238
  196. package/lib/Util/ExtAPI.cpp +109 -0
  197. package/lib/WPA/AndersenWaveDiff.cpp +0 -14
  198. package/package.json +1 -1
@@ -1562,1067 +1562,1706 @@
1562
1562
  "_fopen": {
1563
1563
  "type": "EFT_ALLOC",
1564
1564
  "overwrite_app_function": 1,
1565
- "addr": ["L", "L"]
1565
+ "addr": {
1566
+ "src": "L",
1567
+ "dst": "L"
1568
+ }
1566
1569
  },
1567
1570
  "fopen64": {
1568
1571
  "type": "EFT_ALLOC",
1569
1572
  "overwrite_app_function": 1,
1570
- "addr": ["L", "L"]
1573
+ "addr": {
1574
+ "src": "L",
1575
+ "dst": "L"
1576
+ }
1571
1577
  },
1572
1578
  "readdir64": {
1573
1579
  "type": "EFT_ALLOC",
1574
1580
  "overwrite_app_function": 1,
1575
- "addr": ["L", "L"]
1581
+ "addr": {
1582
+ "src": "L",
1583
+ "dst": "L"
1584
+ }
1576
1585
  },
1577
1586
  "tmpfile64": {
1578
1587
  "type": "EFT_ALLOC",
1579
1588
  "overwrite_app_function": 1,
1580
- "addr": ["L", "L"]
1589
+ "addr": {
1590
+ "src": "L",
1591
+ "dst": "L"
1592
+ }
1581
1593
  },
1582
1594
  "BIO_new_socket": {
1583
1595
  "type": "EFT_ALLOC",
1584
1596
  "overwrite_app_function": 1,
1585
- "addr": ["L", "L"]
1597
+ "addr": {
1598
+ "src": "L",
1599
+ "dst": "L"
1600
+ }
1586
1601
  },
1587
1602
  "FT_Get_Sfnt_Table": {
1588
1603
  "type": "EFT_ALLOC",
1589
1604
  "overwrite_app_function": 1,
1590
- "addr": ["L", "L"]
1605
+ "addr": {
1606
+ "src": "L",
1607
+ "dst": "L"
1608
+ }
1591
1609
  },
1592
1610
  "FcFontList": {
1593
1611
  "type": "EFT_ALLOC",
1594
1612
  "overwrite_app_function": 1,
1595
- "addr": ["L", "L"]
1613
+ "addr": {
1614
+ "src": "L",
1615
+ "dst": "L"
1616
+ }
1596
1617
  },
1597
1618
  "FcFontMatch": {
1598
1619
  "type": "EFT_ALLOC",
1599
1620
  "overwrite_app_function": 1,
1600
- "addr": ["L", "L"]
1621
+ "addr": {
1622
+ "src": "L",
1623
+ "dst": "L"
1624
+ }
1601
1625
  },
1602
1626
  "FcFontRenderPrepare": {
1603
1627
  "type": "EFT_ALLOC",
1604
1628
  "overwrite_app_function": 1,
1605
- "addr": ["L", "L"]
1629
+ "addr": {
1630
+ "src": "L",
1631
+ "dst": "L"
1632
+ }
1606
1633
  },
1607
1634
  "FcFontSetCreate": {
1608
1635
  "type": "EFT_ALLOC",
1609
1636
  "overwrite_app_function": 1,
1610
- "addr": ["L", "L"]
1637
+ "addr": {
1638
+ "src": "L",
1639
+ "dst": "L"
1640
+ }
1611
1641
  },
1612
1642
  "FcFontSort": {
1613
1643
  "type": "EFT_ALLOC",
1614
1644
  "overwrite_app_function": 1,
1615
- "addr": ["L", "L"]
1645
+ "addr": {
1646
+ "src": "L",
1647
+ "dst": "L"
1648
+ }
1616
1649
  },
1617
1650
  "FcInitLoadConfig": {
1618
1651
  "type": "EFT_ALLOC",
1619
1652
  "overwrite_app_function": 1,
1620
- "addr": ["L", "L"]
1653
+ "addr": {
1654
+ "src": "L",
1655
+ "dst": "L"
1656
+ }
1621
1657
  },
1622
1658
  "FcObjectSetBuild": {
1623
1659
  "type": "EFT_ALLOC",
1624
1660
  "overwrite_app_function": 1,
1625
- "addr": ["L", "L"]
1661
+ "addr": {
1662
+ "src": "L",
1663
+ "dst": "L"
1664
+ }
1626
1665
  },
1627
1666
  "FcObjectSetCreate": {
1628
1667
  "type": "EFT_ALLOC",
1629
1668
  "overwrite_app_function": 1,
1630
- "addr": ["L", "L"]
1669
+ "addr": {
1670
+ "src": "L",
1671
+ "dst": "L"
1672
+ }
1631
1673
  },
1632
1674
  "FcPatternBuild": {
1633
1675
  "type": "EFT_ALLOC",
1634
1676
  "overwrite_app_function": 1,
1635
- "addr": ["L", "L"]
1677
+ "addr": {
1678
+ "src": "L",
1679
+ "dst": "L"
1680
+ }
1636
1681
  },
1637
1682
  "FcPatternCreate": {
1638
1683
  "type": "EFT_ALLOC",
1639
1684
  "overwrite_app_function": 1,
1640
- "addr": ["L", "L"]
1685
+ "addr": {
1686
+ "src": "L",
1687
+ "dst": "L"
1688
+ }
1641
1689
  },
1642
1690
  "FcPatternDuplicate": {
1643
1691
  "type": "EFT_ALLOC",
1644
1692
  "overwrite_app_function": 1,
1645
- "addr": ["L", "L"]
1693
+ "addr": {
1694
+ "src": "L",
1695
+ "dst": "L"
1696
+ }
1646
1697
  },
1647
1698
  "SSL_CTX_new": {
1648
1699
  "type": "EFT_ALLOC",
1649
1700
  "overwrite_app_function": 1,
1650
- "addr": ["L", "L"]
1701
+ "addr": {
1702
+ "src": "L",
1703
+ "dst": "L"
1704
+ }
1651
1705
  },
1652
1706
  "SSL_get_peer_certificate": {
1653
1707
  "type": "EFT_ALLOC",
1654
1708
  "overwrite_app_function": 1,
1655
- "addr": ["L", "L"]
1709
+ "addr": {
1710
+ "src": "L",
1711
+ "dst": "L"
1712
+ }
1656
1713
  },
1657
1714
  "SSL_new": {
1658
1715
  "type": "EFT_ALLOC",
1659
1716
  "overwrite_app_function": 1,
1660
- "addr": ["L", "L"]
1717
+ "addr": {
1718
+ "src": "L",
1719
+ "dst": "L"
1720
+ }
1661
1721
  },
1662
1722
  "SSLv23_client_method": {
1663
1723
  "type": "EFT_ALLOC",
1664
1724
  "overwrite_app_function": 1,
1665
- "addr": ["L", "L"]
1725
+ "addr": {
1726
+ "src": "L",
1727
+ "dst": "L"
1728
+ }
1666
1729
  },
1667
1730
  "SyGetmem": {
1668
1731
  "type": "EFT_ALLOC",
1669
1732
  "overwrite_app_function": 1,
1670
- "addr": ["L", "L"]
1733
+ "addr": {
1734
+ "src": "L",
1735
+ "dst": "L"
1736
+ }
1671
1737
  },
1672
1738
  "TLSv1_client_method": {
1673
1739
  "type": "EFT_ALLOC",
1674
1740
  "overwrite_app_function": 1,
1675
- "addr": ["L", "L"]
1741
+ "addr": {
1742
+ "src": "L",
1743
+ "dst": "L"
1744
+ }
1676
1745
  },
1677
1746
  "XAddExtension": {
1678
1747
  "type": "EFT_ALLOC",
1679
1748
  "overwrite_app_function": 1,
1680
- "addr": ["L", "L"]
1749
+ "addr": {
1750
+ "src": "L",
1751
+ "dst": "L"
1752
+ }
1681
1753
  },
1682
1754
  "XAllocClassHint": {
1683
1755
  "type": "EFT_ALLOC",
1684
1756
  "overwrite_app_function": 1,
1685
- "addr": ["L", "L"]
1757
+ "addr": {
1758
+ "src": "L",
1759
+ "dst": "L"
1760
+ }
1686
1761
  },
1687
1762
  "XAllocSizeHints": {
1688
1763
  "type": "EFT_ALLOC",
1689
1764
  "overwrite_app_function": 1,
1690
- "addr": ["L", "L"]
1765
+ "addr": {
1766
+ "src": "L",
1767
+ "dst": "L"
1768
+ }
1691
1769
  },
1692
1770
  "XAllocStandardColormap": {
1693
1771
  "type": "EFT_ALLOC",
1694
1772
  "overwrite_app_function": 1,
1695
- "addr": ["L", "L"]
1773
+ "addr": {
1774
+ "src": "L",
1775
+ "dst": "L"
1776
+ }
1696
1777
  },
1697
1778
  "XCreateFontSet": {
1698
1779
  "type": "EFT_ALLOC",
1699
1780
  "overwrite_app_function": 1,
1700
- "addr": ["L", "L"]
1781
+ "addr": {
1782
+ "src": "L",
1783
+ "dst": "L"
1784
+ }
1701
1785
  },
1702
1786
  "XCreateImage": {
1703
1787
  "type": "EFT_ALLOC",
1704
1788
  "overwrite_app_function": 1,
1705
- "addr": ["L", "L"]
1789
+ "addr": {
1790
+ "src": "L",
1791
+ "dst": "L"
1792
+ }
1706
1793
  },
1707
1794
  "XCreateGC": {
1708
1795
  "type": "EFT_ALLOC",
1709
1796
  "overwrite_app_function": 1,
1710
- "addr": ["L", "L"]
1797
+ "addr": {
1798
+ "src": "L",
1799
+ "dst": "L"
1800
+ }
1711
1801
  },
1712
1802
  "XESetCloseDisplay": {
1713
1803
  "type": "EFT_ALLOC",
1714
1804
  "overwrite_app_function": 1,
1715
- "addr": ["L", "L"]
1805
+ "addr": {
1806
+ "src": "L",
1807
+ "dst": "L"
1808
+ }
1716
1809
  },
1717
1810
  "XGetImage": {
1718
1811
  "type": "EFT_ALLOC",
1719
1812
  "overwrite_app_function": 1,
1720
- "addr": ["L", "L"]
1813
+ "addr": {
1814
+ "src": "L",
1815
+ "dst": "L"
1816
+ }
1721
1817
  },
1722
1818
  "XGetModifierMapping": {
1723
1819
  "type": "EFT_ALLOC",
1724
1820
  "overwrite_app_function": 1,
1725
- "addr": ["L", "L"]
1821
+ "addr": {
1822
+ "src": "L",
1823
+ "dst": "L"
1824
+ }
1726
1825
  },
1727
1826
  "XGetMotionEvents": {
1728
1827
  "type": "EFT_ALLOC",
1729
1828
  "overwrite_app_function": 1,
1730
- "addr": ["L", "L"]
1829
+ "addr": {
1830
+ "src": "L",
1831
+ "dst": "L"
1832
+ }
1731
1833
  },
1732
1834
  "XGetVisualInfo": {
1733
1835
  "type": "EFT_ALLOC",
1734
1836
  "overwrite_app_function": 1,
1735
- "addr": ["L", "L"]
1837
+ "addr": {
1838
+ "src": "L",
1839
+ "dst": "L"
1840
+ }
1736
1841
  },
1737
1842
  "XLoadQueryFont": {
1738
1843
  "type": "EFT_ALLOC",
1739
1844
  "overwrite_app_function": 1,
1740
- "addr": ["L", "L"]
1845
+ "addr": {
1846
+ "src": "L",
1847
+ "dst": "L"
1848
+ }
1741
1849
  },
1742
1850
  "XListPixmapFormats": {
1743
1851
  "type": "EFT_ALLOC",
1744
1852
  "overwrite_app_function": 1,
1745
- "addr": ["L", "L"]
1853
+ "addr": {
1854
+ "src": "L",
1855
+ "dst": "L"
1856
+ }
1746
1857
  },
1747
1858
  "XRenderFindFormat": {
1748
1859
  "type": "EFT_ALLOC",
1749
1860
  "overwrite_app_function": 1,
1750
- "addr": ["L", "L"]
1861
+ "addr": {
1862
+ "src": "L",
1863
+ "dst": "L"
1864
+ }
1751
1865
  },
1752
1866
  "XRenderFindStandardFormat": {
1753
1867
  "type": "EFT_ALLOC",
1754
1868
  "overwrite_app_function": 1,
1755
- "addr": ["L", "L"]
1869
+ "addr": {
1870
+ "src": "L",
1871
+ "dst": "L"
1872
+ }
1756
1873
  },
1757
1874
  "XRenderFindVisualFormat": {
1758
1875
  "type": "EFT_ALLOC",
1759
1876
  "overwrite_app_function": 1,
1760
- "addr": ["L", "L"]
1877
+ "addr": {
1878
+ "src": "L",
1879
+ "dst": "L"
1880
+ }
1761
1881
  },
1762
1882
  "XOpenDisplay": {
1763
1883
  "type": "EFT_ALLOC",
1764
1884
  "overwrite_app_function": 1,
1765
- "addr": ["L", "L"]
1885
+ "addr": {
1886
+ "src": "L",
1887
+ "dst": "L"
1888
+ }
1766
1889
  },
1767
1890
  "XSetErrorHandler": {
1768
1891
  "type": "EFT_ALLOC",
1769
1892
  "overwrite_app_function": 1,
1770
- "addr": ["L", "L"]
1893
+ "addr": {
1894
+ "src": "L",
1895
+ "dst": "L"
1896
+ }
1771
1897
  },
1772
1898
  "XSetIOErrorHandler": {
1773
1899
  "type": "EFT_ALLOC",
1774
1900
  "overwrite_app_function": 1,
1775
- "addr": ["L", "L"]
1901
+ "addr": {
1902
+ "src": "L",
1903
+ "dst": "L"
1904
+ }
1776
1905
  },
1777
1906
  "XShapeGetRectangles": {
1778
1907
  "type": "EFT_ALLOC",
1779
1908
  "overwrite_app_function": 1,
1780
- "addr": ["L", "L"]
1909
+ "addr": {
1910
+ "src": "L",
1911
+ "dst": "L"
1912
+ }
1781
1913
  },
1782
1914
  "XShmCreateImage": {
1783
1915
  "type": "EFT_ALLOC",
1784
1916
  "overwrite_app_function": 1,
1785
- "addr": ["L", "L"]
1917
+ "addr": {
1918
+ "src": "L",
1919
+ "dst": "L"
1920
+ }
1786
1921
  },
1787
1922
  "XSynchronize": {
1788
1923
  "type": "EFT_ALLOC",
1789
1924
  "overwrite_app_function": 1,
1790
- "addr": ["L", "L"]
1925
+ "addr": {
1926
+ "src": "L",
1927
+ "dst": "L"
1928
+ }
1791
1929
  },
1792
1930
  "XcursorImageCreate": {
1793
1931
  "type": "EFT_ALLOC",
1794
1932
  "overwrite_app_function": 1,
1795
- "addr": ["L", "L"]
1933
+ "addr": {
1934
+ "src": "L",
1935
+ "dst": "L"
1936
+ }
1796
1937
  },
1797
1938
  "XcursorLibraryLoadImages": {
1798
1939
  "type": "EFT_ALLOC",
1799
1940
  "overwrite_app_function": 1,
1800
- "addr": ["L", "L"]
1941
+ "addr": {
1942
+ "src": "L",
1943
+ "dst": "L"
1944
+ }
1801
1945
  },
1802
1946
  "XcursorShapeLoadImages": {
1803
1947
  "type": "EFT_ALLOC",
1804
1948
  "overwrite_app_function": 1,
1805
- "addr": ["L", "L"]
1949
+ "addr": {
1950
+ "src": "L",
1951
+ "dst": "L"
1952
+ }
1806
1953
  },
1807
1954
  "XineramaQueryScreens": {
1808
1955
  "type": "EFT_ALLOC",
1809
1956
  "overwrite_app_function": 1,
1810
- "addr": ["L", "L"]
1957
+ "addr": {
1958
+ "src": "L",
1959
+ "dst": "L"
1960
+ }
1811
1961
  },
1812
1962
  "XkbGetMap": {
1813
1963
  "type": "EFT_ALLOC",
1814
1964
  "overwrite_app_function": 1,
1815
- "addr": ["L", "L"]
1965
+ "addr": {
1966
+ "src": "L",
1967
+ "dst": "L"
1968
+ }
1816
1969
  },
1817
1970
  "XtAppCreateShell": {
1818
1971
  "type": "EFT_ALLOC",
1819
1972
  "overwrite_app_function": 1,
1820
- "addr": ["L", "L"]
1973
+ "addr": {
1974
+ "src": "L",
1975
+ "dst": "L"
1976
+ }
1821
1977
  },
1822
1978
  "XtCreateApplicationContext": {
1823
1979
  "type": "EFT_ALLOC",
1824
1980
  "overwrite_app_function": 1,
1825
- "addr": ["L", "L"]
1981
+ "addr": {
1982
+ "src": "L",
1983
+ "dst": "L"
1984
+ }
1826
1985
  },
1827
1986
  "XtOpenDisplay": {
1828
1987
  "type": "EFT_ALLOC",
1829
1988
  "overwrite_app_function": 1,
1830
- "addr": ["L", "L"]
1989
+ "addr": {
1990
+ "src": "L",
1991
+ "dst": "L"
1992
+ }
1831
1993
  },
1832
1994
  "alloc": {
1833
1995
  "type": "EFT_ALLOC",
1834
1996
  "overwrite_app_function": 1,
1835
- "addr": ["L", "L"]
1997
+ "addr": {
1998
+ "src": "L",
1999
+ "dst": "L"
2000
+ }
1836
2001
  },
1837
2002
  "alloc_check": {
1838
2003
  "type": "EFT_ALLOC",
1839
2004
  "overwrite_app_function": 1,
1840
- "addr": ["L", "L"]
2005
+ "addr": {
2006
+ "src": "L",
2007
+ "dst": "L"
2008
+ }
1841
2009
  },
1842
2010
  "alloc_clear": {
1843
2011
  "type": "EFT_ALLOC",
1844
2012
  "overwrite_app_function": 1,
1845
- "addr": ["L", "L"]
2013
+ "addr": {
2014
+ "src": "L",
2015
+ "dst": "L"
2016
+ }
1846
2017
  },
1847
2018
  "art_svp_from_vpath": {
1848
2019
  "type": "EFT_ALLOC",
1849
2020
  "overwrite_app_function": 1,
1850
- "addr": ["L", "L"]
2021
+ "addr": {
2022
+ "src": "L",
2023
+ "dst": "L"
2024
+ }
1851
2025
  },
1852
2026
  "art_svp_vpath_stroke": {
1853
2027
  "type": "EFT_ALLOC",
1854
2028
  "overwrite_app_function": 1,
1855
- "addr": ["L", "L"]
2029
+ "addr": {
2030
+ "src": "L",
2031
+ "dst": "L"
2032
+ }
1856
2033
  },
1857
2034
  "art_svp_writer_rewind_new": {
1858
2035
  "type": "EFT_ALLOC",
1859
2036
  "overwrite_app_function": 1,
1860
- "addr": ["L", "L"]
2037
+ "addr": {
2038
+ "src": "L",
2039
+ "dst": "L"
2040
+ }
1861
2041
  },
1862
2042
  "art_svp_writer_rewind_reap": {
1863
2043
  "type": "EFT_ALLOC",
1864
2044
  "overwrite_app_function": 1,
1865
- "addr": ["L", "L"]
2045
+ "addr": {
2046
+ "src": "L",
2047
+ "dst": "L"
2048
+ }
1866
2049
  },
1867
2050
  "art_vpath_dash": {
1868
2051
  "type": "EFT_ALLOC",
1869
2052
  "overwrite_app_function": 1,
1870
- "addr": ["L", "L"]
2053
+ "addr": {
2054
+ "src": "L",
2055
+ "dst": "L"
2056
+ }
1871
2057
  },
1872
2058
  "cairo_create": {
1873
2059
  "type": "EFT_ALLOC",
1874
2060
  "overwrite_app_function": 1,
1875
- "addr": ["L", "L"]
2061
+ "addr": {
2062
+ "src": "L",
2063
+ "dst": "L"
2064
+ }
1876
2065
  },
1877
2066
  "cairo_image_surface_create_for_data": {
1878
2067
  "type": "EFT_ALLOC",
1879
2068
  "overwrite_app_function": 1,
1880
- "addr": ["L", "L"]
2069
+ "addr": {
2070
+ "src": "L",
2071
+ "dst": "L"
2072
+ }
1881
2073
  },
1882
2074
  "cairo_pattern_create_for_surface": {
1883
2075
  "type": "EFT_ALLOC",
1884
2076
  "overwrite_app_function": 1,
1885
- "addr": ["L", "L"]
2077
+ "addr": {
2078
+ "src": "L",
2079
+ "dst": "L"
2080
+ }
1886
2081
  },
1887
2082
  "cairo_surface_create_similar": {
1888
2083
  "type": "EFT_ALLOC",
1889
2084
  "overwrite_app_function": 1,
1890
- "addr": ["L", "L"]
2085
+ "addr": {
2086
+ "src": "L",
2087
+ "dst": "L"
2088
+ }
1891
2089
  },
1892
2090
  "calloc": {
1893
2091
  "type": "EFT_ALLOC",
1894
2092
  "overwrite_app_function": 1,
1895
- "addr": ["L", "L"]
2093
+ "addr": {
2094
+ "src": "L",
2095
+ "dst": "L"
2096
+ }
1896
2097
  },
1897
2098
  "zmalloc": {
1898
2099
  "type": "EFT_ALLOC",
1899
2100
  "overwrite_app_function": 1,
1900
- "addr": ["L", "L"]
2101
+ "addr": {
2102
+ "src": "L",
2103
+ "dst": "L"
2104
+ }
1901
2105
  },
1902
2106
  "fopen": {
1903
2107
  "type": "EFT_ALLOC",
1904
2108
  "overwrite_app_function": 1,
1905
- "addr": ["L", "L"]
2109
+ "addr": {
2110
+ "src": "L",
2111
+ "dst": "L"
2112
+ }
1906
2113
  },
1907
2114
  "fopencookie": {
1908
2115
  "type": "EFT_ALLOC",
1909
2116
  "overwrite_app_function": 1,
1910
- "addr": ["L", "L"]
2117
+ "addr": {
2118
+ "src": "L",
2119
+ "dst": "L"
2120
+ }
1911
2121
  },
1912
2122
  "g_scanner_new": {
1913
2123
  "type": "EFT_ALLOC",
1914
2124
  "overwrite_app_function": 1,
1915
- "addr": ["L", "L"]
2125
+ "addr": {
2126
+ "src": "L",
2127
+ "dst": "L"
2128
+ }
1916
2129
  },
1917
2130
  "gcry_sexp_nth_mpi": {
1918
2131
  "type": "EFT_ALLOC",
1919
2132
  "overwrite_app_function": 1,
1920
- "addr": ["L", "L"]
2133
+ "addr": {
2134
+ "src": "L",
2135
+ "dst": "L"
2136
+ }
1921
2137
  },
1922
2138
  "gzdopen": {
1923
2139
  "type": "EFT_ALLOC",
1924
2140
  "overwrite_app_function": 1,
1925
- "addr": ["L", "L"]
2141
+ "addr": {
2142
+ "src": "L",
2143
+ "dst": "L"
2144
+ }
1926
2145
  },
1927
2146
  "iconv_open": {
1928
2147
  "type": "EFT_ALLOC",
1929
2148
  "overwrite_app_function": 1,
1930
- "addr": ["L", "L"]
2149
+ "addr": {
2150
+ "src": "L",
2151
+ "dst": "L"
2152
+ }
1931
2153
  },
1932
2154
  "jpeg_alloc_huff_table": {
1933
2155
  "type": "EFT_ALLOC",
1934
2156
  "overwrite_app_function": 1,
1935
- "addr": ["L", "L"]
2157
+ "addr": {
2158
+ "src": "L",
2159
+ "dst": "L"
2160
+ }
1936
2161
  },
1937
2162
  "jpeg_alloc_quant_table": {
1938
2163
  "type": "EFT_ALLOC",
1939
2164
  "overwrite_app_function": 1,
1940
- "addr": ["L", "L"]
2165
+ "addr": {
2166
+ "src": "L",
2167
+ "dst": "L"
2168
+ }
1941
2169
  },
1942
2170
  "lalloc": {
1943
2171
  "type": "EFT_ALLOC",
1944
2172
  "overwrite_app_function": 1,
1945
- "addr": ["L", "L"]
2173
+ "addr": {
2174
+ "src": "L",
2175
+ "dst": "L"
2176
+ }
1946
2177
  },
1947
2178
  "lalloc_clear": {
1948
2179
  "type": "EFT_ALLOC",
1949
2180
  "overwrite_app_function": 1,
1950
- "addr": ["L", "L"]
2181
+ "addr": {
2182
+ "src": "L",
2183
+ "dst": "L"
2184
+ }
1951
2185
  },
1952
2186
  "malloc": {
1953
2187
  "type": "EFT_ALLOC",
1954
2188
  "overwrite_app_function": 1,
1955
- "addr": ["L", "L"]
2189
+ "addr": {
2190
+ "src": "L",
2191
+ "dst": "L"
2192
+ }
1956
2193
  },
1957
2194
  "nhalloc": {
1958
2195
  "type": "EFT_ALLOC",
1959
2196
  "overwrite_app_function": 1,
1960
- "addr": ["L", "L"]
2197
+ "addr": {
2198
+ "src": "L",
2199
+ "dst": "L"
2200
+ }
1961
2201
  },
1962
2202
  "oballoc": {
1963
2203
  "type": "EFT_ALLOC",
1964
2204
  "overwrite_app_function": 1,
1965
- "addr": ["L", "L"]
2205
+ "addr": {
2206
+ "src": "L",
2207
+ "dst": "L"
2208
+ }
1966
2209
  },
1967
2210
  "pango_cairo_font_map_create_context": {
1968
2211
  "type": "EFT_ALLOC",
1969
2212
  "overwrite_app_function": 1,
1970
- "addr": ["L", "L"]
2213
+ "addr": {
2214
+ "src": "L",
2215
+ "dst": "L"
2216
+ }
1971
2217
  },
1972
2218
  "pcre_compile": {
1973
2219
  "type": "EFT_ALLOC",
1974
2220
  "overwrite_app_function": 1,
1975
- "addr": ["L", "L"]
2221
+ "addr": {
2222
+ "src": "L",
2223
+ "dst": "L"
2224
+ }
1976
2225
  },
1977
2226
  "pcre_study": {
1978
2227
  "type": "EFT_ALLOC",
1979
2228
  "overwrite_app_function": 1,
1980
- "addr": ["L", "L"]
2229
+ "addr": {
2230
+ "src": "L",
2231
+ "dst": "L"
2232
+ }
1981
2233
  },
1982
2234
  "permalloc": {
1983
2235
  "type": "EFT_ALLOC",
1984
2236
  "overwrite_app_function": 1,
1985
- "addr": ["L", "L"]
2237
+ "addr": {
2238
+ "src": "L",
2239
+ "dst": "L"
2240
+ }
1986
2241
  },
1987
2242
  "png_create_info_struct": {
1988
2243
  "type": "EFT_ALLOC",
1989
2244
  "overwrite_app_function": 1,
1990
- "addr": ["L", "L"]
2245
+ "addr": {
2246
+ "src": "L",
2247
+ "dst": "L"
2248
+ }
1991
2249
  },
1992
2250
  "png_create_write_struct": {
1993
2251
  "type": "EFT_ALLOC",
1994
2252
  "overwrite_app_function": 1,
1995
- "addr": ["L", "L"]
2253
+ "addr": {
2254
+ "src": "L",
2255
+ "dst": "L"
2256
+ }
1996
2257
  },
1997
2258
  "popen": {
1998
2259
  "type": "EFT_ALLOC",
1999
2260
  "overwrite_app_function": 1,
2000
- "addr": ["L", "L"]
2261
+ "addr": {
2262
+ "src": "L",
2263
+ "dst": "L"
2264
+ }
2001
2265
  },
2002
2266
  "pthread_getspecific": {
2003
2267
  "type": "EFT_ALLOC",
2004
2268
  "overwrite_app_function": 1,
2005
- "addr": ["L", "L"]
2269
+ "addr": {
2270
+ "src": "L",
2271
+ "dst": "L"
2272
+ }
2006
2273
  },
2007
2274
  "readdir": {
2008
2275
  "type": "EFT_ALLOC",
2009
2276
  "overwrite_app_function": 1,
2010
- "addr": ["L", "L"]
2277
+ "addr": {
2278
+ "src": "L",
2279
+ "dst": "L"
2280
+ }
2011
2281
  },
2012
2282
  "safe_calloc": {
2013
2283
  "type": "EFT_ALLOC",
2014
2284
  "overwrite_app_function": 1,
2015
- "addr": ["L", "L"]
2285
+ "addr": {
2286
+ "src": "L",
2287
+ "dst": "L"
2288
+ }
2016
2289
  },
2017
2290
  "safe_malloc": {
2018
2291
  "type": "EFT_ALLOC",
2019
2292
  "overwrite_app_function": 1,
2020
- "addr": ["L", "L"]
2293
+ "addr": {
2294
+ "src": "L",
2295
+ "dst": "L"
2296
+ }
2021
2297
  },
2022
2298
  "safecalloc": {
2023
2299
  "type": "EFT_ALLOC",
2024
2300
  "overwrite_app_function": 1,
2025
- "addr": ["L", "L"]
2301
+ "addr": {
2302
+ "src": "L",
2303
+ "dst": "L"
2304
+ }
2026
2305
  },
2027
2306
  "safemalloc": {
2028
2307
  "type": "EFT_ALLOC",
2029
2308
  "overwrite_app_function": 1,
2030
- "addr": ["L", "L"]
2309
+ "addr": {
2310
+ "src": "L",
2311
+ "dst": "L"
2312
+ }
2031
2313
  },
2032
2314
  "safexcalloc": {
2033
2315
  "type": "EFT_ALLOC",
2034
2316
  "overwrite_app_function": 1,
2035
- "addr": ["L", "L"]
2317
+ "addr": {
2318
+ "src": "L",
2319
+ "dst": "L"
2320
+ }
2036
2321
  },
2037
2322
  "safexmalloc": {
2038
2323
  "type": "EFT_ALLOC",
2039
2324
  "overwrite_app_function": 1,
2040
- "addr": ["L", "L"]
2325
+ "addr": {
2326
+ "src": "L",
2327
+ "dst": "L"
2328
+ }
2041
2329
  },
2042
2330
  "savealloc": {
2043
2331
  "type": "EFT_ALLOC",
2044
2332
  "overwrite_app_function": 1,
2045
- "addr": ["L", "L"]
2333
+ "addr": {
2334
+ "src": "L",
2335
+ "dst": "L"
2336
+ }
2046
2337
  },
2047
2338
  "setmntent": {
2048
2339
  "type": "EFT_ALLOC",
2049
2340
  "overwrite_app_function": 1,
2050
- "addr": ["L", "L"]
2341
+ "addr": {
2342
+ "src": "L",
2343
+ "dst": "L"
2344
+ }
2051
2345
  },
2052
2346
  "shmat": {
2053
2347
  "type": "EFT_ALLOC",
2054
2348
  "overwrite_app_function": 1,
2055
- "addr": ["L", "L"]
2349
+ "addr": {
2350
+ "src": "L",
2351
+ "dst": "L"
2352
+ }
2056
2353
  },
2057
2354
  "__sysv_signal": {
2058
2355
  "type": "EFT_ALLOC",
2059
2356
  "overwrite_app_function": 1,
2060
- "addr": ["L", "L"]
2357
+ "addr": {
2358
+ "src": "L",
2359
+ "dst": "L"
2360
+ }
2061
2361
  },
2062
2362
  "signal": {
2063
2363
  "type": "EFT_ALLOC",
2064
2364
  "overwrite_app_function": 1,
2065
- "addr": ["L", "L"]
2365
+ "addr": {
2366
+ "src": "L",
2367
+ "dst": "L"
2368
+ }
2066
2369
  },
2067
2370
  "sigset": {
2068
2371
  "type": "EFT_ALLOC",
2069
2372
  "overwrite_app_function": 1,
2070
- "addr": ["L", "L"]
2373
+ "addr": {
2374
+ "src": "L",
2375
+ "dst": "L"
2376
+ }
2071
2377
  },
2072
2378
  "tempnam": {
2073
2379
  "type": "EFT_ALLOC",
2074
2380
  "overwrite_app_function": 1,
2075
- "addr": ["L", "L"]
2381
+ "addr": {
2382
+ "src": "L",
2383
+ "dst": "L"
2384
+ }
2076
2385
  },
2077
2386
  "tmpfile": {
2078
2387
  "type": "EFT_ALLOC",
2079
2388
  "overwrite_app_function": 1,
2080
- "addr": ["L", "L"]
2389
+ "addr": {
2390
+ "src": "L",
2391
+ "dst": "L"
2392
+ }
2081
2393
  },
2082
2394
  "xalloc": {
2083
2395
  "type": "EFT_ALLOC",
2084
2396
  "overwrite_app_function": 1,
2085
- "addr": ["L", "L"]
2397
+ "addr": {
2398
+ "src": "L",
2399
+ "dst": "L"
2400
+ }
2086
2401
  },
2087
2402
  "xcalloc": {
2088
2403
  "type": "EFT_ALLOC",
2089
2404
  "overwrite_app_function": 1,
2090
- "addr": ["L", "L"]
2405
+ "addr": {
2406
+ "src": "L",
2407
+ "dst": "L"
2408
+ }
2091
2409
  },
2092
2410
  "xmalloc": {
2093
2411
  "type": "EFT_ALLOC",
2094
2412
  "overwrite_app_function": 1,
2095
- "addr": ["L", "L"]
2413
+ "addr": {
2414
+ "src": "L",
2415
+ "dst": "L"
2416
+ }
2096
2417
  },
2097
2418
  "_Znwm": {
2098
2419
  "type": "EFT_ALLOC",
2099
2420
  "overwrite_app_function": 1,
2100
- "addr": ["L", "L"]
2421
+ "addr": {
2422
+ "src": "L",
2423
+ "dst": "L"
2424
+ }
2101
2425
  },
2102
2426
  "_Znam": {
2103
2427
  "type": "EFT_ALLOC",
2104
2428
  "overwrite_app_function": 1,
2105
- "addr": ["L", "L"]
2429
+ "addr": {
2430
+ "src": "L",
2431
+ "dst": "L"
2432
+ }
2106
2433
  },
2107
2434
  "_Znaj": {
2108
2435
  "type": "EFT_ALLOC",
2109
2436
  "overwrite_app_function": 1,
2110
- "addr": ["L", "L"]
2437
+ "addr": {
2438
+ "src": "L",
2439
+ "dst": "L"
2440
+ }
2111
2441
  },
2112
2442
  "_Znwj": {
2113
2443
  "type": "EFT_ALLOC",
2114
2444
  "overwrite_app_function": 1,
2115
- "addr": ["L", "L"]
2445
+ "addr": {
2446
+ "src": "L",
2447
+ "dst": "L"
2448
+ }
2116
2449
  },
2117
2450
  "__cxa_allocate_exception": {
2118
2451
  "type": "EFT_ALLOC",
2119
2452
  "overwrite_app_function": 1,
2120
- "addr": ["L", "L"]
2453
+ "addr": {
2454
+ "src": "L",
2455
+ "dst": "L"
2456
+ }
2121
2457
  },
2122
2458
  "aligned_alloc": {
2123
2459
  "type": "EFT_ALLOC",
2124
2460
  "overwrite_app_function": 1,
2125
- "addr": ["L", "L"]
2461
+ "addr": {
2462
+ "src": "L",
2463
+ "dst": "L"
2464
+ }
2126
2465
  },
2127
2466
  "memalign": {
2128
2467
  "type": "EFT_ALLOC",
2129
2468
  "overwrite_app_function": 1,
2130
- "addr": ["L", "L"]
2469
+ "addr": {
2470
+ "src": "L",
2471
+ "dst": "L"
2472
+ }
2131
2473
  },
2132
2474
  "valloc": {
2133
2475
  "type": "EFT_ALLOC",
2134
2476
  "overwrite_app_function": 1,
2135
- "addr": ["L", "L"]
2477
+ "addr": {
2478
+ "src": "L",
2479
+ "dst": "L"
2480
+ }
2136
2481
  },
2137
2482
  "SRE_LockCreate": {
2138
2483
  "type": "EFT_ALLOC",
2139
2484
  "overwrite_app_function": 1,
2140
- "addr": ["L", "L"]
2485
+ "addr": {
2486
+ "src": "L",
2487
+ "dst": "L"
2488
+ }
2141
2489
  },
2142
2490
  "VOS_MemAlloc": {
2143
2491
  "type": "EFT_ALLOC",
2144
2492
  "overwrite_app_function": 1,
2145
- "addr": ["L", "L"]
2493
+ "addr": {
2494
+ "src": "L",
2495
+ "dst": "L"
2496
+ }
2146
2497
  },
2147
2498
  "mmap64": {
2148
2499
  "type": "EFT_NOSTRUCT_ALLOC",
2149
2500
  "overwrite_app_function": 1,
2150
- "addr": ["L", "L"]
2501
+ "addr": {
2502
+ "src": "L",
2503
+ "dst": "L"
2504
+ }
2151
2505
  },
2152
2506
  "X509_NAME_oneline": {
2153
2507
  "type": "EFT_NOSTRUCT_ALLOC",
2154
2508
  "overwrite_app_function": 1,
2155
- "addr": ["L", "L"]
2509
+ "addr": {
2510
+ "src": "L",
2511
+ "dst": "L"
2512
+ }
2156
2513
  },
2157
2514
  "X509_verify_cert_error_string": {
2158
2515
  "type": "EFT_NOSTRUCT_ALLOC",
2159
2516
  "overwrite_app_function": 1,
2160
- "addr": ["L", "L"]
2517
+ "addr": {
2518
+ "src": "L",
2519
+ "dst": "L"
2520
+ }
2161
2521
  },
2162
2522
  "XBaseFontNameListOfFontSet": {
2163
2523
  "type": "EFT_NOSTRUCT_ALLOC",
2164
2524
  "overwrite_app_function": 1,
2165
- "addr": ["L", "L"]
2525
+ "addr": {
2526
+ "src": "L",
2527
+ "dst": "L"
2528
+ }
2166
2529
  },
2167
2530
  "XGetAtomName": {
2168
2531
  "type": "EFT_NOSTRUCT_ALLOC",
2169
2532
  "overwrite_app_function": 1,
2170
- "addr": ["L", "L"]
2533
+ "addr": {
2534
+ "src": "L",
2535
+ "dst": "L"
2536
+ }
2171
2537
  },
2172
2538
  "XGetDefault": {
2173
2539
  "type": "EFT_NOSTRUCT_ALLOC",
2174
2540
  "overwrite_app_function": 1,
2175
- "addr": ["L", "L"]
2541
+ "addr": {
2542
+ "src": "L",
2543
+ "dst": "L"
2544
+ }
2176
2545
  },
2177
2546
  "XGetKeyboardMapping": {
2178
2547
  "type": "EFT_NOSTRUCT_ALLOC",
2179
2548
  "overwrite_app_function": 1,
2180
- "addr": ["L", "L"]
2549
+ "addr": {
2550
+ "src": "L",
2551
+ "dst": "L"
2552
+ }
2181
2553
  },
2182
2554
  "XListDepths": {
2183
2555
  "type": "EFT_NOSTRUCT_ALLOC",
2184
2556
  "overwrite_app_function": 1,
2185
- "addr": ["L", "L"]
2557
+ "addr": {
2558
+ "src": "L",
2559
+ "dst": "L"
2560
+ }
2186
2561
  },
2187
2562
  "XListFonts": {
2188
2563
  "type": "EFT_NOSTRUCT_ALLOC",
2189
2564
  "overwrite_app_function": 1,
2190
- "addr": ["L", "L"]
2565
+ "addr": {
2566
+ "src": "L",
2567
+ "dst": "L"
2568
+ }
2191
2569
  },
2192
2570
  "XSetLocaleModifiers": {
2193
2571
  "type": "EFT_NOSTRUCT_ALLOC",
2194
2572
  "overwrite_app_function": 1,
2195
- "addr": ["L", "L"]
2573
+ "addr": {
2574
+ "src": "L",
2575
+ "dst": "L"
2576
+ }
2196
2577
  },
2197
2578
  "XcursorGetTheme": {
2198
2579
  "type": "EFT_NOSTRUCT_ALLOC",
2199
2580
  "overwrite_app_function": 1,
2200
- "addr": ["L", "L"]
2581
+ "addr": {
2582
+ "src": "L",
2583
+ "dst": "L"
2584
+ }
2201
2585
  },
2202
2586
  "__strdup": {
2203
2587
  "type": "EFT_NOSTRUCT_ALLOC",
2204
2588
  "overwrite_app_function": 1,
2205
- "addr": ["L", "L"]
2589
+ "addr": {
2590
+ "src": "L",
2591
+ "dst": "L"
2592
+ }
2206
2593
  },
2207
2594
  "crypt": {
2208
2595
  "type": "EFT_NOSTRUCT_ALLOC",
2209
2596
  "overwrite_app_function": 1,
2210
- "addr": ["L", "L"]
2597
+ "addr": {
2598
+ "src": "L",
2599
+ "dst": "L"
2600
+ }
2211
2601
  },
2212
2602
  "ctime": {
2213
2603
  "type": "EFT_NOSTRUCT_ALLOC",
2214
2604
  "overwrite_app_function": 1,
2215
- "addr": ["L", "L"]
2605
+ "addr": {
2606
+ "src": "L",
2607
+ "dst": "L"
2608
+ }
2216
2609
  },
2217
2610
  "dlerror": {
2218
2611
  "type": "EFT_NOSTRUCT_ALLOC",
2219
2612
  "overwrite_app_function": 1,
2220
- "addr": ["L", "L"]
2613
+ "addr": {
2614
+ "src": "L",
2615
+ "dst": "L"
2616
+ }
2221
2617
  },
2222
2618
  "dlopen": {
2223
2619
  "type": "EFT_NOSTRUCT_ALLOC",
2224
2620
  "overwrite_app_function": 1,
2225
- "addr": ["L", "L"]
2621
+ "addr": {
2622
+ "src": "L",
2623
+ "dst": "L"
2624
+ }
2226
2625
  },
2227
2626
  "gai_strerror": {
2228
2627
  "type": "EFT_NOSTRUCT_ALLOC",
2229
2628
  "overwrite_app_function": 1,
2230
- "addr": ["L", "L"]
2629
+ "addr": {
2630
+ "src": "L",
2631
+ "dst": "L"
2632
+ }
2231
2633
  },
2232
2634
  "gcry_cipher_algo_name": {
2233
2635
  "type": "EFT_NOSTRUCT_ALLOC",
2234
2636
  "overwrite_app_function": 1,
2235
- "addr": ["L", "L"]
2637
+ "addr": {
2638
+ "src": "L",
2639
+ "dst": "L"
2640
+ }
2236
2641
  },
2237
2642
  "gcry_md_algo_name": {
2238
2643
  "type": "EFT_NOSTRUCT_ALLOC",
2239
2644
  "overwrite_app_function": 1,
2240
- "addr": ["L", "L"]
2645
+ "addr": {
2646
+ "src": "L",
2647
+ "dst": "L"
2648
+ }
2241
2649
  },
2242
2650
  "gcry_md_read": {
2243
2651
  "type": "EFT_NOSTRUCT_ALLOC",
2244
2652
  "overwrite_app_function": 1,
2245
- "addr": ["L", "L"]
2653
+ "addr": {
2654
+ "src": "L",
2655
+ "dst": "L"
2656
+ }
2246
2657
  },
2247
2658
  "getenv": {
2248
2659
  "type": "EFT_NOSTRUCT_ALLOC",
2249
2660
  "overwrite_app_function": 1,
2250
- "addr": ["L", "L"]
2661
+ "addr": {
2662
+ "src": "L",
2663
+ "dst": "L"
2664
+ }
2251
2665
  },
2252
2666
  "getlogin": {
2253
2667
  "type": "EFT_NOSTRUCT_ALLOC",
2254
2668
  "overwrite_app_function": 1,
2255
- "addr": ["L", "L"]
2669
+ "addr": {
2670
+ "src": "L",
2671
+ "dst": "L"
2672
+ }
2256
2673
  },
2257
2674
  "getpass": {
2258
2675
  "type": "EFT_NOSTRUCT_ALLOC",
2259
2676
  "overwrite_app_function": 1,
2260
- "addr": ["L", "L"]
2677
+ "addr": {
2678
+ "src": "L",
2679
+ "dst": "L"
2680
+ }
2261
2681
  },
2262
2682
  "gnutls_strerror": {
2263
2683
  "type": "EFT_NOSTRUCT_ALLOC",
2264
2684
  "overwrite_app_function": 1,
2265
- "addr": ["L", "L"]
2685
+ "addr": {
2686
+ "src": "L",
2687
+ "dst": "L"
2688
+ }
2266
2689
  },
2267
2690
  "gpg_strerror": {
2268
2691
  "type": "EFT_NOSTRUCT_ALLOC",
2269
2692
  "overwrite_app_function": 1,
2270
- "addr": ["L", "L"]
2693
+ "addr": {
2694
+ "src": "L",
2695
+ "dst": "L"
2696
+ }
2271
2697
  },
2272
2698
  "gzerror": {
2273
2699
  "type": "EFT_NOSTRUCT_ALLOC",
2274
2700
  "overwrite_app_function": 1,
2275
- "addr": ["L", "L"]
2701
+ "addr": {
2702
+ "src": "L",
2703
+ "dst": "L"
2704
+ }
2276
2705
  },
2277
2706
  "inet_ntoa": {
2278
2707
  "type": "EFT_NOSTRUCT_ALLOC",
2279
2708
  "overwrite_app_function": 1,
2280
- "addr": ["L", "L"]
2709
+ "addr": {
2710
+ "src": "L",
2711
+ "dst": "L"
2712
+ }
2281
2713
  },
2282
2714
  "initscr": {
2283
2715
  "type": "EFT_NOSTRUCT_ALLOC",
2284
2716
  "overwrite_app_function": 1,
2285
- "addr": ["L", "L"]
2717
+ "addr": {
2718
+ "src": "L",
2719
+ "dst": "L"
2720
+ }
2286
2721
  },
2287
2722
  "llvm.stacksave": {
2288
2723
  "type": "EFT_NOSTRUCT_ALLOC",
2289
2724
  "overwrite_app_function": 1,
2290
- "addr": ["L", "L"]
2725
+ "addr": {
2726
+ "src": "L",
2727
+ "dst": "L"
2728
+ }
2291
2729
  },
2292
2730
  "mmap": {
2293
2731
  "type": "EFT_NOSTRUCT_ALLOC",
2294
2732
  "overwrite_app_function": 1,
2295
- "addr": ["L", "L"]
2733
+ "addr": {
2734
+ "src": "L",
2735
+ "dst": "L"
2736
+ }
2296
2737
  },
2297
2738
  "newwin": {
2298
2739
  "type": "EFT_NOSTRUCT_ALLOC",
2299
2740
  "overwrite_app_function": 1,
2300
- "addr": ["L", "L"]
2741
+ "addr": {
2742
+ "src": "L",
2743
+ "dst": "L"
2744
+ }
2301
2745
  },
2302
2746
  "nl_langinfo": {
2303
2747
  "type": "EFT_NOSTRUCT_ALLOC",
2304
2748
  "overwrite_app_function": 1,
2305
- "addr": ["L", "L"]
2749
+ "addr": {
2750
+ "src": "L",
2751
+ "dst": "L"
2752
+ }
2306
2753
  },
2307
2754
  "opendir": {
2308
2755
  "type": "EFT_NOSTRUCT_ALLOC",
2309
2756
  "overwrite_app_function": 1,
2310
- "addr": ["L", "L"]
2757
+ "addr": {
2758
+ "src": "L",
2759
+ "dst": "L"
2760
+ }
2311
2761
  },
2312
2762
  "sbrk": {
2313
2763
  "type": "EFT_NOSTRUCT_ALLOC",
2314
2764
  "overwrite_app_function": 1,
2315
- "addr": ["L", "L"]
2765
+ "addr": {
2766
+ "src": "L",
2767
+ "dst": "L"
2768
+ }
2316
2769
  },
2317
2770
  "strdup": {
2318
2771
  "type": "EFT_NOSTRUCT_ALLOC",
2319
2772
  "overwrite_app_function": 1,
2320
- "addr": ["L", "L"]
2773
+ "addr": {
2774
+ "src": "L",
2775
+ "dst": "L"
2776
+ }
2321
2777
  },
2322
2778
  "strerror": {
2323
2779
  "type": "EFT_NOSTRUCT_ALLOC",
2324
2780
  "overwrite_app_function": 1,
2325
- "addr": ["L", "L"]
2781
+ "addr": {
2782
+ "src": "L",
2783
+ "dst": "L"
2784
+ }
2326
2785
  },
2327
2786
  "strsignal": {
2328
2787
  "type": "EFT_NOSTRUCT_ALLOC",
2329
2788
  "overwrite_app_function": 1,
2330
- "addr": ["L", "L"]
2789
+ "addr": {
2790
+ "src": "L",
2791
+ "dst": "L"
2792
+ }
2331
2793
  },
2332
2794
  "textdomain": {
2333
2795
  "type": "EFT_NOSTRUCT_ALLOC",
2334
2796
  "overwrite_app_function": 1,
2335
- "addr": ["L", "L"]
2797
+ "addr": {
2798
+ "src": "L",
2799
+ "dst": "L"
2800
+ }
2336
2801
  },
2337
2802
  "tgetstr": {
2338
2803
  "type": "EFT_NOSTRUCT_ALLOC",
2339
2804
  "overwrite_app_function": 1,
2340
- "addr": ["L", "L"]
2805
+ "addr": {
2806
+ "src": "L",
2807
+ "dst": "L"
2808
+ }
2341
2809
  },
2342
2810
  "tigetstr": {
2343
2811
  "type": "EFT_NOSTRUCT_ALLOC",
2344
2812
  "overwrite_app_function": 1,
2345
- "addr": ["L", "L"]
2813
+ "addr": {
2814
+ "src": "L",
2815
+ "dst": "L"
2816
+ }
2346
2817
  },
2347
2818
  "tmpnam": {
2348
2819
  "type": "EFT_NOSTRUCT_ALLOC",
2349
2820
  "overwrite_app_function": 1,
2350
- "addr": ["L", "L"]
2821
+ "addr": {
2822
+ "src": "L",
2823
+ "dst": "L"
2824
+ }
2351
2825
  },
2352
2826
  "ttyname": {
2353
2827
  "type": "EFT_NOSTRUCT_ALLOC",
2354
2828
  "overwrite_app_function": 1,
2355
- "addr": ["L", "L"]
2829
+ "addr": {
2830
+ "src": "L",
2831
+ "dst": "L"
2832
+ }
2356
2833
  },
2357
2834
  "__ctype_b_loc": {
2358
2835
  "type": "EFT_STAT2",
2359
2836
  "overwrite_app_function": 0,
2360
- "addr": ["L", "L"]
2837
+ "addr": {
2838
+ "src": "L",
2839
+ "dst": "L"
2840
+ }
2361
2841
  },
2362
2842
  "__ctype_tolower_loc": {
2363
2843
  "type": "EFT_STAT2",
2364
2844
  "overwrite_app_function": 0,
2365
- "addr": ["L", "L"]
2845
+ "addr": {
2846
+ "src": "L",
2847
+ "dst": "L"
2848
+ }
2366
2849
  },
2367
2850
  "__ctype_toupper_loc": {
2368
2851
  "type": "EFT_STAT2",
2369
2852
  "overwrite_app_function": 0,
2370
- "addr": ["L", "L"]
2853
+ "addr": {
2854
+ "src": "L",
2855
+ "dst": "L"
2856
+ }
2371
2857
  },
2372
2858
  "XKeysymToString": {
2373
2859
  "type": "EFT_STAT",
2374
2860
  "overwrite_app_function": 0,
2375
- "addr": ["L", "L"]
2861
+ "addr": {
2862
+ "src": "L",
2863
+ "dst": "L"
2864
+ }
2376
2865
  },
2377
2866
  "__errno_location": {
2378
2867
  "type": "EFT_STAT",
2379
2868
  "overwrite_app_function": 0,
2380
- "addr": ["L", "L"]
2869
+ "addr": {
2870
+ "src": "L",
2871
+ "dst": "L"
2872
+ }
2381
2873
  },
2382
2874
  "__h_errno_location": {
2383
2875
  "type": "EFT_STAT",
2384
2876
  "overwrite_app_function": 0,
2385
- "addr": ["L", "L"]
2877
+ "addr": {
2878
+ "src": "L",
2879
+ "dst": "L"
2880
+ }
2386
2881
  },
2387
2882
  "__res_state": {
2388
2883
  "type": "EFT_STAT",
2389
2884
  "overwrite_app_function": 0,
2390
- "addr": ["L", "L"]
2885
+ "addr": {
2886
+ "src": "L",
2887
+ "dst": "L"
2888
+ }
2391
2889
  },
2392
2890
  "asctime": {
2393
2891
  "type": "EFT_STAT",
2394
2892
  "overwrite_app_function": 0,
2395
- "addr": ["L", "L"]
2893
+ "addr": {
2894
+ "src": "L",
2895
+ "dst": "L"
2896
+ }
2396
2897
  },
2397
2898
  "bindtextdomain": {
2398
2899
  "type": "EFT_STAT",
2399
2900
  "overwrite_app_function": 0,
2400
- "addr": ["L", "L"]
2901
+ "addr": {
2902
+ "src": "L",
2903
+ "dst": "L"
2904
+ }
2401
2905
  },
2402
2906
  "bind_textdomain_codeset": {
2403
2907
  "type": "EFT_STAT",
2404
2908
  "overwrite_app_function": 0,
2405
- "addr": ["L", "L"]
2909
+ "addr": {
2910
+ "src": "L",
2911
+ "dst": "L"
2912
+ }
2406
2913
  },
2407
2914
  "ctermid": {
2408
2915
  "type": "EFT_STAT",
2409
2916
  "overwrite_app_function": 0,
2410
- "addr": ["L", "L"]
2917
+ "addr": {
2918
+ "src": "L",
2919
+ "dst": "L"
2920
+ }
2411
2921
  },
2412
2922
  "dcgettext": {
2413
2923
  "type": "EFT_STAT",
2414
2924
  "overwrite_app_function": 0,
2415
- "addr": ["L", "L"]
2925
+ "addr": {
2926
+ "src": "L",
2927
+ "dst": "L"
2928
+ }
2416
2929
  },
2417
2930
  "dgettext": {
2418
2931
  "type": "EFT_STAT",
2419
2932
  "overwrite_app_function": 0,
2420
- "addr": ["L", "L"]
2933
+ "addr": {
2934
+ "src": "L",
2935
+ "dst": "L"
2936
+ }
2421
2937
  },
2422
2938
  "dngettext": {
2423
2939
  "type": "EFT_STAT",
2424
2940
  "overwrite_app_function": 0,
2425
- "addr": ["L", "L"]
2941
+ "addr": {
2942
+ "src": "L",
2943
+ "dst": "L"
2944
+ }
2426
2945
  },
2427
2946
  "fdopen": {
2428
2947
  "type": "EFT_STAT",
2429
2948
  "overwrite_app_function": 0,
2430
- "addr": ["L", "L"]
2949
+ "addr": {
2950
+ "src": "L",
2951
+ "dst": "L"
2952
+ }
2431
2953
  },
2432
2954
  "gcry_strerror": {
2433
2955
  "type": "EFT_STAT",
2434
2956
  "overwrite_app_function": 0,
2435
- "addr": ["L", "L"]
2957
+ "addr": {
2958
+ "src": "L",
2959
+ "dst": "L"
2960
+ }
2436
2961
  },
2437
2962
  "gcry_strsource": {
2438
2963
  "type": "EFT_STAT",
2439
2964
  "overwrite_app_function": 0,
2440
- "addr": ["L", "L"]
2965
+ "addr": {
2966
+ "src": "L",
2967
+ "dst": "L"
2968
+ }
2441
2969
  },
2442
2970
  "getgrgid": {
2443
2971
  "type": "EFT_STAT",
2444
2972
  "overwrite_app_function": 0,
2445
- "addr": ["L", "L"]
2973
+ "addr": {
2974
+ "src": "L",
2975
+ "dst": "L"
2976
+ }
2446
2977
  },
2447
2978
  "getgrnam": {
2448
2979
  "type": "EFT_STAT",
2449
2980
  "overwrite_app_function": 0,
2450
- "addr": ["L", "L"]
2981
+ "addr": {
2982
+ "src": "L",
2983
+ "dst": "L"
2984
+ }
2451
2985
  },
2452
2986
  "gethostbyaddr": {
2453
2987
  "type": "EFT_STAT",
2454
2988
  "overwrite_app_function": 0,
2455
- "addr": ["L", "L"]
2989
+ "addr": {
2990
+ "src": "L",
2991
+ "dst": "L"
2992
+ }
2456
2993
  },
2457
2994
  "gethostbyname": {
2458
2995
  "type": "EFT_STAT",
2459
2996
  "overwrite_app_function": 0,
2460
- "addr": ["L", "L"]
2997
+ "addr": {
2998
+ "src": "L",
2999
+ "dst": "L"
3000
+ }
2461
3001
  },
2462
3002
  "gethostbyname2": {
2463
3003
  "type": "EFT_STAT",
2464
3004
  "overwrite_app_function": 0,
2465
- "addr": ["L", "L"]
3005
+ "addr": {
3006
+ "src": "L",
3007
+ "dst": "L"
3008
+ }
2466
3009
  },
2467
3010
  "getmntent": {
2468
3011
  "type": "EFT_STAT",
2469
3012
  "overwrite_app_function": 0,
2470
- "addr": ["L", "L"]
3013
+ "addr": {
3014
+ "src": "L",
3015
+ "dst": "L"
3016
+ }
2471
3017
  },
2472
3018
  "getprotobyname": {
2473
3019
  "type": "EFT_STAT",
2474
3020
  "overwrite_app_function": 0,
2475
- "addr": ["L", "L"]
3021
+ "addr": {
3022
+ "src": "L",
3023
+ "dst": "L"
3024
+ }
2476
3025
  },
2477
3026
  "getprotobynumber": {
2478
3027
  "type": "EFT_STAT",
2479
3028
  "overwrite_app_function": 0,
2480
- "addr": ["L", "L"]
3029
+ "addr": {
3030
+ "src": "L",
3031
+ "dst": "L"
3032
+ }
2481
3033
  },
2482
3034
  "getpwent": {
2483
3035
  "type": "EFT_STAT",
2484
3036
  "overwrite_app_function": 0,
2485
- "addr": ["L", "L"]
3037
+ "addr": {
3038
+ "src": "L",
3039
+ "dst": "L"
3040
+ }
2486
3041
  },
2487
3042
  "getpwnam": {
2488
3043
  "type": "EFT_STAT",
2489
3044
  "overwrite_app_function": 0,
2490
- "addr": ["L", "L"]
3045
+ "addr": {
3046
+ "src": "L",
3047
+ "dst": "L"
3048
+ }
2491
3049
  },
2492
3050
  "getpwuid": {
2493
3051
  "type": "EFT_STAT",
2494
3052
  "overwrite_app_function": 0,
2495
- "addr": ["L", "L"]
3053
+ "addr": {
3054
+ "src": "L",
3055
+ "dst": "L"
3056
+ }
2496
3057
  },
2497
3058
  "getservbyname": {
2498
3059
  "type": "EFT_STAT",
2499
3060
  "overwrite_app_function": 0,
2500
- "addr": ["L", "L"]
3061
+ "addr": {
3062
+ "src": "L",
3063
+ "dst": "L"
3064
+ }
2501
3065
  },
2502
3066
  "getservbyport": {
2503
3067
  "type": "EFT_STAT",
2504
3068
  "overwrite_app_function": 0,
2505
- "addr": ["L", "L"]
3069
+ "addr": {
3070
+ "src": "L",
3071
+ "dst": "L"
3072
+ }
2506
3073
  },
2507
3074
  "getspnam": {
2508
3075
  "type": "EFT_STAT",
2509
3076
  "overwrite_app_function": 0,
2510
- "addr": ["L", "L"]
3077
+ "addr": {
3078
+ "src": "L",
3079
+ "dst": "L"
3080
+ }
2511
3081
  },
2512
3082
  "gettext": {
2513
3083
  "type": "EFT_STAT",
2514
3084
  "overwrite_app_function": 0,
2515
- "addr": ["L", "L"]
3085
+ "addr": {
3086
+ "src": "L",
3087
+ "dst": "L"
3088
+ }
2516
3089
  },
2517
3090
  "gmtime": {
2518
3091
  "type": "EFT_STAT",
2519
3092
  "overwrite_app_function": 0,
2520
- "addr": ["L", "L"]
3093
+ "addr": {
3094
+ "src": "L",
3095
+ "dst": "L"
3096
+ }
2521
3097
  },
2522
3098
  "gnu_get_libc_version": {
2523
3099
  "type": "EFT_STAT",
2524
3100
  "overwrite_app_function": 0,
2525
- "addr": ["L", "L"]
3101
+ "addr": {
3102
+ "src": "L",
3103
+ "dst": "L"
3104
+ }
2526
3105
  },
2527
3106
  "gnutls_check_version": {
2528
3107
  "type": "EFT_STAT",
2529
3108
  "overwrite_app_function": 0,
2530
- "addr": ["L", "L"]
3109
+ "addr": {
3110
+ "src": "L",
3111
+ "dst": "L"
3112
+ }
2531
3113
  },
2532
3114
  "localeconv": {
2533
3115
  "type": "EFT_STAT",
2534
3116
  "overwrite_app_function": 0,
2535
- "addr": ["L", "L"]
3117
+ "addr": {
3118
+ "src": "L",
3119
+ "dst": "L"
3120
+ }
2536
3121
  },
2537
3122
  "localtime": {
2538
3123
  "type": "EFT_STAT",
2539
3124
  "overwrite_app_function": 0,
2540
- "addr": ["L", "L"]
3125
+ "addr": {
3126
+ "src": "L",
3127
+ "dst": "L"
3128
+ }
2541
3129
  },
2542
3130
  "ngettext": {
2543
3131
  "type": "EFT_STAT",
2544
3132
  "overwrite_app_function": 0,
2545
- "addr": ["L", "L"]
3133
+ "addr": {
3134
+ "src": "L",
3135
+ "dst": "L"
3136
+ }
2546
3137
  },
2547
3138
  "pango_cairo_font_map_get_default": {
2548
3139
  "type": "EFT_STAT",
2549
3140
  "overwrite_app_function": 0,
2550
- "addr": ["L", "L"]
3141
+ "addr": {
3142
+ "src": "L",
3143
+ "dst": "L"
3144
+ }
2551
3145
  },
2552
3146
  "re_comp": {
2553
3147
  "type": "EFT_STAT",
2554
3148
  "overwrite_app_function": 0,
2555
- "addr": ["L", "L"]
3149
+ "addr": {
3150
+ "src": "L",
3151
+ "dst": "L"
3152
+ }
2556
3153
  },
2557
3154
  "setlocale": {
2558
3155
  "type": "EFT_STAT",
2559
3156
  "overwrite_app_function": 0,
2560
- "addr": ["L", "L"]
3157
+ "addr": {
3158
+ "src": "L",
3159
+ "dst": "L"
3160
+ }
2561
3161
  },
2562
3162
  "tgoto": {
2563
3163
  "type": "EFT_STAT",
2564
3164
  "overwrite_app_function": 0,
2565
- "addr": ["L", "L"]
3165
+ "addr": {
3166
+ "src": "L",
3167
+ "dst": "L"
3168
+ }
2566
3169
  },
2567
3170
  "tparm": {
2568
3171
  "type": "EFT_STAT",
2569
3172
  "overwrite_app_function": 0,
2570
- "addr": ["L", "L"]
3173
+ "addr": {
3174
+ "src": "L",
3175
+ "dst": "L"
3176
+ }
2571
3177
  },
2572
3178
  "zError": {
2573
3179
  "type": "EFT_STAT",
2574
3180
  "overwrite_app_function": 0,
2575
- "addr": ["L", "L"]
3181
+ "addr": {
3182
+ "src": "L",
3183
+ "dst": "L"
3184
+ }
2576
3185
  },
2577
3186
  "getcwd": {
2578
3187
  "type": "EFT_REALLOC",
2579
3188
  "overwrite_app_function": 1,
2580
- "addr": ["L", "L"]
3189
+ "addr": {
3190
+ "src": "L",
3191
+ "dst": "L"
3192
+ }
2581
3193
  },
2582
3194
  "mem_realloc": {
2583
3195
  "type": "EFT_REALLOC",
2584
3196
  "overwrite_app_function": 1,
2585
- "addr": ["L", "L"]
3197
+ "addr": {
3198
+ "src": "L",
3199
+ "dst": "L"
3200
+ }
2586
3201
  },
2587
3202
  "realloc": {
2588
3203
  "type": "EFT_REALLOC",
2589
3204
  "overwrite_app_function": 1,
2590
- "addr": ["L", "L"]
3205
+ "addr": {
3206
+ "src": "L",
3207
+ "dst": "L"
3208
+ }
2591
3209
  },
2592
3210
  "realloc_obj": {
2593
3211
  "type": "EFT_REALLOC",
2594
3212
  "overwrite_app_function": 1,
2595
- "addr": ["L", "L"]
3213
+ "addr": {
3214
+ "src": "L",
3215
+ "dst": "L"
3216
+ }
2596
3217
  },
2597
3218
  "safe_realloc": {
2598
3219
  "type": "EFT_REALLOC",
2599
3220
  "overwrite_app_function": 1,
2600
- "addr": ["L", "L"]
3221
+ "addr": {
3222
+ "src": "L",
3223
+ "dst": "L"
3224
+ }
2601
3225
  },
2602
3226
  "saferealloc": {
2603
3227
  "type": "EFT_REALLOC",
2604
3228
  "overwrite_app_function": 1,
2605
- "addr": ["L", "L"]
3229
+ "addr": {
3230
+ "src": "L",
3231
+ "dst": "L"
3232
+ }
2606
3233
  },
2607
3234
  "safexrealloc": {
2608
3235
  "type": "EFT_REALLOC",
2609
3236
  "overwrite_app_function": 1,
2610
- "addr": ["L", "L"]
3237
+ "addr": {
3238
+ "src": "L",
3239
+ "dst": "L"
3240
+ }
2611
3241
  },
2612
3242
  "strtok": {
2613
3243
  "type": "EFT_REALLOC",
2614
3244
  "overwrite_app_function": 1,
2615
- "addr": ["L", "L"]
3245
+ "addr": {
3246
+ "src": "L",
3247
+ "dst": "L"
3248
+ }
2616
3249
  },
2617
3250
  "strtok_r": {
2618
3251
  "type": "EFT_REALLOC",
2619
3252
  "overwrite_app_function": 1,
2620
- "addr": ["L", "L"]
3253
+ "addr": {
3254
+ "src": "L",
3255
+ "dst": "L"
3256
+ }
2621
3257
  },
2622
3258
  "xrealloc": {
2623
3259
  "type": "EFT_REALLOC",
2624
3260
  "overwrite_app_function": 1,
2625
- "addr": ["L", "L"]
3261
+ "addr": {
3262
+ "src": "L",
3263
+ "dst": "L"
3264
+ }
2626
3265
  },
2627
3266
  "SSL_CTX_free": {
2628
3267
  "type": "EFT_FREE",
@@ -2743,316 +3382,451 @@
2743
3382
  "__rawmemchr": {
2744
3383
  "type": "EFT_L_A0",
2745
3384
  "overwrite_app_function": 0,
2746
- "copy": ["A0", "L"]
3385
+ "copy": {
3386
+ "src": "A0",
3387
+ "dst": "L"
3388
+ }
2747
3389
  },
2748
3390
  "cairo_surface_reference": {
2749
3391
  "type": "EFT_L_A0",
2750
3392
  "overwrite_app_function": 0,
2751
- "copy": ["A0", "L"]
3393
+ "copy": {
3394
+ "src": "A0",
3395
+ "dst": "L"
3396
+ }
2752
3397
  },
2753
3398
  "fgets": {
2754
3399
  "type": "EFT_L_A0",
2755
3400
  "overwrite_app_function": 0,
2756
- "copy": ["A0", "L"]
3401
+ "copy": {
3402
+ "src": "A0",
3403
+ "dst": "L"
3404
+ }
2757
3405
  },
2758
3406
  "jpeg_std_error": {
2759
3407
  "type": "EFT_L_A0",
2760
3408
  "overwrite_app_function": 0,
2761
- "copy": ["A0", "L"]
3409
+ "copy": {
3410
+ "src": "A0",
3411
+ "dst": "L"
3412
+ }
2762
3413
  },
2763
3414
  "memchr": {
2764
3415
  "type": "EFT_L_A0",
2765
3416
  "overwrite_app_function": 0,
2766
- "copy": ["A0", "L"]
3417
+ "copy": {
3418
+ "src": "A0",
3419
+ "dst": "L"
3420
+ }
2767
3421
  },
2768
3422
  "mremap": {
2769
3423
  "type": "EFT_L_A0",
2770
3424
  "overwrite_app_function": 0,
2771
- "copy": ["A0", "L"]
3425
+ "copy": {
3426
+ "src": "A0",
3427
+ "dst": "L"
3428
+ }
2772
3429
  },
2773
3430
  "strchr": {
2774
3431
  "type": "EFT_L_A0",
2775
3432
  "overwrite_app_function": 0,
2776
- "copy": ["A0", "L"]
3433
+ "copy": {
3434
+ "src": "A0",
3435
+ "dst": "L"
3436
+ }
2777
3437
  },
2778
3438
  "strerror_r": {
2779
3439
  "type": "EFT_L_A0",
2780
3440
  "overwrite_app_function": 0,
2781
- "copy": ["A0", "L"]
3441
+ "copy": {
3442
+ "src": "A0",
3443
+ "dst": "L"
3444
+ }
2782
3445
  },
2783
3446
  "strpbrk": {
2784
3447
  "type": "EFT_L_A0",
2785
3448
  "overwrite_app_function": 0,
2786
- "copy": ["A0", "L"]
3449
+ "copy": {
3450
+ "src": "A0",
3451
+ "dst": "L"
3452
+ }
2787
3453
  },
2788
3454
  "strptime": {
2789
3455
  "type": "EFT_L_A0",
2790
3456
  "overwrite_app_function": 0,
2791
- "copy": ["A0", "L"]
3457
+ "copy": {
3458
+ "src": "A0",
3459
+ "dst": "L"
3460
+ }
2792
3461
  },
2793
3462
  "strrchr": {
2794
3463
  "type": "EFT_L_A0",
2795
3464
  "overwrite_app_function": 0,
2796
- "copy": ["A0", "L"]
3465
+ "copy": {
3466
+ "src": "A0",
3467
+ "dst": "L"
3468
+ }
2797
3469
  },
2798
3470
  "strstr": {
2799
3471
  "type": "EFT_L_A0",
2800
3472
  "overwrite_app_function": 0,
2801
- "copy": ["A0", "L"]
3473
+ "copy": {
3474
+ "src": "A0",
3475
+ "dst": "L"
3476
+ }
2802
3477
  },
2803
3478
  "tmpnam_r": {
2804
3479
  "type": "EFT_L_A0",
2805
3480
  "overwrite_app_function": 0,
2806
- "copy": ["A0", "L"]
3481
+ "copy": {
3482
+ "src": "A0",
3483
+ "dst": "L"
3484
+ }
2807
3485
  },
2808
3486
  "isalnum": {
2809
3487
  "type": "EFT_L_A0",
2810
3488
  "overwrite_app_function": 0,
2811
- "copy": ["A0", "L"]
3489
+ "copy": {
3490
+ "src": "A0",
3491
+ "dst": "L"
3492
+ }
2812
3493
  },
2813
3494
  "isalpha": {
2814
3495
  "type": "EFT_L_A0",
2815
3496
  "overwrite_app_function": 0,
2816
- "copy": ["A0", "L"]
3497
+ "copy": {
3498
+ "src": "A0",
3499
+ "dst": "L"
3500
+ }
2817
3501
  },
2818
3502
  "isblank": {
2819
3503
  "type": "EFT_L_A0",
2820
3504
  "overwrite_app_function": 0,
2821
- "copy": ["A0", "L"]
3505
+ "copy": {
3506
+ "src": "A0",
3507
+ "dst": "L"
3508
+ }
2822
3509
  },
2823
3510
  "iscntrl": {
2824
3511
  "type": "EFT_L_A0",
2825
3512
  "overwrite_app_function": 0,
2826
- "copy": ["A0", "L"]
3513
+ "copy": {
3514
+ "src": "A0",
3515
+ "dst": "L"
3516
+ }
2827
3517
  },
2828
3518
  "isdigit": {
2829
3519
  "type": "EFT_L_A0",
2830
3520
  "overwrite_app_function": 0,
2831
- "copy": ["A0", "L"]
3521
+ "copy": {
3522
+ "src": "A0",
3523
+ "dst": "L"
3524
+ }
2832
3525
  },
2833
3526
  "isgraph": {
2834
3527
  "type": "EFT_L_A0",
2835
3528
  "overwrite_app_function": 0,
2836
- "copy": ["A0", "L"]
3529
+ "copy": {
3530
+ "src": "A0",
3531
+ "dst": "L"
3532
+ }
2837
3533
  },
2838
3534
  "islower": {
2839
3535
  "type": "EFT_L_A0",
2840
3536
  "overwrite_app_function": 0,
2841
- "copy": ["A0", "L"]
3537
+ "copy": {
3538
+ "src": "A0",
3539
+ "dst": "L"
3540
+ }
2842
3541
  },
2843
3542
  "isprint": {
2844
3543
  "type": "EFT_L_A0",
2845
3544
  "overwrite_app_function": 0,
2846
- "copy": ["A0", "L"]
3545
+ "copy": {
3546
+ "src": "A0",
3547
+ "dst": "L"
3548
+ }
2847
3549
  },
2848
3550
  "ispunct": {
2849
3551
  "type": "EFT_L_A0",
2850
3552
  "overwrite_app_function": 0,
2851
- "copy": ["A0", "L"]
3553
+ "copy": {
3554
+ "src": "A0",
3555
+ "dst": "L"
3556
+ }
2852
3557
  },
2853
3558
  "isspace": {
2854
3559
  "type": "EFT_L_A0",
2855
3560
  "overwrite_app_function": 0,
2856
- "copy": ["A0", "L"]
3561
+ "copy": {
3562
+ "src": "A0",
3563
+ "dst": "L"
3564
+ }
2857
3565
  },
2858
3566
  "isupper": {
2859
3567
  "type": "EFT_L_A0",
2860
3568
  "overwrite_app_function": 0,
2861
- "copy": ["A0", "L"]
3569
+ "copy": {
3570
+ "src": "A0",
3571
+ "dst": "L"
3572
+ }
2862
3573
  },
2863
3574
  "isxdigit": {
2864
3575
  "type": "EFT_L_A0",
2865
3576
  "overwrite_app_function": 0,
2866
- "copy": ["A0", "L"]
3577
+ "copy": {
3578
+ "src": "A0",
3579
+ "dst": "L"
3580
+ }
2867
3581
  },
2868
3582
  "asctime_r": {
2869
3583
  "type": "EFT_L_A1",
2870
3584
  "overwrite_app_function": 0,
2871
- "copy": ["A1", "L"]
3585
+ "copy": {
3586
+ "src": "A1",
3587
+ "dst": "L"
3588
+ }
2872
3589
  },
2873
3590
  "bsearch": {
2874
3591
  "type": "EFT_L_A1",
2875
3592
  "overwrite_app_function": 0,
2876
- "copy": ["A1", "L"]
3593
+ "copy": {
3594
+ "src": "A1",
3595
+ "dst": "L"
3596
+ }
2877
3597
  },
2878
3598
  "getmntent_r": {
2879
3599
  "type": "EFT_L_A1",
2880
3600
  "overwrite_app_function": 0,
2881
- "copy": ["A1", "L"]
3601
+ "copy": {
3602
+ "src": "A1",
3603
+ "dst": "L"
3604
+ }
2882
3605
  },
2883
3606
  "gmtime_r": {
2884
3607
  "type": "EFT_L_A1",
2885
3608
  "overwrite_app_function": 0,
2886
- "copy": ["A1", "L"]
3609
+ "copy": {
3610
+ "src": "A1",
3611
+ "dst": "L"
3612
+ }
2887
3613
  },
2888
3614
  "gzgets": {
2889
3615
  "type": "EFT_L_A1",
2890
3616
  "overwrite_app_function": 0,
2891
- "copy": ["A1", "L"]
3617
+ "copy": {
3618
+ "src": "A1",
3619
+ "dst": "L"
3620
+ }
2892
3621
  },
2893
3622
  "localtime_r": {
2894
3623
  "type": "EFT_L_A1",
2895
3624
  "overwrite_app_function": 0,
2896
- "copy": ["A1", "L"]
3625
+ "copy": {
3626
+ "src": "A1",
3627
+ "dst": "L"
3628
+ }
2897
3629
  },
2898
3630
  "realpath": {
2899
3631
  "type": "EFT_L_A1",
2900
3632
  "overwrite_app_function": 0,
2901
- "copy": ["A1", "L"]
3633
+ "copy": {
3634
+ "src": "A1",
3635
+ "dst": "L"
3636
+ }
2902
3637
  },
2903
3638
  "freopen64": {
2904
3639
  "type": "EFT_L_A2",
2905
3640
  "overwrite_app_function": 0,
2906
- "copy": ["A2", "L"]
3641
+ "copy": {
3642
+ "src": "A2",
3643
+ "dst": "L"
3644
+ }
2907
3645
  },
2908
3646
  "_XGetAsyncReply": {
2909
3647
  "type": "EFT_L_A2",
2910
3648
  "overwrite_app_function": 0,
2911
- "copy": ["A2", "L"]
3649
+ "copy": {
3650
+ "src": "A2",
3651
+ "dst": "L"
3652
+ }
2912
3653
  },
2913
3654
  "freopen": {
2914
3655
  "type": "EFT_L_A2",
2915
3656
  "overwrite_app_function": 0,
2916
- "copy": ["A2", "L"]
3657
+ "copy": {
3658
+ "src": "A2",
3659
+ "dst": "L"
3660
+ }
2917
3661
  },
2918
3662
  "inet_ntop": {
2919
3663
  "type": "EFT_L_A2",
2920
3664
  "overwrite_app_function": 0,
2921
- "copy": ["A2", "L"]
3665
+ "copy": {
3666
+ "src": "A2",
3667
+ "dst": "L"
3668
+ }
2922
3669
  },
2923
3670
  "XGetSubImage": {
2924
3671
  "type": "EFT_L_A8",
2925
3672
  "overwrite_app_function": 0,
2926
- "copy": ["A8", "L"]
3673
+ "copy": {
3674
+ "src": "A8",
3675
+ "dst": "L"
3676
+ }
2927
3677
  },
2928
3678
  "memset": {
2929
3679
  "type": "EFT_L_A0__A0R_A1",
2930
3680
  "overwrite_app_function": 0,
2931
- "copy_n": ["A0R", "A1", "A2"]
3681
+ "copy_n": ["A0", "A1", "A2"]
2932
3682
  },
2933
3683
  "llvm.memset": {
2934
3684
  "type": "EFT_L_A0__A0R_A1",
2935
3685
  "overwrite_app_function": 0,
2936
- "copy_n": ["A0R", "A1", "A2"]
3686
+ "copy_n": ["A0", "A1", "A2"]
2937
3687
  },
2938
3688
  "llvm.memset.p0i8.i32": {
2939
3689
  "type": "EFT_L_A0__A0R_A1",
2940
3690
  "overwrite_app_function": 0,
2941
- "copy_n": ["A0R", "A1", "A2"]
3691
+ "copy_n": ["A0", "A1", "A2"]
2942
3692
  },
2943
3693
  "llvm.memset.p0i8.i64": {
2944
3694
  "type": "EFT_L_A0__A0R_A1",
2945
3695
  "overwrite_app_function": 0,
2946
- "copy_n": ["A0R", "A1", "A2"]
3696
+ "copy_n": ["A0", "A1", "A2"]
2947
3697
  },
2948
3698
  "__memset_chk": {
2949
3699
  "type": "EFT_L_A0__A0R_A1",
2950
3700
  "overwrite_app_function": 0,
2951
- "copy_n": ["A0R", "A1", "A2"]
3701
+ "copy_n": ["A0", "A1", "A2"]
2952
3702
  },
2953
3703
  "llvm.memcpy": {
2954
3704
  "type": "EFT_L_A0__A0R_A1R",
2955
3705
  "overwrite_app_function": 0,
2956
- "copy_mn": ["A0R", "A1R", "A2"],
2957
- "copy": ["A0R", "L"]
3706
+ "copy_mn": ["A0", "A1", "A2"],
3707
+ "copy": ["A0", "L"]
2958
3708
  },
2959
3709
  "llvm.memcpy.p0i8.p0i8.i32": {
2960
3710
  "type": "EFT_L_A0__A0R_A1R",
2961
3711
  "overwrite_app_function": 0,
2962
- "copy_mn": ["A0R", "A1R", "A2"],
2963
- "copy": ["A0R", "L"]
3712
+ "copy_mn": ["A0", "A1", "A2"],
3713
+ "copy": ["A0", "L"]
2964
3714
  },
2965
3715
  "llvm.memcpy.p0i8.p0i8.i64": {
2966
3716
  "type": "EFT_L_A0__A0R_A1R",
2967
3717
  "overwrite_app_function": 0,
2968
- "copy_mn": ["A0R", "A1R", "A2"],
2969
- "copy": ["A0R", "L"]
3718
+ "copy_mn": ["A0", "A1", "A2"],
3719
+ "copy": ["A0", "L"]
2970
3720
  },
2971
3721
  "llvm.memmove": {
2972
3722
  "type": "EFT_L_A0__A0R_A1R",
2973
3723
  "overwrite_app_function": 0,
2974
- "copy_mn": ["A0R", "A1R", "A2"],
2975
- "copy": ["A0R", "L"]
3724
+ "copy_mn": ["A0", "A1", "A2"],
3725
+ "copy": ["A0", "L"]
2976
3726
  },
2977
3727
  "llvm.memmove.p0i8.p0i8.i32": {
2978
3728
  "type": "EFT_L_A0__A0R_A1R",
2979
3729
  "overwrite_app_function": 0,
2980
- "copy_mn": ["A0R", "A1R", "A2"],
2981
- "copy": ["A0R", "L"]
3730
+ "copy_mn": ["A0", "A1", "A2"],
3731
+ "copy": ["A0", "L"]
2982
3732
  },
2983
3733
  "llvm.memmove.p0i8.p0i8.i64": {
2984
3734
  "type": "EFT_L_A0__A0R_A1R",
2985
3735
  "overwrite_app_function": 0,
2986
- "copy_mn": ["A0R", "A1R", "A2"],
2987
- "copy": ["A0R", "L"]
3736
+ "copy_mn": ["A0", "A1", "A2"],
3737
+ "copy": ["A0", "L"]
2988
3738
  },
2989
3739
  "memccpy": {
2990
3740
  "type": "EFT_L_A0__A0R_A1R",
2991
3741
  "overwrite_app_function": 0,
2992
- "copy_mn": ["A0R", "A1R", "A2"],
2993
- "copy": ["A0R", "L"]
3742
+ "copy_mn": ["A0", "A1", "A2"],
3743
+ "copy": ["A0", "L"]
2994
3744
  },
2995
3745
  "memcpy": {
2996
3746
  "type": "EFT_L_A0__A0R_A1R",
2997
3747
  "overwrite_app_function": 0,
2998
- "copy_mn": ["A0R", "A1R", "A2"],
2999
- "copy": ["A0R", "L"]
3748
+ "copy_mn": ["A0", "A1", "A2"],
3749
+ "copy": ["A0", "L"]
3000
3750
  },
3001
3751
  "memmove": {
3002
3752
  "type": "EFT_L_A0__A0R_A1R",
3003
3753
  "overwrite_app_function": 0,
3004
- "copy_mn": ["A0R", "A1R", "A2"],
3005
- "copy": ["A0R", "L"]
3754
+ "copy_mn": ["A0", "A1", "A2"],
3755
+ "copy": ["A0", "L"]
3006
3756
  },
3007
3757
  "dlsym": {
3008
3758
  "type": "EFT_L_A1__FunPtr",
3009
3759
  "overwrite_app_function": 0,
3010
- "funptr": ["A1R"]
3760
+ "funptr": {
3761
+ "src": "A1",
3762
+ "dst": "A1"
3763
+ }
3011
3764
  },
3012
3765
  "bcopy": {
3013
3766
  "type": "EFT_A1R_A0R",
3014
3767
  "overwrite_app_function": 0,
3015
- "copy_mn": ["A1R", "A0R", "A2"]
3768
+ "copy_mn": ["A1", "A0", "A2"]
3016
3769
  },
3017
3770
  "iconv": {
3018
3771
  "type": "EFT_A3R_A1R_NS",
3019
3772
  "overwrite_app_function": 0,
3020
- "copy_mn": ["A3R", "A1R"]
3773
+ "copy_mn": ["A3", "A1"]
3021
3774
  },
3022
3775
  "strtod": {
3023
3776
  "type": "EFT_A1R_A0",
3024
3777
  "overwrite_app_function": 0,
3025
- "store": ["A0", "A1R"]
3778
+ "store": {
3779
+ "src": "A0",
3780
+ "dst": "A1"
3781
+ }
3026
3782
  },
3027
3783
  "strtof": {
3028
3784
  "type": "EFT_A1R_A0",
3029
3785
  "overwrite_app_function": 0,
3030
- "store": ["A0", "A1R"]
3786
+ "store": {
3787
+ "src": "A0",
3788
+ "dst": "A1"
3789
+ }
3031
3790
  },
3032
3791
  "strtol": {
3033
3792
  "type": "EFT_A1R_A0",
3034
3793
  "overwrite_app_function": 0,
3035
- "store": ["A0", "A1R"]
3794
+ "store": {
3795
+ "src": "A0",
3796
+ "dst": "A1"
3797
+ }
3036
3798
  },
3037
3799
  "strtold": {
3038
3800
  "type": "EFT_A1R_A0",
3039
3801
  "overwrite_app_function": 0,
3040
- "store": ["A0", "A1R"]
3802
+ "store": {
3803
+ "src": "A0",
3804
+ "dst": "A1"
3805
+ }
3041
3806
  },
3042
3807
  "strtoll": {
3043
3808
  "type": "EFT_A1R_A0",
3044
3809
  "overwrite_app_function": 0,
3045
- "store": ["A0", "A1R"]
3810
+ "store": {
3811
+ "src": "A0",
3812
+ "dst": "A1"
3813
+ }
3046
3814
  },
3047
3815
  "strtoul": {
3048
3816
  "type": "EFT_A1R_A0",
3049
3817
  "overwrite_app_function": 0,
3050
- "store": ["A0", "A1R"]
3818
+ "store": {
3819
+ "src": "A0",
3820
+ "dst": "A1"
3821
+ }
3051
3822
  },
3052
3823
  "readdir_r":{
3053
3824
  "type": "EFT_A2R_A1",
3054
3825
  "overwrite_app_function": 0,
3055
- "store": ["A1", "A2R"]
3826
+ "store": {
3827
+ "src": "A1",
3828
+ "dst": "A2"
3829
+ }
3056
3830
  },
3057
3831
  "__strcpy_chk": {
3058
3832
  "type": "EFT_L_A0__A1_A0",
@@ -3099,181 +3873,399 @@
3099
3873
  "getpwnam_r":{
3100
3874
  "type": "EFT_A4R_A1",
3101
3875
  "overwrite_app_function": 0,
3102
- "store": ["A1", "A4R"]
3876
+ "store": {
3877
+ "src": "A1",
3878
+ "dst": "A4"
3879
+ }
3103
3880
  },
3104
3881
  "getpwuid_r":{
3105
3882
  "type": "EFT_A4R_A1",
3106
3883
  "overwrite_app_function": 0,
3107
- "store": ["A1", "A4R"]
3884
+ "store": {
3885
+ "src": "A1",
3886
+ "dst": "A4"
3887
+ }
3108
3888
  },
3109
3889
  "db_create": {
3110
3890
  "type": "EFT_A0R_NEW",
3111
3891
  "overwrite_app_function": 0,
3112
- "load_store": ["A0", "V", "V"]
3892
+ "addr": {
3893
+ "src": "Dummy",
3894
+ "dst": "Dummy"
3895
+ },
3896
+ "store": {
3897
+ "src": "Dummy",
3898
+ "dst": "A0"
3899
+ }
3113
3900
  },
3114
3901
  "gcry_mpi_scan": {
3115
3902
  "type": "EFT_A0R_NEW",
3116
3903
  "overwrite_app_function": 0,
3117
- "load_store": ["A0", "V", "V"]
3904
+ "addr": {
3905
+ "src": "Dummy",
3906
+ "dst": "Dummy"
3907
+ },
3908
+ "store": {
3909
+ "src": "Dummy",
3910
+ "dst": "A0"
3911
+ }
3118
3912
  },
3119
3913
  "gcry_pk_decrypt": {
3120
3914
  "type": "EFT_A0R_NEW",
3121
3915
  "overwrite_app_function": 0,
3122
- "load_store": ["A0", "V", "V"]
3123
- },
3916
+ "addr": {
3917
+ "src": "Dummy",
3918
+ "dst": "Dummy"
3919
+ },
3920
+ "store": {
3921
+ "src": "Dummy",
3922
+ "dst": "A0"
3923
+ }
3924
+ },
3124
3925
  "gcry_sexp_build": {
3125
3926
  "type": "EFT_A0R_NEW",
3126
3927
  "overwrite_app_function": 0,
3127
- "load_store": ["A0", "V", "V"]
3928
+ "addr": {
3929
+ "src": "Dummy",
3930
+ "dst": "Dummy"
3931
+ },
3932
+ "store": {
3933
+ "src": "Dummy",
3934
+ "dst": "A0"
3935
+ }
3128
3936
  },
3129
3937
  "gnutls_pkcs12_bag_init": {
3130
3938
  "type": "EFT_A0R_NEW",
3131
3939
  "overwrite_app_function": 0,
3132
- "load_store": ["A0", "V", "V"]
3940
+ "addr": {
3941
+ "src": "Dummy",
3942
+ "dst": "Dummy"
3943
+ },
3944
+ "store": {
3945
+ "src": "Dummy",
3946
+ "dst": "A0"
3947
+ }
3133
3948
  },
3134
3949
  "gnutls_pkcs12_init": {
3135
3950
  "type": "EFT_A0R_NEW",
3136
3951
  "overwrite_app_function": 0,
3137
- "load_store": ["A0", "V", "V"]
3952
+ "addr": {
3953
+ "src": "Dummy",
3954
+ "dst": "Dummy"
3955
+ },
3956
+ "store": {
3957
+ "src": "Dummy",
3958
+ "dst": "A0"
3959
+ }
3138
3960
  },
3139
3961
  "gnutls_x509_crt_init": {
3140
3962
  "type": "EFT_A0R_NEW",
3141
3963
  "overwrite_app_function": 0,
3142
- "load_store": ["A0", "V", "V"]
3964
+ "addr": {
3965
+ "src": "Dummy",
3966
+ "dst": "Dummy"
3967
+ },
3968
+ "store": {
3969
+ "src": "Dummy",
3970
+ "dst": "A0"
3971
+ }
3143
3972
  },
3144
3973
  "gnutls_x509_privkey_init": {
3145
3974
  "type": "EFT_A0R_NEW",
3146
3975
  "overwrite_app_function": 0,
3147
- "load_store": ["A0", "V", "V"]
3976
+ "addr": {
3977
+ "src": "Dummy",
3978
+ "dst": "Dummy"
3979
+ },
3980
+ "store": {
3981
+ "src": "Dummy",
3982
+ "dst": "A0"
3983
+ }
3148
3984
  },
3149
3985
  "posix_memalign": {
3150
3986
  "type": "EFT_A0R_NEW",
3151
3987
  "overwrite_app_function": 0,
3152
- "load_store": ["A0", "V", "V"]
3988
+ "addr": {
3989
+ "src": "Dummy",
3990
+ "dst": "Dummy"
3991
+ },
3992
+ "store": {
3993
+ "src": "Dummy",
3994
+ "dst": "A0"
3995
+ }
3153
3996
  },
3154
3997
  "scandir": {
3155
3998
  "type": "EFT_A1R_NEW",
3156
3999
  "overwrite_app_function": 0,
3157
- "load_store": ["A1", "V", "V"]
4000
+ "addr": {
4001
+ "src": "Dummy",
4002
+ "dst": "Dummy"
4003
+ },
4004
+ "store": {
4005
+ "src": "Dummy",
4006
+ "dst": "A1"
4007
+ }
3158
4008
  },
3159
4009
  "XGetRGBColormaps": {
3160
4010
  "type": "EFT_A2R_NEW",
3161
4011
  "overwrite_app_function": 0,
3162
- "load_store": ["A2", "V", "V"]
4012
+ "addr": {
4013
+ "src": "Dummy",
4014
+ "dst": "Dummy"
4015
+ },
4016
+ "store": {
4017
+ "src": "Dummy",
4018
+ "dst": "A2"
4019
+ }
3163
4020
  },
3164
4021
  "XmbTextPropertyToTextList": {
3165
4022
  "type": "EFT_A2R_NEW",
3166
4023
  "overwrite_app_function": 0,
3167
- "load_store": ["A2", "V", "V"]
4024
+ "addr": {
4025
+ "src": "Dummy",
4026
+ "dst": "Dummy"
4027
+ },
4028
+ "store": {
4029
+ "src": "Dummy",
4030
+ "dst": "A2"
4031
+ }
3168
4032
  },
3169
4033
  "SRE_SplSpecCreate": {
3170
4034
  "type": "EFT_A2R_NEW",
3171
4035
  "overwrite_app_function": 0,
3172
- "load_store": ["A2", "V", "V"]
4036
+ "addr": {
4037
+ "src": "Dummy",
4038
+ "dst": "Dummy"
4039
+ },
4040
+ "store": {
4041
+ "src": "Dummy",
4042
+ "dst": "A2"
4043
+ }
3173
4044
  },
3174
4045
  "XQueryTree": {
3175
4046
  "type": "EFT_A4R_NEW",
3176
4047
  "overwrite_app_function": 0,
3177
- "load_store": ["A4", "V", "V"]
4048
+ "addr": {
4049
+ "src": "Dummy",
4050
+ "dst": "Dummy"
4051
+ },
4052
+ "store": {
4053
+ "src": "Dummy",
4054
+ "dst": "A4"
4055
+ }
3178
4056
  },
3179
4057
  "XGetWindowProperty": {
3180
4058
  "type": "EFT_A11R_NEW",
3181
4059
  "overwrite_app_function": 0,
3182
- "load_store": ["A11", "V", "V"]
4060
+ "addr": {
4061
+ "src": "Dummy",
4062
+ "dst": "Dummy"
4063
+ },
4064
+ "store": {
4065
+ "src": "Dummy",
4066
+ "dst": "A11"
4067
+ }
3183
4068
  },
3184
4069
  "_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_":{
3185
4070
  "type": "EFT_STD_RB_TREE_INSERT_AND_REBALANCE",
3186
4071
  "overwrite_app_function": 0,
3187
- "complex": ["A1", "A3"]
4072
+ "complex": {
4073
+ "src": "A1",
4074
+ "dst": "A3"
4075
+ }
3188
4076
  },
3189
4077
  "_ZNSt8__detail15_List_node_base7_M_hookEPS0_":{
3190
4078
  "type": "EFT_STD_LIST_HOOK",
3191
4079
  "overwrite_app_function": 0,
3192
- "store": ["A0", "A1"]
4080
+ "store": {
4081
+ "src": "A0",
4082
+ "dst": "A1"
4083
+ }
3193
4084
  },
3194
4085
  "_ZNSsC1EPKcRKSaIcE":{
3195
4086
  "type": "CPP_EFT_A0R_A1",
3196
4087
  "overwrite_app_function": 0,
3197
- "store": ["A1", "A0R"]
4088
+ "store": {
4089
+ "src": "A1",
4090
+ "dst": "A0"
4091
+ }
3198
4092
  },
3199
4093
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcRKS3_":{
3200
4094
  "type": "CPP_EFT_A0R_A1",
3201
4095
  "overwrite_app_function": 0,
3202
- "store": ["A1", "A0R"]
4096
+ "store": {
4097
+ "src": "A1",
4098
+ "dst": "A0"
4099
+ }
3203
4100
  },
3204
4101
  "_ZNSsC1EPKcmRKSaIcE":{
3205
4102
  "type": "CPP_EFT_A0R_A1",
3206
4103
  "overwrite_app_function": 0,
3207
- "store": ["A1", "A0R"]
4104
+ "store": {
4105
+ "src": "A1",
4106
+ "dst": "A0"
4107
+ }
3208
4108
  },
3209
4109
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1EPKcmRKS3_":{
3210
4110
  "type": "CPP_EFT_A0R_A1",
3211
4111
  "overwrite_app_function": 0,
3212
- "store": ["A1", "A0R"]
4112
+ "store": {
4113
+ "src": "A1",
4114
+ "dst": "A0"
4115
+ }
3213
4116
  },
3214
4117
  "_ZNSsaSEPKc":{
3215
4118
  "type": "CPP_EFT_A0R_A1",
3216
4119
  "overwrite_app_function": 0,
3217
- "store": ["A1", "A0R"]
4120
+ "store": {
4121
+ "src": "A1",
4122
+ "dst": "A0"
4123
+ }
3218
4124
  },
3219
4125
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEPKc":{
3220
4126
  "type": "CPP_EFT_A0R_A1",
3221
4127
  "overwrite_app_function": 0,
3222
- "store": ["A1", "A0R"]
4128
+ "store": {
4129
+ "src": "A1",
4130
+ "dst": "A0"
4131
+ }
3223
4132
  },
3224
4133
  "_ZNSsC1ERKSs":{
3225
4134
  "type": "CPP_EFT_A0R_A1R",
3226
4135
  "overwrite_app_function": 0,
3227
- "load_store": ["A1R", "V","A0R"]
4136
+ "compound": {
4137
+ "load": {
4138
+ "src": "A1",
4139
+ "dst": "Dummy"
4140
+ },
4141
+ "store": {
4142
+ "src": "Dummy",
4143
+ "dst": "A0"
4144
+ }
4145
+ }
3228
4146
  },
3229
4147
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_":{
3230
4148
  "type": "CPP_EFT_A0R_A1R",
3231
4149
  "overwrite_app_function": 0,
3232
- "load_store": ["A1R", "V","A0R"]
4150
+ "compound": {
4151
+ "load": {
4152
+ "src": "A1",
4153
+ "dst": "Dummy"
4154
+ },
4155
+ "store": {
4156
+ "src": "Dummy",
4157
+ "dst": "A0"
4158
+ }
4159
+ }
3233
4160
  },
3234
4161
  "_ZNSsC1ERKSsmm":{
3235
4162
  "type": "CPP_EFT_A0R_A1R",
3236
4163
  "overwrite_app_function": 0,
3237
- "load_store": ["A1R", "V","A0R"]
4164
+ "compound": {
4165
+ "load": {
4166
+ "src": "A1",
4167
+ "dst": "Dummy"
4168
+ },
4169
+ "store": {
4170
+ "src": "Dummy",
4171
+ "dst": "A0"
4172
+ }
4173
+ }
3238
4174
  },
3239
4175
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEC1ERKS4_mm":{
3240
4176
  "type": "CPP_EFT_A0R_A1R",
3241
4177
  "overwrite_app_function": 0,
3242
- "load_store": ["A1R", "V","A0R"]
4178
+ "compound": {
4179
+ "load": {
4180
+ "src": "A1",
4181
+ "dst": "Dummy"
4182
+ },
4183
+ "store": {
4184
+ "src": "Dummy",
4185
+ "dst": "A0"
4186
+ }
4187
+ }
3243
4188
  },
3244
4189
  "_ZNSsaSERKSs":{
3245
4190
  "type": "CPP_EFT_A0R_A1R",
3246
4191
  "overwrite_app_function": 0,
3247
- "load_store": ["A1R", "V","A0R"]
4192
+ "compound": {
4193
+ "load": {
4194
+ "src": "A1",
4195
+ "dst": "Dummy"
4196
+ },
4197
+ "store": {
4198
+ "src": "Dummy",
4199
+ "dst": "A0"
4200
+ }
4201
+ }
3248
4202
  },
3249
4203
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSERKS4_":{
3250
4204
  "type": "CPP_EFT_A0R_A1R",
3251
4205
  "overwrite_app_function": 0,
3252
- "load_store": ["A1R", "V","A0R"]
4206
+ "compound": {
4207
+ "load": {
4208
+ "src": "A1",
4209
+ "dst": "Dummy"
4210
+ },
4211
+ "store": {
4212
+ "src": "Dummy",
4213
+ "dst": "A0"
4214
+ }
4215
+ }
3253
4216
  },
3254
4217
  "_ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEaSEOS4_":{
3255
4218
  "type": "CPP_EFT_A0R_A1R",
3256
4219
  "overwrite_app_function": 0,
3257
- "load_store": ["A1R", "V","A0R"]
4220
+ "compound": {
4221
+ "load": {
4222
+ "src": "A1",
4223
+ "dst": "Dummy"
4224
+ },
4225
+ "store": {
4226
+ "src": "Dummy",
4227
+ "dst": "A0"
4228
+ }
4229
+ }
3258
4230
  },
3259
4231
  "_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKSbIS4_S5_T1_E":{
3260
4232
  "type": "CPP_EFT_A1R",
3261
4233
  "overwrite_app_function": 0,
3262
- "load": ["A1R", "V"]
4234
+ "load": {
4235
+ "src": "A1",
4236
+ "dst": "Dummy"
4237
+ }
3263
4238
  },
3264
4239
  "_ZStlsIcSt11char_traitsIcESaIcEERSt13basic_ostreamIT_T0_ES7_RKNSt7__cxx1112basic_stringIS4_S5_T1_EE":{
3265
4240
  "type": "CPP_EFT_A1R",
3266
4241
  "overwrite_app_function": 0,
3267
- "load": ["A1R", "V"]
4242
+ "load": {
4243
+ "src": "A1",
4244
+ "dst": "Dummy"
4245
+ }
3268
4246
  },
3269
4247
  "__dynamic_cast":{
3270
4248
  "type": "CPP_EFT_DYNAMIC_CAST",
3271
4249
  "overwrite_app_function": 0,
3272
- "copy": ["A0", "L"]
4250
+ "copy": {
4251
+ "src": "A0",
4252
+ "dst": "L"
4253
+ }
3273
4254
  },
3274
4255
  "_ZNSt5arrayIPK1ALm2EE4backEv":{
3275
4256
  "type": "CPP_EFT_DYNAMIC_CAST",
3276
4257
  "overwrite_app_function": 1,
3277
- "gep_gep": ["A0", "0", "V", "0", "L"]
4258
+ "compound": {
4259
+ "gep": {
4260
+ "src": "A0",
4261
+ "dst": "Dummy",
4262
+ "offset": "0"
4263
+ },
4264
+ "gep": {
4265
+ "src": "Dummy",
4266
+ "dst": "L",
4267
+ "offset": "0"
4268
+ }
4269
+ }
3278
4270
  }
3279
4271
  }