pyvex 9.2.179__tar.gz → 9.2.180__tar.gz

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.

Potentially problematic release.


This version of pyvex might be problematic. Click here for more details.

Files changed (256) hide show
  1. {pyvex-9.2.179 → pyvex-9.2.180}/PKG-INFO +1 -1
  2. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/__init__.py +1 -1
  3. {pyvex-9.2.179 → pyvex-9.2.180}/.git-blame-ignore-revs +0 -0
  4. {pyvex-9.2.179 → pyvex-9.2.180}/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  5. {pyvex-9.2.179 → pyvex-9.2.180}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  6. {pyvex-9.2.179 → pyvex-9.2.180}/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
  7. {pyvex-9.2.179 → pyvex-9.2.180}/.github/ISSUE_TEMPLATE/question.yml +0 -0
  8. {pyvex-9.2.179 → pyvex-9.2.180}/.github/workflows/ci.yml +0 -0
  9. {pyvex-9.2.179 → pyvex-9.2.180}/.github/workflows/cifuzz.yml +0 -0
  10. {pyvex-9.2.179 → pyvex-9.2.180}/.github/workflows/nightly-ci.yml +0 -0
  11. {pyvex-9.2.179 → pyvex-9.2.180}/.gitignore +0 -0
  12. {pyvex-9.2.179 → pyvex-9.2.180}/.gitmodules +0 -0
  13. {pyvex-9.2.179 → pyvex-9.2.180}/.pre-commit-config.yaml +0 -0
  14. {pyvex-9.2.179 → pyvex-9.2.180}/.readthedocs.yml +0 -0
  15. {pyvex-9.2.179 → pyvex-9.2.180}/CMakeLists.txt +0 -0
  16. {pyvex-9.2.179 → pyvex-9.2.180}/LICENSE +0 -0
  17. {pyvex-9.2.179 → pyvex-9.2.180}/MANIFEST.in +0 -0
  18. {pyvex-9.2.179 → pyvex-9.2.180}/README.md +0 -0
  19. {pyvex-9.2.179 → pyvex-9.2.180}/docs/Makefile +0 -0
  20. {pyvex-9.2.179 → pyvex-9.2.180}/docs/api.rst +0 -0
  21. {pyvex-9.2.179 → pyvex-9.2.180}/docs/conf.py +0 -0
  22. {pyvex-9.2.179 → pyvex-9.2.180}/docs/index.rst +0 -0
  23. {pyvex-9.2.179 → pyvex-9.2.180}/docs/make.bat +0 -0
  24. {pyvex-9.2.179 → pyvex-9.2.180}/docs/quickstart.rst +0 -0
  25. {pyvex-9.2.179 → pyvex-9.2.180}/fuzzing/build.sh +0 -0
  26. {pyvex-9.2.179 → pyvex-9.2.180}/fuzzing/enhanced_fdp.py +0 -0
  27. {pyvex-9.2.179 → pyvex-9.2.180}/fuzzing/irsb_fuzzer.py +0 -0
  28. {pyvex-9.2.179 → pyvex-9.2.180}/make_ffi.py +0 -0
  29. {pyvex-9.2.179 → pyvex-9.2.180}/pyproject.toml +0 -0
  30. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/_register_info.py +0 -0
  31. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/arches.py +0 -0
  32. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/block.py +0 -0
  33. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/const.py +0 -0
  34. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/const_val.py +0 -0
  35. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/data_ref.py +0 -0
  36. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/enums.py +0 -0
  37. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/errors.py +0 -0
  38. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/expr.py +0 -0
  39. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/__init__.py +0 -0
  40. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/gym/README.md +0 -0
  41. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/gym/__init__.py +0 -0
  42. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/gym/aarch64_spotter.py +0 -0
  43. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/gym/arm_spotter.py +0 -0
  44. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/gym/x86_spotter.py +0 -0
  45. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/libvex.py +0 -0
  46. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/lift_function.py +0 -0
  47. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/lifter.py +0 -0
  48. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/post_processor.py +0 -0
  49. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/util/__init__.py +0 -0
  50. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/util/instr_helper.py +0 -0
  51. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/util/lifter_helper.py +0 -0
  52. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/util/syntax_wrapper.py +0 -0
  53. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/util/vex_helper.py +0 -0
  54. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/lifting/zerodivision.py +0 -0
  55. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/native.py +0 -0
  56. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/py.typed +0 -0
  57. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/stmt.py +0 -0
  58. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/types.py +0 -0
  59. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex/utils.py +0 -0
  60. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/LICENSE +0 -0
  61. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/README +0 -0
  62. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/analysis.c +0 -0
  63. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/e4c_lite.h +0 -0
  64. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/logging.c +0 -0
  65. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/logging.h +0 -0
  66. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/postprocess.c +0 -0
  67. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/pyvex.c +0 -0
  68. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/pyvex.def +0 -0
  69. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/pyvex.h +0 -0
  70. {pyvex-9.2.179 → pyvex-9.2.180}/pyvex_c/pyvex_internal.h +0 -0
  71. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.github/ISSUE_TEMPLATE/bug-report.yml +0 -0
  72. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.github/ISSUE_TEMPLATE/config.yml +0 -0
  73. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.github/ISSUE_TEMPLATE/feature-request.yml +0 -0
  74. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.github/ISSUE_TEMPLATE/question.yml +0 -0
  75. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.github/workflows/build.yml +0 -0
  76. {pyvex-9.2.179 → pyvex-9.2.180}/vex/.gitignore +0 -0
  77. {pyvex-9.2.179 → pyvex-9.2.180}/vex/HACKING.README +0 -0
  78. {pyvex-9.2.179 → pyvex-9.2.180}/vex/LICENSE.GPL +0 -0
  79. {pyvex-9.2.179 → pyvex-9.2.180}/vex/LICENSE.README +0 -0
  80. {pyvex-9.2.179 → pyvex-9.2.180}/vex/Makefile-gcc +0 -0
  81. {pyvex-9.2.179 → pyvex-9.2.180}/vex/Makefile-msvc +0 -0
  82. {pyvex-9.2.179 → pyvex-9.2.180}/vex/README.md +0 -0
  83. {pyvex-9.2.179 → pyvex-9.2.180}/vex/TODO.txt +0 -0
  84. {pyvex-9.2.179 → pyvex-9.2.180}/vex/auxprogs/genoffsets.c +0 -0
  85. {pyvex-9.2.179 → pyvex-9.2.180}/vex/common.mk +0 -0
  86. {pyvex-9.2.179 → pyvex-9.2.180}/vex/nanoarm.orig +0 -0
  87. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/Compare.hs +0 -0
  88. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/SortedToOrig.hs +0 -0
  89. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/test1.orig +0 -0
  90. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/test1.sorted +0 -0
  91. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/test2.orig +0 -0
  92. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_amd64/test2.sorted +0 -0
  93. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_arm/nanoarm +0 -0
  94. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_arm/nanoarm.orig +0 -0
  95. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_ppc32/date.orig +0 -0
  96. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_ppc32/loadsafp.orig +0 -0
  97. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_ppc32/morefp.orig +0 -0
  98. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_ppc32/return0.orig +0 -0
  99. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_x86/exit42.orig +0 -0
  100. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_x86/fpu_mmx_sse.orig +0 -0
  101. {pyvex-9.2.179 → pyvex-9.2.180}/vex/orig_x86/manyfp.orig +0 -0
  102. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_amd64_defs.h +0 -0
  103. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_amd64_helpers.c +0 -0
  104. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_amd64_toIR.c +0 -0
  105. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm64_defs.h +0 -0
  106. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm64_helpers.c +0 -0
  107. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm64_toIR.c +0 -0
  108. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm_defs.h +0 -0
  109. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm_helpers.c +0 -0
  110. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_arm_toIR.c +0 -0
  111. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_generic_bb_to_IR.c +0 -0
  112. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_generic_bb_to_IR.h +0 -0
  113. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_generic_x87.c +0 -0
  114. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_generic_x87.h +0 -0
  115. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_mips_defs.h +0 -0
  116. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_mips_helpers.c +0 -0
  117. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_mips_toIR.c +0 -0
  118. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_ppc_defs.h +0 -0
  119. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_ppc_helpers.c +0 -0
  120. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_ppc_toIR.c +0 -0
  121. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_riscv64_defs.h +0 -0
  122. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_riscv64_helpers.c +0 -0
  123. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_riscv64_toIR.c +0 -0
  124. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_s390_defs.h +0 -0
  125. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_s390_helpers.c +0 -0
  126. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_s390_insn_formats.py +0 -0
  127. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_s390_toIR.c +0 -0
  128. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_tilegx_defs.h +0 -0
  129. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_tilegx_helpers.c +0 -0
  130. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_tilegx_toIR.c +0 -0
  131. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_x86_defs.h +0 -0
  132. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_x86_helpers.c +0 -0
  133. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/guest_x86_toIR.c +0 -0
  134. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_amd64_defs.c +0 -0
  135. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_amd64_defs.h +0 -0
  136. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_amd64_isel.c +0 -0
  137. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm64_defs.c +0 -0
  138. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm64_defs.h +0 -0
  139. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm64_isel.c +0 -0
  140. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm_defs.c +0 -0
  141. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm_defs.h +0 -0
  142. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_arm_isel.c +0 -0
  143. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_maddf.c +0 -0
  144. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_maddf.h +0 -0
  145. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_reg_alloc2.c +0 -0
  146. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_reg_alloc3.c +0 -0
  147. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_regs.c +0 -0
  148. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_regs.h +0 -0
  149. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd128.c +0 -0
  150. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd128.h +0 -0
  151. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd256.c +0 -0
  152. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd256.h +0 -0
  153. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd64.c +0 -0
  154. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_generic_simd64.h +0 -0
  155. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_mips_defs.c +0 -0
  156. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_mips_defs.h +0 -0
  157. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_mips_isel.c +0 -0
  158. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_ppc_defs.c +0 -0
  159. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_ppc_defs.h +0 -0
  160. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_ppc_isel.c +0 -0
  161. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_riscv64_defs.c +0 -0
  162. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_riscv64_defs.h +0 -0
  163. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_riscv64_isel.c +0 -0
  164. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_s390_defs.c +0 -0
  165. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_s390_defs.h +0 -0
  166. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_s390_isel.c +0 -0
  167. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_tilegx_defs.c +0 -0
  168. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_tilegx_defs.h +0 -0
  169. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_tilegx_isel.c +0 -0
  170. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_x86_defs.c +0 -0
  171. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_x86_defs.h +0 -0
  172. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/host_x86_isel.c +0 -0
  173. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_defs.c +0 -0
  174. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_inject.c +0 -0
  175. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_match.c +0 -0
  176. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_match.h +0 -0
  177. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_opt.c +0 -0
  178. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/ir_opt.h +0 -0
  179. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/main_globals.c +0 -0
  180. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/main_globals.h +0 -0
  181. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/main_main.c +0 -0
  182. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/main_util.c +0 -0
  183. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/main_util.h +0 -0
  184. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/multiarch_main_main.c +0 -0
  185. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/s390_defs.h +0 -0
  186. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/s390_disasm.c +0 -0
  187. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/s390_disasm.h +0 -0
  188. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/tilegx_disasm.c +0 -0
  189. {pyvex-9.2.179 → pyvex-9.2.180}/vex/priv/tilegx_disasm.h +0 -0
  190. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex.h +0 -0
  191. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_basictypes.h +0 -0
  192. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_emnote.h +0 -0
  193. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_amd64.h +0 -0
  194. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_arm.h +0 -0
  195. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_arm64.h +0 -0
  196. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_mips32.h +0 -0
  197. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_mips64.h +0 -0
  198. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_ppc32.h +0 -0
  199. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_ppc64.h +0 -0
  200. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_riscv64.h +0 -0
  201. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_s390x.h +0 -0
  202. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_tilegx.h +0 -0
  203. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_guest_x86.h +0 -0
  204. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_ir.h +0 -0
  205. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_s390x_common.h +0 -0
  206. {pyvex-9.2.179 → pyvex-9.2.180}/vex/pub/libvex_trc_values.h +0 -0
  207. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/Makefile +0 -0
  208. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/binary_switchback.pl +0 -0
  209. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/linker.c +0 -0
  210. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/linker.h +0 -0
  211. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/switchback.c +0 -0
  212. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/test_bzip2.c +0 -0
  213. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/test_emfloat.c +0 -0
  214. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/test_hello.c +0 -0
  215. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/test_ppc_jm1.c +0 -0
  216. {pyvex-9.2.179 → pyvex-9.2.180}/vex/switchback/test_simple.c +0 -0
  217. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fldenv.c +0 -0
  218. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fp1.c +0 -0
  219. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fp1.s +0 -0
  220. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fpconst.c +0 -0
  221. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fpgames.s +0 -0
  222. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fpspeed.c +0 -0
  223. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fpucw.c +0 -0
  224. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/frstor.c +0 -0
  225. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fsave.c +0 -0
  226. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fstenv.c +0 -0
  227. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/fxsave.c +0 -0
  228. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/mmxtest.c +0 -0
  229. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/mxcsr.c +0 -0
  230. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/rounderr.c +0 -0
  231. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-amd64-muldiv.h +0 -0
  232. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-amd64-shift.h +0 -0
  233. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-amd64.c +0 -0
  234. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-amd64.h +0 -0
  235. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-i386-muldiv.h +0 -0
  236. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-i386-shift.h +0 -0
  237. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-i386.c +0 -0
  238. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/test-i386.h +0 -0
  239. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/x87fxam.c +0 -0
  240. {pyvex-9.2.179 → pyvex-9.2.180}/vex/test/x87tst.c +0 -0
  241. {pyvex-9.2.179 → pyvex-9.2.180}/vex/unused/arena.h +0 -0
  242. {pyvex-9.2.179 → pyvex-9.2.180}/vex/unused/dispatch.c +0 -0
  243. {pyvex-9.2.179 → pyvex-9.2.180}/vex/unused/linker.c +0 -0
  244. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/Makefile-vex +0 -0
  245. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/cpuid.c +0 -0
  246. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/fp_80_64.c +0 -0
  247. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/fpround.c +0 -0
  248. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/fspill.c +0 -0
  249. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/gradual_underflow.c +0 -0
  250. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/hd_fpu.c +0 -0
  251. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/show_fp_state.c +0 -0
  252. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/smchash.c +0 -0
  253. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/test_main.c +0 -0
  254. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/test_main.h +0 -0
  255. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/test_main.h.base +0 -0
  256. {pyvex-9.2.179 → pyvex-9.2.180}/vex/useful/x87_to_vex_and_back.c +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyvex
3
- Version: 9.2.179
3
+ Version: 9.2.180
4
4
  Summary: A Python interface to libVEX and VEX IR
5
5
  License-Expression: BSD-2-Clause AND GPL-2.0-only
6
6
  License-File: LICENSE
@@ -3,7 +3,7 @@ PyVEX provides an interface that translates binary code into the VEX intermediat
3
3
  For an introduction to VEX, take a look here: https://docs.angr.io/advanced-topics/ir
4
4
  """
5
5
 
6
- __version__ = "9.2.179"
6
+ __version__ = "9.2.180"
7
7
 
8
8
  from . import const, expr, stmt
9
9
  from .arches import (
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes