pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  9 14:02:32 UTC 2020

Modified Files:
        pkgsrc/devel/py-angr: Makefile PLIST distinfo
        pkgsrc/devel/py-angr/patches: patch-native_Makefile
        pkgsrc/devel/py-archinfo: Makefile PLIST distinfo
        pkgsrc/devel/py-cle: Makefile PLIST distinfo
        pkgsrc/devel/py-pyvex: Makefile PLIST distinfo vex.mk
        pkgsrc/devel/py-pyvex/patches: patch-pyvex__c_Makefile
        pkgsrc/math/py-claripy: Makefile PLIST distinfo

Log Message:
py-angr: update py-angr and dependencies (all from the angr project) to 8.20.1.7

This now only supports python 3.x.

Other changes not documented.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-angr/Makefile \
    pkgsrc/devel/py-angr/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-angr/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-angr/patches/patch-native_Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-archinfo/Makefile \
    pkgsrc/devel/py-archinfo/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-archinfo/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cle/Makefile \
    pkgsrc/devel/py-cle/PLIST pkgsrc/devel/py-cle/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pyvex/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pyvex/PLIST \
    pkgsrc/devel/py-pyvex/distinfo pkgsrc/devel/py-pyvex/vex.mk
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-claripy/Makefile \
    pkgsrc/math/py-claripy/PLIST pkgsrc/math/py-claripy/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-angr/Makefile
diff -u pkgsrc/devel/py-angr/Makefile:1.2 pkgsrc/devel/py-angr/Makefile:1.3
--- pkgsrc/devel/py-angr/Makefile:1.2   Tue May  8 17:54:42 2018
+++ pkgsrc/devel/py-angr/Makefile       Thu Jan  9 14:02:31 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2018/05/08 17:54:42 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2020/01/09 14:02:31 wiz Exp $
 
-DISTNAME=      angr-7.8.2.21
+DISTNAME=      angr-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angr/}
 GITHUB_PROJECT=        angr
-GITHUB_TAG=    000718deab49cf506f6d26d69c63215cbcf1eb5b
+GITHUB_TAG=    5cb726d5139537cbe7c03bc5ed540b9cdb7c7e21
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/angr/angr/
@@ -17,16 +17,16 @@ USE_TOOLS+= gmake
 
 MAKE_FLAGS+=   LIBDIR=${LIBDIR:Q}
 
+DEPENDS+=      ${PYPKGPREFIX}-archinfo-[0-9]*:../../devel/py-archinfo
 DEPENDS+=      ${PYPKGPREFIX}-cachetools-[0-9]*:../../devel/py-cachetools
 DEPENDS+=      ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
 DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 DEPENDS+=      ${PYPKGPREFIX}-cle-[0-9]*:../../devel/py-cle
-DEPENDS+=      ${PYPKGPREFIX}-futures-[0-9]*:../../devel/py-futures
 DEPENDS+=      ${PYPKGPREFIX}-pyvex-[0-9]*:../../devel/py-pyvex
 DEPENDS+=      ${PYPKGPREFIX}-unicorn-[0-9]*:../../emulators/py-unicorn
 DEPENDS+=      ${PYPKGPREFIX}-claripy-[0-9]*:../../math/py-claripy
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 OPSYSVARS+=    SOEXT
 SOEXT.Darwin=  dylib
Index: pkgsrc/devel/py-angr/PLIST
diff -u pkgsrc/devel/py-angr/PLIST:1.2 pkgsrc/devel/py-angr/PLIST:1.3
--- pkgsrc/devel/py-angr/PLIST:1.2      Tue May  8 17:54:42 2018
+++ pkgsrc/devel/py-angr/PLIST  Thu Jan  9 14:02:31 2020
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2018/05/08 17:54:42 khorben Exp $
-${PYSITELIB}/angr-7.8.2.21-py${PYVERSSUFFIX}.egg-info/PKG-INFO
-${PYSITELIB}/angr-7.8.2.21-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
-${PYSITELIB}/angr-7.8.2.21-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
-${PYSITELIB}/angr-7.8.2.21-py${PYVERSSUFFIX}.egg-info/requires.txt
-${PYSITELIB}/angr-7.8.2.21-py${PYVERSSUFFIX}.egg-info/top_level.txt
+@comment $NetBSD: PLIST,v 1.3 2020/01/09 14:02:31 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/angr/__init__.py
 ${PYSITELIB}/angr/__init__.pyc
 ${PYSITELIB}/angr/__init__.pyo
@@ -28,39 +28,48 @@ ${PYSITELIB}/angr/analyses/boyscout.pyo
 ${PYSITELIB}/angr/analyses/callee_cleanup_finder.py
 ${PYSITELIB}/angr/analyses/callee_cleanup_finder.pyc
 ${PYSITELIB}/angr/analyses/callee_cleanup_finder.pyo
+${PYSITELIB}/angr/analyses/calling_convention.py
+${PYSITELIB}/angr/analyses/calling_convention.pyc
+${PYSITELIB}/angr/analyses/calling_convention.pyo
 ${PYSITELIB}/angr/analyses/cdg.py
 ${PYSITELIB}/angr/analyses/cdg.pyc
 ${PYSITELIB}/angr/analyses/cdg.pyo
 ${PYSITELIB}/angr/analyses/cfg/__init__.py
 ${PYSITELIB}/angr/analyses/cfg/__init__.pyc
 ${PYSITELIB}/angr/analyses/cfg/__init__.pyo
+${PYSITELIB}/angr/analyses/cfg/cfb.py
+${PYSITELIB}/angr/analyses/cfg/cfb.pyc
+${PYSITELIB}/angr/analyses/cfg/cfb.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg.py
 ${PYSITELIB}/angr/analyses/cfg/cfg.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg.pyo
-${PYSITELIB}/angr/analyses/cfg/cfg_accurate.py
-${PYSITELIB}/angr/analyses/cfg/cfg_accurate.pyc
-${PYSITELIB}/angr/analyses/cfg/cfg_accurate.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg_arch_options.py
 ${PYSITELIB}/angr/analyses/cfg/cfg_arch_options.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg_arch_options.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg_base.py
 ${PYSITELIB}/angr/analyses/cfg/cfg_base.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg_base.pyo
+${PYSITELIB}/angr/analyses/cfg/cfg_emulated.py
+${PYSITELIB}/angr/analyses/cfg/cfg_emulated.pyc
+${PYSITELIB}/angr/analyses/cfg/cfg_emulated.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg_fast.py
 ${PYSITELIB}/angr/analyses/cfg/cfg_fast.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg_fast.pyo
+${PYSITELIB}/angr/analyses/cfg/cfg_fast_soot.py
+${PYSITELIB}/angr/analyses/cfg/cfg_fast_soot.pyc
+${PYSITELIB}/angr/analyses/cfg/cfg_fast_soot.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg_job_base.py
 ${PYSITELIB}/angr/analyses/cfg/cfg_job_base.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg_job_base.pyo
-${PYSITELIB}/angr/analyses/cfg/cfg_node.py
-${PYSITELIB}/angr/analyses/cfg/cfg_node.pyc
-${PYSITELIB}/angr/analyses/cfg/cfg_node.pyo
 ${PYSITELIB}/angr/analyses/cfg/cfg_utils.py
 ${PYSITELIB}/angr/analyses/cfg/cfg_utils.pyc
 ${PYSITELIB}/angr/analyses/cfg/cfg_utils.pyo
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/__init__.py
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/__init__.pyc
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/__init__.pyo
+${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/amd64_elf_got.py
+${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/amd64_elf_got.pyc
+${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/amd64_elf_got.pyo
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/default_resolvers.py
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/default_resolvers.pyc
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/default_resolvers.pyo
@@ -79,9 +88,15 @@ ${PYSITELIB}/angr/analyses/cfg/indirect_
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/x86_pe_iat.py
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/x86_pe_iat.pyc
 ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/x86_pe_iat.pyo
+${PYSITELIB}/angr/analyses/cfg/segment_list.py
+${PYSITELIB}/angr/analyses/cfg/segment_list.pyc
+${PYSITELIB}/angr/analyses/cfg/segment_list.pyo
 ${PYSITELIB}/angr/analyses/code_location.py
 ${PYSITELIB}/angr/analyses/code_location.pyc
 ${PYSITELIB}/angr/analyses/code_location.pyo
+${PYSITELIB}/angr/analyses/code_tagging.py
+${PYSITELIB}/angr/analyses/code_tagging.pyc
+${PYSITELIB}/angr/analyses/code_tagging.pyo
 ${PYSITELIB}/angr/analyses/congruency_check.py
 ${PYSITELIB}/angr/analyses/congruency_check.pyc
 ${PYSITELIB}/angr/analyses/congruency_check.pyo
@@ -91,18 +106,87 @@ ${PYSITELIB}/angr/analyses/datagraph_met
 ${PYSITELIB}/angr/analyses/ddg.py
 ${PYSITELIB}/angr/analyses/ddg.pyc
 ${PYSITELIB}/angr/analyses/ddg.pyo
-${PYSITELIB}/angr/analyses/dfg.py
-${PYSITELIB}/angr/analyses/dfg.pyc
-${PYSITELIB}/angr/analyses/dfg.pyo
+${PYSITELIB}/angr/analyses/decompiler/__init__.py
+${PYSITELIB}/angr/analyses/decompiler/__init__.pyc
+${PYSITELIB}/angr/analyses/decompiler/__init__.pyo
+${PYSITELIB}/angr/analyses/decompiler/clinic.py
+${PYSITELIB}/angr/analyses/decompiler/clinic.pyc
+${PYSITELIB}/angr/analyses/decompiler/clinic.pyo
+${PYSITELIB}/angr/analyses/decompiler/decompiler.py
+${PYSITELIB}/angr/analyses/decompiler/decompiler.pyc
+${PYSITELIB}/angr/analyses/decompiler/decompiler.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/__init__.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/__init__.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/__init__.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/base_ptr_save_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/base_ptr_save_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/base_ptr_save_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/div_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/div_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/div_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/engine_base.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/engine_base.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/engine_base.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/mod_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/mod_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/mod_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/multi_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/multi_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/multi_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/optimization_pass.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/optimization_pass.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/optimization_pass.pyo
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/stack_canary_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/stack_canary_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/optimization_passes/stack_canary_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/region_identifier.py
+${PYSITELIB}/angr/analyses/decompiler/region_identifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/region_identifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/region_simplifier.py
+${PYSITELIB}/angr/analyses/decompiler/region_simplifier.pyc
+${PYSITELIB}/angr/analyses/decompiler/region_simplifier.pyo
+${PYSITELIB}/angr/analyses/decompiler/structured_codegen.py
+${PYSITELIB}/angr/analyses/decompiler/structured_codegen.pyc
+${PYSITELIB}/angr/analyses/decompiler/structured_codegen.pyo
+${PYSITELIB}/angr/analyses/decompiler/structurer.py
+${PYSITELIB}/angr/analyses/decompiler/structurer.pyc
+${PYSITELIB}/angr/analyses/decompiler/structurer.pyo
 ${PYSITELIB}/angr/analyses/disassembly.py
 ${PYSITELIB}/angr/analyses/disassembly.pyc
 ${PYSITELIB}/angr/analyses/disassembly.pyo
 ${PYSITELIB}/angr/analyses/disassembly_utils.py
 ${PYSITELIB}/angr/analyses/disassembly_utils.pyc
 ${PYSITELIB}/angr/analyses/disassembly_utils.pyo
-${PYSITELIB}/angr/analyses/forward_analysis.py
-${PYSITELIB}/angr/analyses/forward_analysis.pyc
-${PYSITELIB}/angr/analyses/forward_analysis.pyo
+${PYSITELIB}/angr/analyses/dominance_frontier.py
+${PYSITELIB}/angr/analyses/dominance_frontier.pyc
+${PYSITELIB}/angr/analyses/dominance_frontier.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/__init__.py
+${PYSITELIB}/angr/analyses/forward_analysis/__init__.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/__init__.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/forward_analysis.py
+${PYSITELIB}/angr/analyses/forward_analysis/forward_analysis.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/forward_analysis.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/job_info.py
+${PYSITELIB}/angr/analyses/forward_analysis/job_info.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/job_info.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/__init__.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/__init__.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/__init__.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/call_graph.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/call_graph.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/call_graph.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/function_graph.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/function_graph.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/function_graph.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/graph.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/graph.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/graph.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/loop.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/loop.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/loop.pyo
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/single_node_graph.py
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/single_node_graph.pyc
+${PYSITELIB}/angr/analyses/forward_analysis/visitors/single_node_graph.pyo
 ${PYSITELIB}/angr/analyses/girlscout.py
 ${PYSITELIB}/angr/analyses/girlscout.pyc
 ${PYSITELIB}/angr/analyses/girlscout.pyo
@@ -196,12 +280,84 @@ ${PYSITELIB}/angr/analyses/identifier/id
 ${PYSITELIB}/angr/analyses/identifier/runner.py
 ${PYSITELIB}/angr/analyses/identifier/runner.pyc
 ${PYSITELIB}/angr/analyses/identifier/runner.pyo
+${PYSITELIB}/angr/analyses/loop_analysis.py
+${PYSITELIB}/angr/analyses/loop_analysis.pyc
+${PYSITELIB}/angr/analyses/loop_analysis.pyo
 ${PYSITELIB}/angr/analyses/loopfinder.py
 ${PYSITELIB}/angr/analyses/loopfinder.pyc
 ${PYSITELIB}/angr/analyses/loopfinder.pyo
+${PYSITELIB}/angr/analyses/propagator/__init__.py
+${PYSITELIB}/angr/analyses/propagator/__init__.pyc
+${PYSITELIB}/angr/analyses/propagator/__init__.pyo
+${PYSITELIB}/angr/analyses/propagator/engine_ail.py
+${PYSITELIB}/angr/analyses/propagator/engine_ail.pyc
+${PYSITELIB}/angr/analyses/propagator/engine_ail.pyo
+${PYSITELIB}/angr/analyses/propagator/engine_base.py
+${PYSITELIB}/angr/analyses/propagator/engine_base.pyc
+${PYSITELIB}/angr/analyses/propagator/engine_base.pyo
+${PYSITELIB}/angr/analyses/propagator/engine_vex.py
+${PYSITELIB}/angr/analyses/propagator/engine_vex.pyc
+${PYSITELIB}/angr/analyses/propagator/engine_vex.pyo
+${PYSITELIB}/angr/analyses/propagator/propagator.py
+${PYSITELIB}/angr/analyses/propagator/propagator.pyc
+${PYSITELIB}/angr/analyses/propagator/propagator.pyo
+${PYSITELIB}/angr/analyses/propagator/values.py
+${PYSITELIB}/angr/analyses/propagator/values.pyc
+${PYSITELIB}/angr/analyses/propagator/values.pyo
+${PYSITELIB}/angr/analyses/propagator/vex_vars.py
+${PYSITELIB}/angr/analyses/propagator/vex_vars.pyc
+${PYSITELIB}/angr/analyses/propagator/vex_vars.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/__init__.py
+${PYSITELIB}/angr/analyses/reaching_definitions/__init__.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/__init__.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/atoms.py
+${PYSITELIB}/angr/analyses/reaching_definitions/atoms.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/atoms.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/constants.py
+${PYSITELIB}/angr/analyses/reaching_definitions/constants.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/constants.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/dataset.py
+${PYSITELIB}/angr/analyses/reaching_definitions/dataset.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/dataset.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/def_use_graph.py
+${PYSITELIB}/angr/analyses/reaching_definitions/def_use_graph.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/def_use_graph.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/definition.py
+${PYSITELIB}/angr/analyses/reaching_definitions/definition.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/definition.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_ail.py
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_ail.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_ail.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_vex.py
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_vex.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/engine_vex.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/external_codeloc.py
+${PYSITELIB}/angr/analyses/reaching_definitions/external_codeloc.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/external_codeloc.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/live_definitions.py
+${PYSITELIB}/angr/analyses/reaching_definitions/live_definitions.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/live_definitions.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/reaching_definitions.py
+${PYSITELIB}/angr/analyses/reaching_definitions/reaching_definitions.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/reaching_definitions.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/subject.py
+${PYSITELIB}/angr/analyses/reaching_definitions/subject.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/subject.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/undefined.py
+${PYSITELIB}/angr/analyses/reaching_definitions/undefined.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/undefined.pyo
+${PYSITELIB}/angr/analyses/reaching_definitions/uses.py
+${PYSITELIB}/angr/analyses/reaching_definitions/uses.pyc
+${PYSITELIB}/angr/analyses/reaching_definitions/uses.pyo
 ${PYSITELIB}/angr/analyses/reassembler.py
 ${PYSITELIB}/angr/analyses/reassembler.pyc
 ${PYSITELIB}/angr/analyses/reassembler.pyo
+${PYSITELIB}/angr/analyses/soot_class_hierarchy.py
+${PYSITELIB}/angr/analyses/soot_class_hierarchy.pyc
+${PYSITELIB}/angr/analyses/soot_class_hierarchy.pyo
+${PYSITELIB}/angr/analyses/stack_pointer_tracker.py
+${PYSITELIB}/angr/analyses/stack_pointer_tracker.pyc
+${PYSITELIB}/angr/analyses/stack_pointer_tracker.pyo
 ${PYSITELIB}/angr/analyses/static_hooker.py
 ${PYSITELIB}/angr/analyses/static_hooker.pyc
 ${PYSITELIB}/angr/analyses/static_hooker.pyo
@@ -214,6 +370,9 @@ ${PYSITELIB}/angr/analyses/variable_reco
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.py
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.pyc
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.pyo
+${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_base.py
+${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_base.pyc
+${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_base.pyo
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_fast.py
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_fast.pyc
 ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery_fast.pyo
@@ -226,6 +385,9 @@ ${PYSITELIB}/angr/analyses/vfg.pyo
 ${PYSITELIB}/angr/analyses/vsa_ddg.py
 ${PYSITELIB}/angr/analyses/vsa_ddg.pyc
 ${PYSITELIB}/angr/analyses/vsa_ddg.pyo
+${PYSITELIB}/angr/analyses/xrefs.py
+${PYSITELIB}/angr/analyses/xrefs.pyc
+${PYSITELIB}/angr/analyses/xrefs.pyo
 ${PYSITELIB}/angr/annocfg.py
 ${PYSITELIB}/angr/annocfg.pyc
 ${PYSITELIB}/angr/annocfg.pyo
@@ -283,6 +445,9 @@ ${PYSITELIB}/angr/concretization_strateg
 ${PYSITELIB}/angr/engines/__init__.py
 ${PYSITELIB}/angr/engines/__init__.pyc
 ${PYSITELIB}/angr/engines/__init__.pyo
+${PYSITELIB}/angr/engines/concrete.py
+${PYSITELIB}/angr/engines/concrete.pyc
+${PYSITELIB}/angr/engines/concrete.pyo
 ${PYSITELIB}/angr/engines/engine.py
 ${PYSITELIB}/angr/engines/engine.pyc
 ${PYSITELIB}/angr/engines/engine.pyo
@@ -292,9 +457,153 @@ ${PYSITELIB}/angr/engines/failure.pyo
 ${PYSITELIB}/angr/engines/hook.py
 ${PYSITELIB}/angr/engines/hook.pyc
 ${PYSITELIB}/angr/engines/hook.pyo
+${PYSITELIB}/angr/engines/light/__init__.py
+${PYSITELIB}/angr/engines/light/__init__.pyc
+${PYSITELIB}/angr/engines/light/__init__.pyo
+${PYSITELIB}/angr/engines/light/data.py
+${PYSITELIB}/angr/engines/light/data.pyc
+${PYSITELIB}/angr/engines/light/data.pyo
+${PYSITELIB}/angr/engines/light/engine.py
+${PYSITELIB}/angr/engines/light/engine.pyc
+${PYSITELIB}/angr/engines/light/engine.pyo
 ${PYSITELIB}/angr/engines/procedure.py
 ${PYSITELIB}/angr/engines/procedure.pyc
 ${PYSITELIB}/angr/engines/procedure.pyo
+${PYSITELIB}/angr/engines/soot/__init__.py
+${PYSITELIB}/angr/engines/soot/__init__.pyc
+${PYSITELIB}/angr/engines/soot/__init__.pyo
+${PYSITELIB}/angr/engines/soot/engine.py
+${PYSITELIB}/angr/engines/soot/engine.pyc
+${PYSITELIB}/angr/engines/soot/engine.pyo
+${PYSITELIB}/angr/engines/soot/exceptions.py
+${PYSITELIB}/angr/engines/soot/exceptions.pyc
+${PYSITELIB}/angr/engines/soot/exceptions.pyo
+${PYSITELIB}/angr/engines/soot/expressions/__init__.py
+${PYSITELIB}/angr/engines/soot/expressions/__init__.pyc
+${PYSITELIB}/angr/engines/soot/expressions/__init__.pyo
+${PYSITELIB}/angr/engines/soot/expressions/arrayref.py
+${PYSITELIB}/angr/engines/soot/expressions/arrayref.pyc
+${PYSITELIB}/angr/engines/soot/expressions/arrayref.pyo
+${PYSITELIB}/angr/engines/soot/expressions/base.py
+${PYSITELIB}/angr/engines/soot/expressions/base.pyc
+${PYSITELIB}/angr/engines/soot/expressions/base.pyo
+${PYSITELIB}/angr/engines/soot/expressions/binop.py
+${PYSITELIB}/angr/engines/soot/expressions/binop.pyc
+${PYSITELIB}/angr/engines/soot/expressions/binop.pyo
+${PYSITELIB}/angr/engines/soot/expressions/cast.py
+${PYSITELIB}/angr/engines/soot/expressions/cast.pyc
+${PYSITELIB}/angr/engines/soot/expressions/cast.pyo
+${PYSITELIB}/angr/engines/soot/expressions/condition.py
+${PYSITELIB}/angr/engines/soot/expressions/condition.pyc
+${PYSITELIB}/angr/engines/soot/expressions/condition.pyo
+${PYSITELIB}/angr/engines/soot/expressions/constants.py
+${PYSITELIB}/angr/engines/soot/expressions/constants.pyc
+${PYSITELIB}/angr/engines/soot/expressions/constants.pyo
+${PYSITELIB}/angr/engines/soot/expressions/instanceOf.py
+${PYSITELIB}/angr/engines/soot/expressions/instanceOf.pyc
+${PYSITELIB}/angr/engines/soot/expressions/instanceOf.pyo
+${PYSITELIB}/angr/engines/soot/expressions/instancefieldref.py
+${PYSITELIB}/angr/engines/soot/expressions/instancefieldref.pyc
+${PYSITELIB}/angr/engines/soot/expressions/instancefieldref.pyo
+${PYSITELIB}/angr/engines/soot/expressions/invoke.py
+${PYSITELIB}/angr/engines/soot/expressions/invoke.pyc
+${PYSITELIB}/angr/engines/soot/expressions/invoke.pyo
+${PYSITELIB}/angr/engines/soot/expressions/length.py
+${PYSITELIB}/angr/engines/soot/expressions/length.pyc
+${PYSITELIB}/angr/engines/soot/expressions/length.pyo
+${PYSITELIB}/angr/engines/soot/expressions/local.py
+${PYSITELIB}/angr/engines/soot/expressions/local.pyc
+${PYSITELIB}/angr/engines/soot/expressions/local.pyo
+${PYSITELIB}/angr/engines/soot/expressions/new.py
+${PYSITELIB}/angr/engines/soot/expressions/new.pyc
+${PYSITELIB}/angr/engines/soot/expressions/new.pyo
+${PYSITELIB}/angr/engines/soot/expressions/newArray.py
+${PYSITELIB}/angr/engines/soot/expressions/newArray.pyc
+${PYSITELIB}/angr/engines/soot/expressions/newArray.pyo
+${PYSITELIB}/angr/engines/soot/expressions/newMultiArray.py
+${PYSITELIB}/angr/engines/soot/expressions/newMultiArray.pyc
+${PYSITELIB}/angr/engines/soot/expressions/newMultiArray.pyo
+${PYSITELIB}/angr/engines/soot/expressions/paramref.py
+${PYSITELIB}/angr/engines/soot/expressions/paramref.pyc
+${PYSITELIB}/angr/engines/soot/expressions/paramref.pyo
+${PYSITELIB}/angr/engines/soot/expressions/phi.py
+${PYSITELIB}/angr/engines/soot/expressions/phi.pyc
+${PYSITELIB}/angr/engines/soot/expressions/phi.pyo
+${PYSITELIB}/angr/engines/soot/expressions/staticfieldref.py
+${PYSITELIB}/angr/engines/soot/expressions/staticfieldref.pyc
+${PYSITELIB}/angr/engines/soot/expressions/staticfieldref.pyo
+${PYSITELIB}/angr/engines/soot/expressions/thisref.py
+${PYSITELIB}/angr/engines/soot/expressions/thisref.pyc
+${PYSITELIB}/angr/engines/soot/expressions/thisref.pyo
+${PYSITELIB}/angr/engines/soot/expressions/unsupported.py
+${PYSITELIB}/angr/engines/soot/expressions/unsupported.pyc
+${PYSITELIB}/angr/engines/soot/expressions/unsupported.pyo
+${PYSITELIB}/angr/engines/soot/field_dispatcher.py
+${PYSITELIB}/angr/engines/soot/field_dispatcher.pyc
+${PYSITELIB}/angr/engines/soot/field_dispatcher.pyo
+${PYSITELIB}/angr/engines/soot/method_dispatcher.py
+${PYSITELIB}/angr/engines/soot/method_dispatcher.pyc
+${PYSITELIB}/angr/engines/soot/method_dispatcher.pyo
+${PYSITELIB}/angr/engines/soot/statements/__init__.py
+${PYSITELIB}/angr/engines/soot/statements/__init__.pyc
+${PYSITELIB}/angr/engines/soot/statements/__init__.pyo
+${PYSITELIB}/angr/engines/soot/statements/assign.py
+${PYSITELIB}/angr/engines/soot/statements/assign.pyc
+${PYSITELIB}/angr/engines/soot/statements/assign.pyo
+${PYSITELIB}/angr/engines/soot/statements/base.py
+${PYSITELIB}/angr/engines/soot/statements/base.pyc
+${PYSITELIB}/angr/engines/soot/statements/base.pyo
+${PYSITELIB}/angr/engines/soot/statements/goto.py
+${PYSITELIB}/angr/engines/soot/statements/goto.pyc
+${PYSITELIB}/angr/engines/soot/statements/goto.pyo
+${PYSITELIB}/angr/engines/soot/statements/identity.py
+${PYSITELIB}/angr/engines/soot/statements/identity.pyc
+${PYSITELIB}/angr/engines/soot/statements/identity.pyo
+${PYSITELIB}/angr/engines/soot/statements/if_.py
+${PYSITELIB}/angr/engines/soot/statements/if_.pyc
+${PYSITELIB}/angr/engines/soot/statements/if_.pyo
+${PYSITELIB}/angr/engines/soot/statements/invoke.py
+${PYSITELIB}/angr/engines/soot/statements/invoke.pyc
+${PYSITELIB}/angr/engines/soot/statements/invoke.pyo
+${PYSITELIB}/angr/engines/soot/statements/return_.py
+${PYSITELIB}/angr/engines/soot/statements/return_.pyc
+${PYSITELIB}/angr/engines/soot/statements/return_.pyo
+${PYSITELIB}/angr/engines/soot/statements/switch.py
+${PYSITELIB}/angr/engines/soot/statements/switch.pyc
+${PYSITELIB}/angr/engines/soot/statements/switch.pyo
+${PYSITELIB}/angr/engines/soot/statements/throw.py
+${PYSITELIB}/angr/engines/soot/statements/throw.pyc
+${PYSITELIB}/angr/engines/soot/statements/throw.pyo
+${PYSITELIB}/angr/engines/soot/values/__init__.py
+${PYSITELIB}/angr/engines/soot/values/__init__.pyc
+${PYSITELIB}/angr/engines/soot/values/__init__.pyo
+${PYSITELIB}/angr/engines/soot/values/arrayref.py
+${PYSITELIB}/angr/engines/soot/values/arrayref.pyc
+${PYSITELIB}/angr/engines/soot/values/arrayref.pyo
+${PYSITELIB}/angr/engines/soot/values/base.py
+${PYSITELIB}/angr/engines/soot/values/base.pyc
+${PYSITELIB}/angr/engines/soot/values/base.pyo
+${PYSITELIB}/angr/engines/soot/values/constants.py
+${PYSITELIB}/angr/engines/soot/values/constants.pyc
+${PYSITELIB}/angr/engines/soot/values/constants.pyo
+${PYSITELIB}/angr/engines/soot/values/instancefieldref.py
+${PYSITELIB}/angr/engines/soot/values/instancefieldref.pyc
+${PYSITELIB}/angr/engines/soot/values/instancefieldref.pyo
+${PYSITELIB}/angr/engines/soot/values/local.py
+${PYSITELIB}/angr/engines/soot/values/local.pyc
+${PYSITELIB}/angr/engines/soot/values/local.pyo
+${PYSITELIB}/angr/engines/soot/values/paramref.py
+${PYSITELIB}/angr/engines/soot/values/paramref.pyc
+${PYSITELIB}/angr/engines/soot/values/paramref.pyo
+${PYSITELIB}/angr/engines/soot/values/staticfieldref.py
+${PYSITELIB}/angr/engines/soot/values/staticfieldref.pyc
+${PYSITELIB}/angr/engines/soot/values/staticfieldref.pyo
+${PYSITELIB}/angr/engines/soot/values/strref.py
+${PYSITELIB}/angr/engines/soot/values/strref.pyc
+${PYSITELIB}/angr/engines/soot/values/strref.pyo
+${PYSITELIB}/angr/engines/soot/values/thisref.py
+${PYSITELIB}/angr/engines/soot/values/thisref.pyc
+${PYSITELIB}/angr/engines/soot/values/thisref.pyo
 ${PYSITELIB}/angr/engines/successors.py
 ${PYSITELIB}/angr/engines/successors.pyc
 ${PYSITELIB}/angr/engines/successors.pyo
@@ -307,105 +616,54 @@ ${PYSITELIB}/angr/engines/unicorn.pyo
 ${PYSITELIB}/angr/engines/vex/__init__.py
 ${PYSITELIB}/angr/engines/vex/__init__.pyc
 ${PYSITELIB}/angr/engines/vex/__init__.pyo
-${PYSITELIB}/angr/engines/vex/ccall.py
-${PYSITELIB}/angr/engines/vex/ccall.pyc
-${PYSITELIB}/angr/engines/vex/ccall.pyo
-${PYSITELIB}/angr/engines/vex/dirty.py
-${PYSITELIB}/angr/engines/vex/dirty.pyc
-${PYSITELIB}/angr/engines/vex/dirty.pyo
-${PYSITELIB}/angr/engines/vex/engine.py
-${PYSITELIB}/angr/engines/vex/engine.pyc
-${PYSITELIB}/angr/engines/vex/engine.pyo
-${PYSITELIB}/angr/engines/vex/expressions/__init__.py
-${PYSITELIB}/angr/engines/vex/expressions/__init__.pyc
-${PYSITELIB}/angr/engines/vex/expressions/__init__.pyo
-${PYSITELIB}/angr/engines/vex/expressions/base.py
-${PYSITELIB}/angr/engines/vex/expressions/base.pyc
-${PYSITELIB}/angr/engines/vex/expressions/base.pyo
-${PYSITELIB}/angr/engines/vex/expressions/ccall.py
-${PYSITELIB}/angr/engines/vex/expressions/ccall.pyc
-${PYSITELIB}/angr/engines/vex/expressions/ccall.pyo
-${PYSITELIB}/angr/engines/vex/expressions/const.py
-${PYSITELIB}/angr/engines/vex/expressions/const.pyc
-${PYSITELIB}/angr/engines/vex/expressions/const.pyo
-${PYSITELIB}/angr/engines/vex/expressions/get.py
-${PYSITELIB}/angr/engines/vex/expressions/get.pyc
-${PYSITELIB}/angr/engines/vex/expressions/get.pyo
-${PYSITELIB}/angr/engines/vex/expressions/geti.py
-${PYSITELIB}/angr/engines/vex/expressions/geti.pyc
-${PYSITELIB}/angr/engines/vex/expressions/geti.pyo
-${PYSITELIB}/angr/engines/vex/expressions/gsptr.py
-${PYSITELIB}/angr/engines/vex/expressions/gsptr.pyc
-${PYSITELIB}/angr/engines/vex/expressions/gsptr.pyo
-${PYSITELIB}/angr/engines/vex/expressions/ite.py
-${PYSITELIB}/angr/engines/vex/expressions/ite.pyc
-${PYSITELIB}/angr/engines/vex/expressions/ite.pyo
-${PYSITELIB}/angr/engines/vex/expressions/load.py
-${PYSITELIB}/angr/engines/vex/expressions/load.pyc
-${PYSITELIB}/angr/engines/vex/expressions/load.pyo
-${PYSITELIB}/angr/engines/vex/expressions/op.py
-${PYSITELIB}/angr/engines/vex/expressions/op.pyc
-${PYSITELIB}/angr/engines/vex/expressions/op.pyo
-${PYSITELIB}/angr/engines/vex/expressions/rdtmp.py
-${PYSITELIB}/angr/engines/vex/expressions/rdtmp.pyc
-${PYSITELIB}/angr/engines/vex/expressions/rdtmp.pyo
-${PYSITELIB}/angr/engines/vex/expressions/unsupported.py
-${PYSITELIB}/angr/engines/vex/expressions/unsupported.pyc
-${PYSITELIB}/angr/engines/vex/expressions/unsupported.pyo
-${PYSITELIB}/angr/engines/vex/expressions/vecret.py
-${PYSITELIB}/angr/engines/vex/expressions/vecret.pyc
-${PYSITELIB}/angr/engines/vex/expressions/vecret.pyo
-${PYSITELIB}/angr/engines/vex/irop.py
-${PYSITELIB}/angr/engines/vex/irop.pyc
-${PYSITELIB}/angr/engines/vex/irop.pyo
-${PYSITELIB}/angr/engines/vex/statements/__init__.py
-${PYSITELIB}/angr/engines/vex/statements/__init__.pyc
-${PYSITELIB}/angr/engines/vex/statements/__init__.pyo
-${PYSITELIB}/angr/engines/vex/statements/abihint.py
-${PYSITELIB}/angr/engines/vex/statements/abihint.pyc
-${PYSITELIB}/angr/engines/vex/statements/abihint.pyo
-${PYSITELIB}/angr/engines/vex/statements/base.py
-${PYSITELIB}/angr/engines/vex/statements/base.pyc
-${PYSITELIB}/angr/engines/vex/statements/base.pyo
-${PYSITELIB}/angr/engines/vex/statements/cas.py
-${PYSITELIB}/angr/engines/vex/statements/cas.pyc
-${PYSITELIB}/angr/engines/vex/statements/cas.pyo
-${PYSITELIB}/angr/engines/vex/statements/dirty.py
-${PYSITELIB}/angr/engines/vex/statements/dirty.pyc
-${PYSITELIB}/angr/engines/vex/statements/dirty.pyo
-${PYSITELIB}/angr/engines/vex/statements/exit.py
-${PYSITELIB}/angr/engines/vex/statements/exit.pyc
-${PYSITELIB}/angr/engines/vex/statements/exit.pyo
-${PYSITELIB}/angr/engines/vex/statements/imark.py
-${PYSITELIB}/angr/engines/vex/statements/imark.pyc
-${PYSITELIB}/angr/engines/vex/statements/imark.pyo
-${PYSITELIB}/angr/engines/vex/statements/llsc.py
-${PYSITELIB}/angr/engines/vex/statements/llsc.pyc
-${PYSITELIB}/angr/engines/vex/statements/llsc.pyo
-${PYSITELIB}/angr/engines/vex/statements/loadg.py
-${PYSITELIB}/angr/engines/vex/statements/loadg.pyc
-${PYSITELIB}/angr/engines/vex/statements/loadg.pyo
-${PYSITELIB}/angr/engines/vex/statements/mbe.py
-${PYSITELIB}/angr/engines/vex/statements/mbe.pyc
-${PYSITELIB}/angr/engines/vex/statements/mbe.pyo
-${PYSITELIB}/angr/engines/vex/statements/noop.py
-${PYSITELIB}/angr/engines/vex/statements/noop.pyc
-${PYSITELIB}/angr/engines/vex/statements/noop.pyo
-${PYSITELIB}/angr/engines/vex/statements/put.py
-${PYSITELIB}/angr/engines/vex/statements/put.pyc
-${PYSITELIB}/angr/engines/vex/statements/put.pyo
-${PYSITELIB}/angr/engines/vex/statements/puti.py
-${PYSITELIB}/angr/engines/vex/statements/puti.pyc
-${PYSITELIB}/angr/engines/vex/statements/puti.pyo
-${PYSITELIB}/angr/engines/vex/statements/store.py
-${PYSITELIB}/angr/engines/vex/statements/store.pyc
-${PYSITELIB}/angr/engines/vex/statements/store.pyo
-${PYSITELIB}/angr/engines/vex/statements/storeg.py
-${PYSITELIB}/angr/engines/vex/statements/storeg.pyc
-${PYSITELIB}/angr/engines/vex/statements/storeg.pyo
-${PYSITELIB}/angr/engines/vex/statements/wrtmp.py
-${PYSITELIB}/angr/engines/vex/statements/wrtmp.pyc
-${PYSITELIB}/angr/engines/vex/statements/wrtmp.pyo
+${PYSITELIB}/angr/engines/vex/claripy/__init__.py
+${PYSITELIB}/angr/engines/vex/claripy/__init__.pyc
+${PYSITELIB}/angr/engines/vex/claripy/__init__.pyo
+${PYSITELIB}/angr/engines/vex/claripy/ccall.py
+${PYSITELIB}/angr/engines/vex/claripy/ccall.pyc
+${PYSITELIB}/angr/engines/vex/claripy/ccall.pyo
+${PYSITELIB}/angr/engines/vex/claripy/datalayer.py
+${PYSITELIB}/angr/engines/vex/claripy/datalayer.pyc
+${PYSITELIB}/angr/engines/vex/claripy/datalayer.pyo
+${PYSITELIB}/angr/engines/vex/claripy/irop.py
+${PYSITELIB}/angr/engines/vex/claripy/irop.pyc
+${PYSITELIB}/angr/engines/vex/claripy/irop.pyo
+${PYSITELIB}/angr/engines/vex/heavy/__init__.py
+${PYSITELIB}/angr/engines/vex/heavy/__init__.pyc
+${PYSITELIB}/angr/engines/vex/heavy/__init__.pyo
+${PYSITELIB}/angr/engines/vex/heavy/actions.py
+${PYSITELIB}/angr/engines/vex/heavy/actions.pyc
+${PYSITELIB}/angr/engines/vex/heavy/actions.pyo
+${PYSITELIB}/angr/engines/vex/heavy/dirty.py
+${PYSITELIB}/angr/engines/vex/heavy/dirty.pyc
+${PYSITELIB}/angr/engines/vex/heavy/dirty.pyo
+${PYSITELIB}/angr/engines/vex/heavy/heavy.py
+${PYSITELIB}/angr/engines/vex/heavy/heavy.pyc
+${PYSITELIB}/angr/engines/vex/heavy/heavy.pyo
+${PYSITELIB}/angr/engines/vex/heavy/inspect.py
+${PYSITELIB}/angr/engines/vex/heavy/inspect.pyc
+${PYSITELIB}/angr/engines/vex/heavy/inspect.pyo
+${PYSITELIB}/angr/engines/vex/heavy/resilience.py
+${PYSITELIB}/angr/engines/vex/heavy/resilience.pyc
+${PYSITELIB}/angr/engines/vex/heavy/resilience.pyo
+${PYSITELIB}/angr/engines/vex/heavy/super_fastpath.py
+${PYSITELIB}/angr/engines/vex/heavy/super_fastpath.pyc
+${PYSITELIB}/angr/engines/vex/heavy/super_fastpath.pyo
+${PYSITELIB}/angr/engines/vex/lifter.py
+${PYSITELIB}/angr/engines/vex/lifter.pyc
+${PYSITELIB}/angr/engines/vex/lifter.pyo
+${PYSITELIB}/angr/engines/vex/light/__init__.py
+${PYSITELIB}/angr/engines/vex/light/__init__.pyc
+${PYSITELIB}/angr/engines/vex/light/__init__.pyo
+${PYSITELIB}/angr/engines/vex/light/light.py
+${PYSITELIB}/angr/engines/vex/light/light.pyc
+${PYSITELIB}/angr/engines/vex/light/light.pyo
+${PYSITELIB}/angr/engines/vex/light/resilience.py
+${PYSITELIB}/angr/engines/vex/light/resilience.pyc
+${PYSITELIB}/angr/engines/vex/light/resilience.pyo
+${PYSITELIB}/angr/engines/vex/light/slicing.py
+${PYSITELIB}/angr/engines/vex/light/slicing.pyc
+${PYSITELIB}/angr/engines/vex/light/slicing.pyo
 ${PYSITELIB}/angr/errors.py
 ${PYSITELIB}/angr/errors.pyc
 ${PYSITELIB}/angr/errors.pyo
@@ -415,9 +673,9 @@ ${PYSITELIB}/angr/exploration_techniques
 ${PYSITELIB}/angr/exploration_techniques/cacher.py
 ${PYSITELIB}/angr/exploration_techniques/cacher.pyc
 ${PYSITELIB}/angr/exploration_techniques/cacher.pyo
-${PYSITELIB}/angr/exploration_techniques/crash_monitor.py
-${PYSITELIB}/angr/exploration_techniques/crash_monitor.pyc
-${PYSITELIB}/angr/exploration_techniques/crash_monitor.pyo
+${PYSITELIB}/angr/exploration_techniques/common.py
+${PYSITELIB}/angr/exploration_techniques/common.pyc
+${PYSITELIB}/angr/exploration_techniques/common.pyo
 ${PYSITELIB}/angr/exploration_techniques/dfs.py
 ${PYSITELIB}/angr/exploration_techniques/dfs.pyc
 ${PYSITELIB}/angr/exploration_techniques/dfs.pyo
@@ -436,18 +694,27 @@ ${PYSITELIB}/angr/exploration_techniques
 ${PYSITELIB}/angr/exploration_techniques/loop_seer.py
 ${PYSITELIB}/angr/exploration_techniques/loop_seer.pyc
 ${PYSITELIB}/angr/exploration_techniques/loop_seer.pyo
-${PYSITELIB}/angr/exploration_techniques/looplimiter.py
-${PYSITELIB}/angr/exploration_techniques/looplimiter.pyc
-${PYSITELIB}/angr/exploration_techniques/looplimiter.pyo
 ${PYSITELIB}/angr/exploration_techniques/manual_mergepoint.py
 ${PYSITELIB}/angr/exploration_techniques/manual_mergepoint.pyc
 ${PYSITELIB}/angr/exploration_techniques/manual_mergepoint.pyo
+${PYSITELIB}/angr/exploration_techniques/memory_watcher.py
+${PYSITELIB}/angr/exploration_techniques/memory_watcher.pyc
+${PYSITELIB}/angr/exploration_techniques/memory_watcher.pyo
 ${PYSITELIB}/angr/exploration_techniques/oppologist.py
 ${PYSITELIB}/angr/exploration_techniques/oppologist.pyc
 ${PYSITELIB}/angr/exploration_techniques/oppologist.pyo
+${PYSITELIB}/angr/exploration_techniques/slicecutor.py
+${PYSITELIB}/angr/exploration_techniques/slicecutor.pyc
+${PYSITELIB}/angr/exploration_techniques/slicecutor.pyo
 ${PYSITELIB}/angr/exploration_techniques/spiller.py
 ${PYSITELIB}/angr/exploration_techniques/spiller.pyc
 ${PYSITELIB}/angr/exploration_techniques/spiller.pyo
+${PYSITELIB}/angr/exploration_techniques/stochastic.py
+${PYSITELIB}/angr/exploration_techniques/stochastic.pyc
+${PYSITELIB}/angr/exploration_techniques/stochastic.pyo
+${PYSITELIB}/angr/exploration_techniques/symbion.py
+${PYSITELIB}/angr/exploration_techniques/symbion.pyc
+${PYSITELIB}/angr/exploration_techniques/symbion.pyo
 ${PYSITELIB}/angr/exploration_techniques/tech_builder.py
 ${PYSITELIB}/angr/exploration_techniques/tech_builder.pyc
 ${PYSITELIB}/angr/exploration_techniques/tech_builder.pyo
@@ -457,6 +724,9 @@ ${PYSITELIB}/angr/exploration_techniques
 ${PYSITELIB}/angr/exploration_techniques/tracer.py
 ${PYSITELIB}/angr/exploration_techniques/tracer.pyc
 ${PYSITELIB}/angr/exploration_techniques/tracer.pyo
+${PYSITELIB}/angr/exploration_techniques/unique.py
+${PYSITELIB}/angr/exploration_techniques/unique.pyc
+${PYSITELIB}/angr/exploration_techniques/unique.pyo
 ${PYSITELIB}/angr/exploration_techniques/veritesting.py
 ${PYSITELIB}/angr/exploration_techniques/veritesting.pyc
 ${PYSITELIB}/angr/exploration_techniques/veritesting.pyo
@@ -466,12 +736,33 @@ ${PYSITELIB}/angr/factory.pyo
 ${PYSITELIB}/angr/keyed_region.py
 ${PYSITELIB}/angr/keyed_region.pyc
 ${PYSITELIB}/angr/keyed_region.pyo
-${PYSITELIB}/angr/knowledge_base.py
-${PYSITELIB}/angr/knowledge_base.pyc
-${PYSITELIB}/angr/knowledge_base.pyo
+${PYSITELIB}/angr/knowledge_base/__init__.py
+${PYSITELIB}/angr/knowledge_base/__init__.pyc
+${PYSITELIB}/angr/knowledge_base/__init__.pyo
+${PYSITELIB}/angr/knowledge_base/knowledge_base.py
+${PYSITELIB}/angr/knowledge_base/knowledge_base.pyc
+${PYSITELIB}/angr/knowledge_base/knowledge_base.pyo
 ${PYSITELIB}/angr/knowledge_plugins/__init__.py
 ${PYSITELIB}/angr/knowledge_plugins/__init__.pyc
 ${PYSITELIB}/angr/knowledge_plugins/__init__.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_manager.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_manager.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_manager.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_model.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_model.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_model.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_node.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_node.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/cfg_node.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/indirect_jump.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/indirect_jump.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/indirect_jump.pyo
+${PYSITELIB}/angr/knowledge_plugins/cfg/memory_data.py
+${PYSITELIB}/angr/knowledge_plugins/cfg/memory_data.pyc
+${PYSITELIB}/angr/knowledge_plugins/cfg/memory_data.pyo
 ${PYSITELIB}/angr/knowledge_plugins/comments.py
 ${PYSITELIB}/angr/knowledge_plugins/comments.pyc
 ${PYSITELIB}/angr/knowledge_plugins/comments.pyo
@@ -487,15 +778,30 @@ ${PYSITELIB}/angr/knowledge_plugins/func
 ${PYSITELIB}/angr/knowledge_plugins/functions/function_manager.py
 ${PYSITELIB}/angr/knowledge_plugins/functions/function_manager.pyc
 ${PYSITELIB}/angr/knowledge_plugins/functions/function_manager.pyo
+${PYSITELIB}/angr/knowledge_plugins/functions/function_parser.py
+${PYSITELIB}/angr/knowledge_plugins/functions/function_parser.pyc
+${PYSITELIB}/angr/knowledge_plugins/functions/function_parser.pyo
+${PYSITELIB}/angr/knowledge_plugins/functions/soot_function.py
+${PYSITELIB}/angr/knowledge_plugins/functions/soot_function.pyc
+${PYSITELIB}/angr/knowledge_plugins/functions/soot_function.pyo
 ${PYSITELIB}/angr/knowledge_plugins/indirect_jumps.py
 ${PYSITELIB}/angr/knowledge_plugins/indirect_jumps.pyc
 ${PYSITELIB}/angr/knowledge_plugins/indirect_jumps.pyo
 ${PYSITELIB}/angr/knowledge_plugins/labels.py
 ${PYSITELIB}/angr/knowledge_plugins/labels.pyc
 ${PYSITELIB}/angr/knowledge_plugins/labels.pyo
+${PYSITELIB}/angr/knowledge_plugins/patches.py
+${PYSITELIB}/angr/knowledge_plugins/patches.pyc
+${PYSITELIB}/angr/knowledge_plugins/patches.pyo
 ${PYSITELIB}/angr/knowledge_plugins/plugin.py
 ${PYSITELIB}/angr/knowledge_plugins/plugin.pyc
 ${PYSITELIB}/angr/knowledge_plugins/plugin.pyo
+${PYSITELIB}/angr/knowledge_plugins/sync/__init__.py
+${PYSITELIB}/angr/knowledge_plugins/sync/__init__.pyc
+${PYSITELIB}/angr/knowledge_plugins/sync/__init__.pyo
+${PYSITELIB}/angr/knowledge_plugins/sync/sync_manager.py
+${PYSITELIB}/angr/knowledge_plugins/sync/sync_manager.pyc
+${PYSITELIB}/angr/knowledge_plugins/sync/sync_manager.pyo
 ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.py
 ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.pyc
 ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.pyo
@@ -505,10 +811,19 @@ ${PYSITELIB}/angr/knowledge_plugins/vari
 ${PYSITELIB}/angr/knowledge_plugins/variables/variable_manager.py
 ${PYSITELIB}/angr/knowledge_plugins/variables/variable_manager.pyc
 ${PYSITELIB}/angr/knowledge_plugins/variables/variable_manager.pyo
-${PYSITELIB}/angr/lib/angr_native.${SOEXT}
-${PYSITELIB}/angr/manager.py
-${PYSITELIB}/angr/manager.pyc
-${PYSITELIB}/angr/manager.pyo
+${PYSITELIB}/angr/knowledge_plugins/xrefs/__init__.py
+${PYSITELIB}/angr/knowledge_plugins/xrefs/__init__.pyc
+${PYSITELIB}/angr/knowledge_plugins/xrefs/__init__.pyo
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref.py
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref.pyc
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref.pyo
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_manager.py
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_manager.pyc
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_manager.pyo
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_types.py
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_types.pyc
+${PYSITELIB}/angr/knowledge_plugins/xrefs/xref_types.pyo
+${PYSITELIB}/angr/lib/angr_native.so
 ${PYSITELIB}/angr/misc/__init__.py
 ${PYSITELIB}/angr/misc/__init__.pyc
 ${PYSITELIB}/angr/misc/__init__.pyo
@@ -518,12 +833,15 @@ ${PYSITELIB}/angr/misc/autoimport.pyo
 ${PYSITELIB}/angr/misc/bug_report.py
 ${PYSITELIB}/angr/misc/bug_report.pyc
 ${PYSITELIB}/angr/misc/bug_report.pyo
-${PYSITELIB}/angr/misc/graph.py
-${PYSITELIB}/angr/misc/graph.pyc
-${PYSITELIB}/angr/misc/graph.pyo
+${PYSITELIB}/angr/misc/hookset.py
+${PYSITELIB}/angr/misc/hookset.pyc
+${PYSITELIB}/angr/misc/hookset.pyo
 ${PYSITELIB}/angr/misc/loggers.py
 ${PYSITELIB}/angr/misc/loggers.pyc
 ${PYSITELIB}/angr/misc/loggers.pyo
+${PYSITELIB}/angr/misc/plugins.py
+${PYSITELIB}/angr/misc/plugins.pyc
+${PYSITELIB}/angr/misc/plugins.pyo
 ${PYSITELIB}/angr/misc/range.py
 ${PYSITELIB}/angr/misc/range.pyc
 ${PYSITELIB}/angr/misc/range.pyo
@@ -533,9 +851,15 @@ ${PYSITELIB}/angr/misc/testing.pyo
 ${PYSITELIB}/angr/misc/ux.py
 ${PYSITELIB}/angr/misc/ux.pyc
 ${PYSITELIB}/angr/misc/ux.pyo
+${PYSITELIB}/angr/misc/weakpatch.py
+${PYSITELIB}/angr/misc/weakpatch.pyc
+${PYSITELIB}/angr/misc/weakpatch.pyo
 ${PYSITELIB}/angr/procedures/__init__.py
 ${PYSITELIB}/angr/procedures/__init__.pyc
 ${PYSITELIB}/angr/procedures/__init__.pyo
+${PYSITELIB}/angr/procedures/advapi32/__init__.py
+${PYSITELIB}/angr/procedures/advapi32/__init__.pyc
+${PYSITELIB}/angr/procedures/advapi32/__init__.pyo
 ${PYSITELIB}/angr/procedures/cgc/__init__.py
 ${PYSITELIB}/angr/procedures/cgc/__init__.pyc
 ${PYSITELIB}/angr/procedures/cgc/__init__.pyo
@@ -563,6 +887,9 @@ ${PYSITELIB}/angr/procedures/cgc/transmi
 ${PYSITELIB}/angr/procedures/definitions/__init__.py
 ${PYSITELIB}/angr/procedures/definitions/__init__.pyc
 ${PYSITELIB}/angr/procedures/definitions/__init__.pyo
+${PYSITELIB}/angr/procedures/definitions/advapi32.py
+${PYSITELIB}/angr/procedures/definitions/advapi32.pyc
+${PYSITELIB}/angr/procedures/definitions/advapi32.pyo
 ${PYSITELIB}/angr/procedures/definitions/cgc.py
 ${PYSITELIB}/angr/procedures/definitions/cgc.pyc
 ${PYSITELIB}/angr/procedures/definitions/cgc.pyo
@@ -584,9 +911,9 @@ ${PYSITELIB}/angr/procedures/definitions
 ${PYSITELIB}/angr/procedures/definitions/ntdll.py
 ${PYSITELIB}/angr/procedures/definitions/ntdll.pyc
 ${PYSITELIB}/angr/procedures/definitions/ntdll.pyo
-${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_gdb.py
-${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_gdb.pyc
-${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_gdb.pyo
+${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_local_system.py
+${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_local_system.pyc
+${PYSITELIB}/angr/procedures/definitions/parse_syscalls_from_local_system.pyo
 ${PYSITELIB}/angr/procedures/definitions/user32.py
 ${PYSITELIB}/angr/procedures/definitions/user32.pyc
 ${PYSITELIB}/angr/procedures/definitions/user32.pyo
@@ -620,18 +947,123 @@ ${PYSITELIB}/angr/procedures/glibc/scanf
 ${PYSITELIB}/angr/procedures/glibc/sscanf.py
 ${PYSITELIB}/angr/procedures/glibc/sscanf.pyc
 ${PYSITELIB}/angr/procedures/glibc/sscanf.pyo
+${PYSITELIB}/angr/procedures/java/__init__.py
+${PYSITELIB}/angr/procedures/java/__init__.pyc
+${PYSITELIB}/angr/procedures/java/__init__.pyo
+${PYSITELIB}/angr/procedures/java/unconstrained.py
+${PYSITELIB}/angr/procedures/java/unconstrained.pyc
+${PYSITELIB}/angr/procedures/java/unconstrained.pyo
+${PYSITELIB}/angr/procedures/java_io/__init__.py
+${PYSITELIB}/angr/procedures/java_io/__init__.pyc
+${PYSITELIB}/angr/procedures/java_io/__init__.pyo
+${PYSITELIB}/angr/procedures/java_io/read.py
+${PYSITELIB}/angr/procedures/java_io/read.pyc
+${PYSITELIB}/angr/procedures/java_io/read.pyo
+${PYSITELIB}/angr/procedures/java_io/write.py
+${PYSITELIB}/angr/procedures/java_io/write.pyc
+${PYSITELIB}/angr/procedures/java_io/write.pyo
+${PYSITELIB}/angr/procedures/java_jni/__init__.py
+${PYSITELIB}/angr/procedures/java_jni/__init__.pyc
+${PYSITELIB}/angr/procedures/java_jni/__init__.pyo
+${PYSITELIB}/angr/procedures/java_jni/array_operations.py
+${PYSITELIB}/angr/procedures/java_jni/array_operations.pyc
+${PYSITELIB}/angr/procedures/java_jni/array_operations.pyo
+${PYSITELIB}/angr/procedures/java_jni/class_and_interface_operations.py
+${PYSITELIB}/angr/procedures/java_jni/class_and_interface_operations.pyc
+${PYSITELIB}/angr/procedures/java_jni/class_and_interface_operations.pyo
+${PYSITELIB}/angr/procedures/java_jni/field_access.py
+${PYSITELIB}/angr/procedures/java_jni/field_access.pyc
+${PYSITELIB}/angr/procedures/java_jni/field_access.pyo
+${PYSITELIB}/angr/procedures/java_jni/global_and_local_refs.py
+${PYSITELIB}/angr/procedures/java_jni/global_and_local_refs.pyc
+${PYSITELIB}/angr/procedures/java_jni/global_and_local_refs.pyo
+${PYSITELIB}/angr/procedures/java_jni/method_calls.py
+${PYSITELIB}/angr/procedures/java_jni/method_calls.pyc
+${PYSITELIB}/angr/procedures/java_jni/method_calls.pyo
+${PYSITELIB}/angr/procedures/java_jni/not_implemented.py
+${PYSITELIB}/angr/procedures/java_jni/not_implemented.pyc
+${PYSITELIB}/angr/procedures/java_jni/not_implemented.pyo
+${PYSITELIB}/angr/procedures/java_jni/object_operations.py
+${PYSITELIB}/angr/procedures/java_jni/object_operations.pyc
+${PYSITELIB}/angr/procedures/java_jni/object_operations.pyo
+${PYSITELIB}/angr/procedures/java_jni/string_operations.py
+${PYSITELIB}/angr/procedures/java_jni/string_operations.pyc
+${PYSITELIB}/angr/procedures/java_jni/string_operations.pyo
+${PYSITELIB}/angr/procedures/java_jni/version_information.py
+${PYSITELIB}/angr/procedures/java_jni/version_information.pyc
+${PYSITELIB}/angr/procedures/java_jni/version_information.pyo
+${PYSITELIB}/angr/procedures/java_lang/__init__.py
+${PYSITELIB}/angr/procedures/java_lang/__init__.pyc
+${PYSITELIB}/angr/procedures/java_lang/__init__.pyo
+${PYSITELIB}/angr/procedures/java_lang/character.py
+${PYSITELIB}/angr/procedures/java_lang/character.pyc
+${PYSITELIB}/angr/procedures/java_lang/character.pyo
+${PYSITELIB}/angr/procedures/java_lang/double.py
+${PYSITELIB}/angr/procedures/java_lang/double.pyc
+${PYSITELIB}/angr/procedures/java_lang/double.pyo
+${PYSITELIB}/angr/procedures/java_lang/exit.py
+${PYSITELIB}/angr/procedures/java_lang/exit.pyc
+${PYSITELIB}/angr/procedures/java_lang/exit.pyo
+${PYSITELIB}/angr/procedures/java_lang/getsimplename.py
+${PYSITELIB}/angr/procedures/java_lang/getsimplename.pyc
+${PYSITELIB}/angr/procedures/java_lang/getsimplename.pyo
+${PYSITELIB}/angr/procedures/java_lang/integer.py
+${PYSITELIB}/angr/procedures/java_lang/integer.pyc
+${PYSITELIB}/angr/procedures/java_lang/integer.pyo
+${PYSITELIB}/angr/procedures/java_lang/load_library.py
+${PYSITELIB}/angr/procedures/java_lang/load_library.pyc
+${PYSITELIB}/angr/procedures/java_lang/load_library.pyo
+${PYSITELIB}/angr/procedures/java_lang/math.py
+${PYSITELIB}/angr/procedures/java_lang/math.pyc
+${PYSITELIB}/angr/procedures/java_lang/math.pyo
+${PYSITELIB}/angr/procedures/java_lang/string.py
+${PYSITELIB}/angr/procedures/java_lang/string.pyc
+${PYSITELIB}/angr/procedures/java_lang/string.pyo
+${PYSITELIB}/angr/procedures/java_lang/stringbuilder.py
+${PYSITELIB}/angr/procedures/java_lang/stringbuilder.pyc
+${PYSITELIB}/angr/procedures/java_lang/stringbuilder.pyo
+${PYSITELIB}/angr/procedures/java_lang/system.py
+${PYSITELIB}/angr/procedures/java_lang/system.pyc
+${PYSITELIB}/angr/procedures/java_lang/system.pyo
+${PYSITELIB}/angr/procedures/java_util/__init__.py
+${PYSITELIB}/angr/procedures/java_util/__init__.pyc
+${PYSITELIB}/angr/procedures/java_util/__init__.pyo
+${PYSITELIB}/angr/procedures/java_util/collection.py
+${PYSITELIB}/angr/procedures/java_util/collection.pyc
+${PYSITELIB}/angr/procedures/java_util/collection.pyo
+${PYSITELIB}/angr/procedures/java_util/iterator.py
+${PYSITELIB}/angr/procedures/java_util/iterator.pyc
+${PYSITELIB}/angr/procedures/java_util/iterator.pyo
+${PYSITELIB}/angr/procedures/java_util/list.py
+${PYSITELIB}/angr/procedures/java_util/list.pyc
+${PYSITELIB}/angr/procedures/java_util/list.pyo
+${PYSITELIB}/angr/procedures/java_util/map.py
+${PYSITELIB}/angr/procedures/java_util/map.pyc
+${PYSITELIB}/angr/procedures/java_util/map.pyo
+${PYSITELIB}/angr/procedures/java_util/random.py
+${PYSITELIB}/angr/procedures/java_util/random.pyc
+${PYSITELIB}/angr/procedures/java_util/random.pyo
+${PYSITELIB}/angr/procedures/java_util/scanner_nextline.py
+${PYSITELIB}/angr/procedures/java_util/scanner_nextline.pyc
+${PYSITELIB}/angr/procedures/java_util/scanner_nextline.pyo
 ${PYSITELIB}/angr/procedures/libc/__init__.py
 ${PYSITELIB}/angr/procedures/libc/__init__.pyc
 ${PYSITELIB}/angr/procedures/libc/__init__.pyo
 ${PYSITELIB}/angr/procedures/libc/abort.py
 ${PYSITELIB}/angr/procedures/libc/abort.pyc
 ${PYSITELIB}/angr/procedures/libc/abort.pyo
+${PYSITELIB}/angr/procedures/libc/access.py
+${PYSITELIB}/angr/procedures/libc/access.pyc
+${PYSITELIB}/angr/procedures/libc/access.pyo
 ${PYSITELIB}/angr/procedures/libc/atoi.py
 ${PYSITELIB}/angr/procedures/libc/atoi.pyc
 ${PYSITELIB}/angr/procedures/libc/atoi.pyo
 ${PYSITELIB}/angr/procedures/libc/calloc.py
 ${PYSITELIB}/angr/procedures/libc/calloc.pyc
 ${PYSITELIB}/angr/procedures/libc/calloc.pyo
+${PYSITELIB}/angr/procedures/libc/closelog.py
+${PYSITELIB}/angr/procedures/libc/closelog.pyc
+${PYSITELIB}/angr/procedures/libc/closelog.pyo
 ${PYSITELIB}/angr/procedures/libc/exit.py
 ${PYSITELIB}/angr/procedures/libc/exit.pyc
 ${PYSITELIB}/angr/procedures/libc/exit.pyo
@@ -668,6 +1100,9 @@ ${PYSITELIB}/angr/procedures/libc/fread.
 ${PYSITELIB}/angr/procedures/libc/free.py
 ${PYSITELIB}/angr/procedures/libc/free.pyc
 ${PYSITELIB}/angr/procedures/libc/free.pyo
+${PYSITELIB}/angr/procedures/libc/fscanf.py
+${PYSITELIB}/angr/procedures/libc/fscanf.pyc
+${PYSITELIB}/angr/procedures/libc/fscanf.pyo
 ${PYSITELIB}/angr/procedures/libc/fseek.py
 ${PYSITELIB}/angr/procedures/libc/fseek.pyc
 ${PYSITELIB}/angr/procedures/libc/fseek.pyo
@@ -680,6 +1115,18 @@ ${PYSITELIB}/angr/procedures/libc/fwrite
 ${PYSITELIB}/angr/procedures/libc/getchar.py
 ${PYSITELIB}/angr/procedures/libc/getchar.pyc
 ${PYSITELIB}/angr/procedures/libc/getchar.pyo
+${PYSITELIB}/angr/procedures/libc/getegid.py
+${PYSITELIB}/angr/procedures/libc/getegid.pyc
+${PYSITELIB}/angr/procedures/libc/getegid.pyo
+${PYSITELIB}/angr/procedures/libc/geteuid.py
+${PYSITELIB}/angr/procedures/libc/geteuid.pyc
+${PYSITELIB}/angr/procedures/libc/geteuid.pyo
+${PYSITELIB}/angr/procedures/libc/getgid.py
+${PYSITELIB}/angr/procedures/libc/getgid.pyc
+${PYSITELIB}/angr/procedures/libc/getgid.pyo
+${PYSITELIB}/angr/procedures/libc/getuid.py
+${PYSITELIB}/angr/procedures/libc/getuid.pyc
+${PYSITELIB}/angr/procedures/libc/getuid.pyo
 ${PYSITELIB}/angr/procedures/libc/malloc.py
 ${PYSITELIB}/angr/procedures/libc/malloc.pyc
 ${PYSITELIB}/angr/procedures/libc/malloc.pyo
@@ -692,6 +1139,9 @@ ${PYSITELIB}/angr/procedures/libc/memcpy
 ${PYSITELIB}/angr/procedures/libc/memset.py
 ${PYSITELIB}/angr/procedures/libc/memset.pyc
 ${PYSITELIB}/angr/procedures/libc/memset.pyo
+${PYSITELIB}/angr/procedures/libc/openlog.py
+${PYSITELIB}/angr/procedures/libc/openlog.pyc
+${PYSITELIB}/angr/procedures/libc/openlog.pyo
 ${PYSITELIB}/angr/procedures/libc/perror.py
 ${PYSITELIB}/angr/procedures/libc/perror.pyc
 ${PYSITELIB}/angr/procedures/libc/perror.pyo
@@ -779,6 +1229,9 @@ ${PYSITELIB}/angr/procedures/libc/ungetc
 ${PYSITELIB}/angr/procedures/libc/vsnprintf.py
 ${PYSITELIB}/angr/procedures/libc/vsnprintf.pyc
 ${PYSITELIB}/angr/procedures/libc/vsnprintf.pyo
+${PYSITELIB}/angr/procedures/libc/wchar.py
+${PYSITELIB}/angr/procedures/libc/wchar.pyc
+${PYSITELIB}/angr/procedures/libc/wchar.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/__init__.py
 ${PYSITELIB}/angr/procedures/linux_kernel/__init__.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/__init__.pyo
@@ -791,12 +1244,9 @@ ${PYSITELIB}/angr/procedures/linux_kerne
 ${PYSITELIB}/angr/procedures/linux_kernel/brk.py
 ${PYSITELIB}/angr/procedures/linux_kernel/brk.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/brk.pyo
-${PYSITELIB}/angr/procedures/linux_kernel/close.py
-${PYSITELIB}/angr/procedures/linux_kernel/close.pyc
-${PYSITELIB}/angr/procedures/linux_kernel/close.pyo
-${PYSITELIB}/angr/procedures/linux_kernel/exit.py
-${PYSITELIB}/angr/procedures/linux_kernel/exit.pyc
-${PYSITELIB}/angr/procedures/linux_kernel/exit.pyo
+${PYSITELIB}/angr/procedures/linux_kernel/cwd.py
+${PYSITELIB}/angr/procedures/linux_kernel/cwd.pyc
+${PYSITELIB}/angr/procedures/linux_kernel/cwd.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/fstat.py
 ${PYSITELIB}/angr/procedures/linux_kernel/fstat.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/fstat.pyo
@@ -812,6 +1262,9 @@ ${PYSITELIB}/angr/procedures/linux_kerne
 ${PYSITELIB}/angr/procedures/linux_kernel/gettid.py
 ${PYSITELIB}/angr/procedures/linux_kernel/gettid.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/gettid.pyo
+${PYSITELIB}/angr/procedures/linux_kernel/iovec.py
+${PYSITELIB}/angr/procedures/linux_kernel/iovec.pyc
+${PYSITELIB}/angr/procedures/linux_kernel/iovec.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/lseek.py
 ${PYSITELIB}/angr/procedures/linux_kernel/lseek.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/lseek.pyo
@@ -824,12 +1277,6 @@ ${PYSITELIB}/angr/procedures/linux_kerne
 ${PYSITELIB}/angr/procedures/linux_kernel/munmap.py
 ${PYSITELIB}/angr/procedures/linux_kernel/munmap.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/munmap.pyo
-${PYSITELIB}/angr/procedures/linux_kernel/open.py
-${PYSITELIB}/angr/procedures/linux_kernel/open.pyc
-${PYSITELIB}/angr/procedures/linux_kernel/open.pyo
-${PYSITELIB}/angr/procedures/linux_kernel/read.py
-${PYSITELIB}/angr/procedures/linux_kernel/read.pyc
-${PYSITELIB}/angr/procedures/linux_kernel/read.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/set_tid_address.py
 ${PYSITELIB}/angr/procedures/linux_kernel/set_tid_address.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/set_tid_address.pyo
@@ -842,12 +1289,18 @@ ${PYSITELIB}/angr/procedures/linux_kerne
 ${PYSITELIB}/angr/procedures/linux_kernel/stat.py
 ${PYSITELIB}/angr/procedures/linux_kernel/stat.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/stat.pyo
+${PYSITELIB}/angr/procedures/linux_kernel/sysinfo.py
+${PYSITELIB}/angr/procedures/linux_kernel/sysinfo.pyc
+${PYSITELIB}/angr/procedures/linux_kernel/sysinfo.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/tgkill.py
 ${PYSITELIB}/angr/procedures/linux_kernel/tgkill.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/tgkill.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/time.py
 ${PYSITELIB}/angr/procedures/linux_kernel/time.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/time.pyo
+${PYSITELIB}/angr/procedures/linux_kernel/uid.py
+${PYSITELIB}/angr/procedures/linux_kernel/uid.pyc
+${PYSITELIB}/angr/procedures/linux_kernel/uid.pyo
 ${PYSITELIB}/angr/procedures/linux_kernel/uname.py
 ${PYSITELIB}/angr/procedures/linux_kernel/uname.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/uname.pyo
@@ -857,9 +1310,6 @@ ${PYSITELIB}/angr/procedures/linux_kerne
 ${PYSITELIB}/angr/procedures/linux_kernel/vsyscall.py
 ${PYSITELIB}/angr/procedures/linux_kernel/vsyscall.pyc
 ${PYSITELIB}/angr/procedures/linux_kernel/vsyscall.pyo
-${PYSITELIB}/angr/procedures/linux_kernel/write.py
-${PYSITELIB}/angr/procedures/linux_kernel/write.pyc
-${PYSITELIB}/angr/procedures/linux_kernel/write.pyo
 ${PYSITELIB}/angr/procedures/linux_loader/__init__.py
 ${PYSITELIB}/angr/procedures/linux_loader/__init__.pyc
 ${PYSITELIB}/angr/procedures/linux_loader/__init__.pyo
@@ -902,12 +1352,21 @@ ${PYSITELIB}/angr/procedures/posix/accep
 ${PYSITELIB}/angr/procedures/posix/bind.py
 ${PYSITELIB}/angr/procedures/posix/bind.pyc
 ${PYSITELIB}/angr/procedures/posix/bind.pyo
+${PYSITELIB}/angr/procedures/posix/bzero.py
+${PYSITELIB}/angr/procedures/posix/bzero.pyc
+${PYSITELIB}/angr/procedures/posix/bzero.pyo
 ${PYSITELIB}/angr/procedures/posix/close.py
 ${PYSITELIB}/angr/procedures/posix/close.pyc
 ${PYSITELIB}/angr/procedures/posix/close.pyo
 ${PYSITELIB}/angr/procedures/posix/closedir.py
 ${PYSITELIB}/angr/procedures/posix/closedir.pyc
 ${PYSITELIB}/angr/procedures/posix/closedir.pyo
+${PYSITELIB}/angr/procedures/posix/dup.py
+${PYSITELIB}/angr/procedures/posix/dup.pyc
+${PYSITELIB}/angr/procedures/posix/dup.pyo
+${PYSITELIB}/angr/procedures/posix/fcntl.py
+${PYSITELIB}/angr/procedures/posix/fcntl.pyc
+${PYSITELIB}/angr/procedures/posix/fcntl.pyo
 ${PYSITELIB}/angr/procedures/posix/fdopen.py
 ${PYSITELIB}/angr/procedures/posix/fdopen.pyc
 ${PYSITELIB}/angr/procedures/posix/fdopen.pyo
@@ -923,6 +1382,12 @@ ${PYSITELIB}/angr/procedures/posix/getho
 ${PYSITELIB}/angr/procedures/posix/getpass.py
 ${PYSITELIB}/angr/procedures/posix/getpass.pyc
 ${PYSITELIB}/angr/procedures/posix/getpass.pyo
+${PYSITELIB}/angr/procedures/posix/getsockopt.py
+${PYSITELIB}/angr/procedures/posix/getsockopt.pyc
+${PYSITELIB}/angr/procedures/posix/getsockopt.pyo
+${PYSITELIB}/angr/procedures/posix/htonl.py
+${PYSITELIB}/angr/procedures/posix/htonl.pyc
+${PYSITELIB}/angr/procedures/posix/htonl.pyo
 ${PYSITELIB}/angr/procedures/posix/htons.py
 ${PYSITELIB}/angr/procedures/posix/htons.pyc
 ${PYSITELIB}/angr/procedures/posix/htons.pyo
@@ -941,18 +1406,15 @@ ${PYSITELIB}/angr/procedures/posix/open.
 ${PYSITELIB}/angr/procedures/posix/opendir.py
 ${PYSITELIB}/angr/procedures/posix/opendir.pyc
 ${PYSITELIB}/angr/procedures/posix/opendir.pyo
-${PYSITELIB}/angr/procedures/posix/pthread_cond_signal.py
-${PYSITELIB}/angr/procedures/posix/pthread_cond_signal.pyc
-${PYSITELIB}/angr/procedures/posix/pthread_cond_signal.pyo
-${PYSITELIB}/angr/procedures/posix/pthread_create.py
-${PYSITELIB}/angr/procedures/posix/pthread_create.pyc
-${PYSITELIB}/angr/procedures/posix/pthread_create.pyo
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_lock.py
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_lock.pyc
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_lock.pyo
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_unlock.py
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_unlock.pyc
-${PYSITELIB}/angr/procedures/posix/pthread_mutex_unlock.pyo
+${PYSITELIB}/angr/procedures/posix/pread64.py
+${PYSITELIB}/angr/procedures/posix/pread64.pyc
+${PYSITELIB}/angr/procedures/posix/pread64.pyo
+${PYSITELIB}/angr/procedures/posix/pthread.py
+${PYSITELIB}/angr/procedures/posix/pthread.pyc
+${PYSITELIB}/angr/procedures/posix/pthread.pyo
+${PYSITELIB}/angr/procedures/posix/pwrite64.py
+${PYSITELIB}/angr/procedures/posix/pwrite64.pyc
+${PYSITELIB}/angr/procedures/posix/pwrite64.pyo
 ${PYSITELIB}/angr/procedures/posix/read.py
 ${PYSITELIB}/angr/procedures/posix/read.pyc
 ${PYSITELIB}/angr/procedures/posix/read.pyo
@@ -965,9 +1427,21 @@ ${PYSITELIB}/angr/procedures/posix/recv.
 ${PYSITELIB}/angr/procedures/posix/recvfrom.py
 ${PYSITELIB}/angr/procedures/posix/recvfrom.pyc
 ${PYSITELIB}/angr/procedures/posix/recvfrom.pyo
+${PYSITELIB}/angr/procedures/posix/select.py
+${PYSITELIB}/angr/procedures/posix/select.pyc
+${PYSITELIB}/angr/procedures/posix/select.pyo
 ${PYSITELIB}/angr/procedures/posix/send.py
 ${PYSITELIB}/angr/procedures/posix/send.pyc
 ${PYSITELIB}/angr/procedures/posix/send.pyo
+${PYSITELIB}/angr/procedures/posix/setsockopt.py
+${PYSITELIB}/angr/procedures/posix/setsockopt.pyc
+${PYSITELIB}/angr/procedures/posix/setsockopt.pyo
+${PYSITELIB}/angr/procedures/posix/sigaction.py
+${PYSITELIB}/angr/procedures/posix/sigaction.pyc
+${PYSITELIB}/angr/procedures/posix/sigaction.pyo
+${PYSITELIB}/angr/procedures/posix/sim_time.py
+${PYSITELIB}/angr/procedures/posix/sim_time.pyc
+${PYSITELIB}/angr/procedures/posix/sim_time.pyo
 ${PYSITELIB}/angr/procedures/posix/sleep.py
 ${PYSITELIB}/angr/procedures/posix/sleep.pyc
 ${PYSITELIB}/angr/procedures/posix/sleep.pyo
@@ -983,6 +1457,9 @@ ${PYSITELIB}/angr/procedures/posix/strdu
 ${PYSITELIB}/angr/procedures/posix/strtok_r.py
 ${PYSITELIB}/angr/procedures/posix/strtok_r.pyc
 ${PYSITELIB}/angr/procedures/posix/strtok_r.pyo
+${PYSITELIB}/angr/procedures/posix/syslog.py
+${PYSITELIB}/angr/procedures/posix/syslog.pyc
+${PYSITELIB}/angr/procedures/posix/syslog.pyo
 ${PYSITELIB}/angr/procedures/posix/unlink.py
 ${PYSITELIB}/angr/procedures/posix/unlink.pyc
 ${PYSITELIB}/angr/procedures/posix/unlink.pyo
@@ -1016,9 +1493,12 @@ ${PYSITELIB}/angr/procedures/stubs/Retur
 ${PYSITELIB}/angr/procedures/stubs/ReturnUnconstrained.py
 ${PYSITELIB}/angr/procedures/stubs/ReturnUnconstrained.pyc
 ${PYSITELIB}/angr/procedures/stubs/ReturnUnconstrained.pyo
-${PYSITELIB}/angr/procedures/stubs/UnresolvableTarget.py
-${PYSITELIB}/angr/procedures/stubs/UnresolvableTarget.pyc
-${PYSITELIB}/angr/procedures/stubs/UnresolvableTarget.pyo
+${PYSITELIB}/angr/procedures/stubs/UnresolvableCallTarget.py
+${PYSITELIB}/angr/procedures/stubs/UnresolvableCallTarget.pyc
+${PYSITELIB}/angr/procedures/stubs/UnresolvableCallTarget.pyo
+${PYSITELIB}/angr/procedures/stubs/UnresolvableJumpTarget.py
+${PYSITELIB}/angr/procedures/stubs/UnresolvableJumpTarget.pyc
+${PYSITELIB}/angr/procedures/stubs/UnresolvableJumpTarget.pyo
 ${PYSITELIB}/angr/procedures/stubs/UserHook.py
 ${PYSITELIB}/angr/procedures/stubs/UserHook.pyc
 ${PYSITELIB}/angr/procedures/stubs/UserHook.pyo
@@ -1085,6 +1565,9 @@ ${PYSITELIB}/angr/procedures/win32/GetCu
 ${PYSITELIB}/angr/procedures/win32/GetModuleHandle.py
 ${PYSITELIB}/angr/procedures/win32/GetModuleHandle.pyc
 ${PYSITELIB}/angr/procedures/win32/GetModuleHandle.pyo
+${PYSITELIB}/angr/procedures/win32/InterlockedExchange.py
+${PYSITELIB}/angr/procedures/win32/InterlockedExchange.pyc
+${PYSITELIB}/angr/procedures/win32/InterlockedExchange.pyo
 ${PYSITELIB}/angr/procedures/win32/IsProcessorFeaturePresent.py
 ${PYSITELIB}/angr/procedures/win32/IsProcessorFeaturePresent.pyc
 ${PYSITELIB}/angr/procedures/win32/IsProcessorFeaturePresent.pyo
@@ -1136,9 +1619,30 @@ ${PYSITELIB}/angr/procedures/win_user32/
 ${PYSITELIB}/angr/project.py
 ${PYSITELIB}/angr/project.pyc
 ${PYSITELIB}/angr/project.pyo
+${PYSITELIB}/angr/protos/__init__.py
+${PYSITELIB}/angr/protos/__init__.pyc
+${PYSITELIB}/angr/protos/__init__.pyo
+${PYSITELIB}/angr/protos/cfg_pb2.py
+${PYSITELIB}/angr/protos/cfg_pb2.pyc
+${PYSITELIB}/angr/protos/cfg_pb2.pyo
+${PYSITELIB}/angr/protos/function_pb2.py
+${PYSITELIB}/angr/protos/function_pb2.pyc
+${PYSITELIB}/angr/protos/function_pb2.pyo
+${PYSITELIB}/angr/protos/primitives_pb2.py
+${PYSITELIB}/angr/protos/primitives_pb2.pyc
+${PYSITELIB}/angr/protos/primitives_pb2.pyo
+${PYSITELIB}/angr/protos/xrefs_pb2.py
+${PYSITELIB}/angr/protos/xrefs_pb2.pyc
+${PYSITELIB}/angr/protos/xrefs_pb2.pyo
+${PYSITELIB}/angr/serializable.py
+${PYSITELIB}/angr/serializable.pyc
+${PYSITELIB}/angr/serializable.pyo
 ${PYSITELIB}/angr/service.py
 ${PYSITELIB}/angr/service.pyc
 ${PYSITELIB}/angr/service.pyo
+${PYSITELIB}/angr/sim_manager.py
+${PYSITELIB}/angr/sim_manager.pyc
+${PYSITELIB}/angr/sim_manager.pyo
 ${PYSITELIB}/angr/sim_options.py
 ${PYSITELIB}/angr/sim_options.pyc
 ${PYSITELIB}/angr/sim_options.pyo
@@ -1148,6 +1652,9 @@ ${PYSITELIB}/angr/sim_procedure.pyo
 ${PYSITELIB}/angr/sim_state.py
 ${PYSITELIB}/angr/sim_state.pyc
 ${PYSITELIB}/angr/sim_state.pyo
+${PYSITELIB}/angr/sim_state_options.py
+${PYSITELIB}/angr/sim_state_options.pyc
+${PYSITELIB}/angr/sim_state_options.pyo
 ${PYSITELIB}/angr/sim_type.py
 ${PYSITELIB}/angr/sim_type.pyc
 ${PYSITELIB}/angr/sim_type.pyo
@@ -1160,6 +1667,9 @@ ${PYSITELIB}/angr/simos/__init__.pyo
 ${PYSITELIB}/angr/simos/cgc.py
 ${PYSITELIB}/angr/simos/cgc.pyc
 ${PYSITELIB}/angr/simos/cgc.pyo
+${PYSITELIB}/angr/simos/javavm.py
+${PYSITELIB}/angr/simos/javavm.pyc
+${PYSITELIB}/angr/simos/javavm.pyo
 ${PYSITELIB}/angr/simos/linux.py
 ${PYSITELIB}/angr/simos/linux.pyc
 ${PYSITELIB}/angr/simos/linux.pyo
@@ -1190,24 +1700,66 @@ ${PYSITELIB}/angr/state_plugins/callstac
 ${PYSITELIB}/angr/state_plugins/cgc.py
 ${PYSITELIB}/angr/state_plugins/cgc.pyc
 ${PYSITELIB}/angr/state_plugins/cgc.pyo
+${PYSITELIB}/angr/state_plugins/concrete.py
+${PYSITELIB}/angr/state_plugins/concrete.pyc
+${PYSITELIB}/angr/state_plugins/concrete.pyo
 ${PYSITELIB}/angr/state_plugins/fast_memory.py
 ${PYSITELIB}/angr/state_plugins/fast_memory.pyc
 ${PYSITELIB}/angr/state_plugins/fast_memory.pyo
+${PYSITELIB}/angr/state_plugins/filesystem.py
+${PYSITELIB}/angr/state_plugins/filesystem.pyc
+${PYSITELIB}/angr/state_plugins/filesystem.pyo
 ${PYSITELIB}/angr/state_plugins/gdb.py
 ${PYSITELIB}/angr/state_plugins/gdb.pyc
 ${PYSITELIB}/angr/state_plugins/gdb.pyo
 ${PYSITELIB}/angr/state_plugins/globals.py
 ${PYSITELIB}/angr/state_plugins/globals.pyc
 ${PYSITELIB}/angr/state_plugins/globals.pyo
+${PYSITELIB}/angr/state_plugins/heap/__init__.py
+${PYSITELIB}/angr/state_plugins/heap/__init__.pyc
+${PYSITELIB}/angr/state_plugins/heap/__init__.pyo
+${PYSITELIB}/angr/state_plugins/heap/heap_base.py
+${PYSITELIB}/angr/state_plugins/heap/heap_base.pyc
+${PYSITELIB}/angr/state_plugins/heap/heap_base.pyo
+${PYSITELIB}/angr/state_plugins/heap/heap_brk.py
+${PYSITELIB}/angr/state_plugins/heap/heap_brk.pyc
+${PYSITELIB}/angr/state_plugins/heap/heap_brk.pyo
+${PYSITELIB}/angr/state_plugins/heap/heap_freelist.py
+${PYSITELIB}/angr/state_plugins/heap/heap_freelist.pyc
+${PYSITELIB}/angr/state_plugins/heap/heap_freelist.pyo
+${PYSITELIB}/angr/state_plugins/heap/heap_libc.py
+${PYSITELIB}/angr/state_plugins/heap/heap_libc.pyc
+${PYSITELIB}/angr/state_plugins/heap/heap_libc.pyo
+${PYSITELIB}/angr/state_plugins/heap/heap_ptmalloc.py
+${PYSITELIB}/angr/state_plugins/heap/heap_ptmalloc.pyc
+${PYSITELIB}/angr/state_plugins/heap/heap_ptmalloc.pyo
+${PYSITELIB}/angr/state_plugins/heap/utils.py
+${PYSITELIB}/angr/state_plugins/heap/utils.pyc
+${PYSITELIB}/angr/state_plugins/heap/utils.pyo
 ${PYSITELIB}/angr/state_plugins/history.py
 ${PYSITELIB}/angr/state_plugins/history.pyc
 ${PYSITELIB}/angr/state_plugins/history.pyo
 ${PYSITELIB}/angr/state_plugins/inspect.py
 ${PYSITELIB}/angr/state_plugins/inspect.pyc
 ${PYSITELIB}/angr/state_plugins/inspect.pyo
+${PYSITELIB}/angr/state_plugins/javavm_classloader.py
+${PYSITELIB}/angr/state_plugins/javavm_classloader.pyc
+${PYSITELIB}/angr/state_plugins/javavm_classloader.pyo
+${PYSITELIB}/angr/state_plugins/javavm_memory.py
+${PYSITELIB}/angr/state_plugins/javavm_memory.pyc
+${PYSITELIB}/angr/state_plugins/javavm_memory.pyo
+${PYSITELIB}/angr/state_plugins/jni_references.py
+${PYSITELIB}/angr/state_plugins/jni_references.pyc
+${PYSITELIB}/angr/state_plugins/jni_references.pyo
+${PYSITELIB}/angr/state_plugins/keyvalue_memory.py
+${PYSITELIB}/angr/state_plugins/keyvalue_memory.pyc
+${PYSITELIB}/angr/state_plugins/keyvalue_memory.pyo
 ${PYSITELIB}/angr/state_plugins/libc.py
 ${PYSITELIB}/angr/state_plugins/libc.pyc
 ${PYSITELIB}/angr/state_plugins/libc.pyo
+${PYSITELIB}/angr/state_plugins/light_registers.py
+${PYSITELIB}/angr/state_plugins/light_registers.pyc
+${PYSITELIB}/angr/state_plugins/light_registers.pyo
 ${PYSITELIB}/angr/state_plugins/log.py
 ${PYSITELIB}/angr/state_plugins/log.pyc
 ${PYSITELIB}/angr/state_plugins/log.pyo
@@ -1241,6 +1793,9 @@ ${PYSITELIB}/angr/state_plugins/solver.p
 ${PYSITELIB}/angr/state_plugins/symbolic_memory.py
 ${PYSITELIB}/angr/state_plugins/symbolic_memory.pyc
 ${PYSITELIB}/angr/state_plugins/symbolic_memory.pyo
+${PYSITELIB}/angr/state_plugins/symbolizer.py
+${PYSITELIB}/angr/state_plugins/symbolizer.pyc
+${PYSITELIB}/angr/state_plugins/symbolizer.pyo
 ${PYSITELIB}/angr/state_plugins/trace_additions.py
 ${PYSITELIB}/angr/state_plugins/trace_additions.pyc
 ${PYSITELIB}/angr/state_plugins/trace_additions.pyo
@@ -1259,6 +1814,9 @@ ${PYSITELIB}/angr/storage/__init__.pyo
 ${PYSITELIB}/angr/storage/file.py
 ${PYSITELIB}/angr/storage/file.pyc
 ${PYSITELIB}/angr/storage/file.pyo
+${PYSITELIB}/angr/storage/kvstore.py
+${PYSITELIB}/angr/storage/kvstore.pyc
+${PYSITELIB}/angr/storage/kvstore.pyo
 ${PYSITELIB}/angr/storage/memory.py
 ${PYSITELIB}/angr/storage/memory.pyc
 ${PYSITELIB}/angr/storage/memory.pyo
@@ -1271,30 +1829,27 @@ ${PYSITELIB}/angr/storage/paged_memory.p
 ${PYSITELIB}/angr/storage/pcap.py
 ${PYSITELIB}/angr/storage/pcap.pyc
 ${PYSITELIB}/angr/storage/pcap.pyo
-${PYSITELIB}/angr/surveyors/__init__.py
-${PYSITELIB}/angr/surveyors/__init__.pyc
-${PYSITELIB}/angr/surveyors/__init__.pyo
-${PYSITELIB}/angr/surveyors/caller.py
-${PYSITELIB}/angr/surveyors/caller.pyc
-${PYSITELIB}/angr/surveyors/caller.pyo
-${PYSITELIB}/angr/surveyors/escaper.py
-${PYSITELIB}/angr/surveyors/escaper.pyc
-${PYSITELIB}/angr/surveyors/escaper.pyo
-${PYSITELIB}/angr/surveyors/executor.py
-${PYSITELIB}/angr/surveyors/executor.pyc
-${PYSITELIB}/angr/surveyors/executor.pyo
-${PYSITELIB}/angr/surveyors/explorer.py
-${PYSITELIB}/angr/surveyors/explorer.pyc
-${PYSITELIB}/angr/surveyors/explorer.pyo
-${PYSITELIB}/angr/surveyors/slicecutor.py
-${PYSITELIB}/angr/surveyors/slicecutor.pyc
-${PYSITELIB}/angr/surveyors/slicecutor.pyo
-${PYSITELIB}/angr/surveyors/surveyor.py
-${PYSITELIB}/angr/surveyors/surveyor.pyc
-${PYSITELIB}/angr/surveyors/surveyor.pyo
 ${PYSITELIB}/angr/tablespecs.py
 ${PYSITELIB}/angr/tablespecs.pyc
 ${PYSITELIB}/angr/tablespecs.pyo
 ${PYSITELIB}/angr/type_backend.py
 ${PYSITELIB}/angr/type_backend.pyc
 ${PYSITELIB}/angr/type_backend.pyo
+${PYSITELIB}/angr/utils/__init__.py
+${PYSITELIB}/angr/utils/__init__.pyc
+${PYSITELIB}/angr/utils/__init__.pyo
+${PYSITELIB}/angr/utils/constants.py
+${PYSITELIB}/angr/utils/constants.pyc
+${PYSITELIB}/angr/utils/constants.pyo
+${PYSITELIB}/angr/utils/enums_conv.py
+${PYSITELIB}/angr/utils/enums_conv.pyc
+${PYSITELIB}/angr/utils/enums_conv.pyo
+${PYSITELIB}/angr/utils/graph.py
+${PYSITELIB}/angr/utils/graph.pyc
+${PYSITELIB}/angr/utils/graph.pyo
+${PYSITELIB}/angr/utils/library.py
+${PYSITELIB}/angr/utils/library.pyc
+${PYSITELIB}/angr/utils/library.pyo
+${PYSITELIB}/angr/vaults.py
+${PYSITELIB}/angr/vaults.pyc
+${PYSITELIB}/angr/vaults.pyo

Index: pkgsrc/devel/py-angr/distinfo
diff -u pkgsrc/devel/py-angr/distinfo:1.1 pkgsrc/devel/py-angr/distinfo:1.2
--- pkgsrc/devel/py-angr/distinfo:1.1   Thu Mar 15 03:13:29 2018
+++ pkgsrc/devel/py-angr/distinfo       Thu Jan  9 14:02:31 2020
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2018/03/15 03:13:29 khorben Exp $
+$NetBSD: distinfo,v 1.2 2020/01/09 14:02:31 wiz Exp $
 
-SHA1 (angr-7.8.2.21-000718deab49cf506f6d26d69c63215cbcf1eb5b.tar.gz) = f310c452e29480a176365bfd86835ba3f7eaba65
-RMD160 (angr-7.8.2.21-000718deab49cf506f6d26d69c63215cbcf1eb5b.tar.gz) = d21469a3b124f78bd6ecd9c2aae5092115eea6b9
-SHA512 (angr-7.8.2.21-000718deab49cf506f6d26d69c63215cbcf1eb5b.tar.gz) = 
844fd7571d342d219c8071db01b11ef88188c441460f5bf93ec344383c7151d8fc4d236844ff650dff8127fbc3083ace071c2eacf5343829b5886bc9972d4cc1
-Size (angr-7.8.2.21-000718deab49cf506f6d26d69c63215cbcf1eb5b.tar.gz) = 685068 bytes
-SHA1 (patch-native_Makefile) = bcb95c06bd414deba958a2a061dd25819aba6bbb
+SHA1 (angr-8.20.1.7-5cb726d5139537cbe7c03bc5ed540b9cdb7c7e21.tar.gz) = 469f5b5ac360707d6b9dd8849d82f71191ec579c
+RMD160 (angr-8.20.1.7-5cb726d5139537cbe7c03bc5ed540b9cdb7c7e21.tar.gz) = 4d58f9d6925e1291278443b4eb307a566cf6b8c1
+SHA512 (angr-8.20.1.7-5cb726d5139537cbe7c03bc5ed540b9cdb7c7e21.tar.gz) = 
d1bc7cf45c62af6069692370b3cec3365e13248e5524a48d568427aa0a40d520f86410658f67d7e658989e5bf1eb7c08af23cc03ffb3fe2856eea00b849f0aa1
+Size (angr-8.20.1.7-5cb726d5139537cbe7c03bc5ed540b9cdb7c7e21.tar.gz) = 1228634 bytes
+SHA1 (patch-native_Makefile) = 24db606ae3b80a9a5c9e1c7110af21365f471923
 SHA1 (patch-native_log.c) = deee60432d81962919b4060f13e7d5a1da6ad9d8

Index: pkgsrc/devel/py-angr/patches/patch-native_Makefile
diff -u pkgsrc/devel/py-angr/patches/patch-native_Makefile:1.1 pkgsrc/devel/py-angr/patches/patch-native_Makefile:1.2
--- pkgsrc/devel/py-angr/patches/patch-native_Makefile:1.1      Thu Mar 15 03:13:29 2018
+++ pkgsrc/devel/py-angr/patches/patch-native_Makefile  Thu Jan  9 14:02:31 2020
@@ -1,10 +1,10 @@
-$NetBSD: patch-native_Makefile,v 1.1 2018/03/15 03:13:29 khorben Exp $
+$NetBSD: patch-native_Makefile,v 1.2 2020/01/09 14:02:31 wiz Exp $
 
 Add support for anything like Linux.
 
---- native/Makefile.orig       2018-02-25 22:30:58.000000000 +0000
+--- native/Makefile.orig       2019-12-20 06:32:04.000000000 +0000
 +++ native/Makefile
-@@ -1,27 +1,34 @@
+@@ -1,30 +1,38 @@
  UNAME := $(shell uname)
  ifeq ($(UNAME), Darwin)
        LIB_ANGR_NATIVE=angr_native.dylib
@@ -16,22 +16,26 @@ Add support for anything like Linux.
  
  CC := gcc
  C++C := g++
--CFLAGS := -I ${UNICORN_INCLUDE_PATH} -I ${PYVEX_INCLUDE_PATH} \
--      -L ${UNICORN_LIB_PATH} -L ${PYVEX_LIB_PATH} \
+-CFLAGS := -I "${UNICORN_INCLUDE_PATH}" -I "${PYVEX_INCLUDE_PATH}" \
+-      -L "${UNICORN_LIB_PATH}" -L "${PYVEX_LIB_PATH}" \
 -      -O3 -fPIC -std=c++11
+ ifneq ($(DEBUG), )
+       CFLAGS := $(CFLAGS) -O0 -g
+ endif
  
 -OBJS := log.o
 +OBJS := log.o sim_unicorn.o
  LIBS := -lunicorn -lpyvex
-+PREFIX ?= /usr/local
-+LIBDIR ?= ${PREFIX}/lib
+ 
++PREFIX?=      /usr/local
++LIBDIR?=      ${PREFIX}/lib
 +
-+CFLAGS := -I ${UNICORN_INCLUDE_PATH} -I ${PYVEX_INCLUDE_PATH} \
++CFLAGS += -I ${UNICORN_INCLUDE_PATH} -I ${PYVEX_INCLUDE_PATH} \
 +      -O3 -fPIC
-+CXXFLAGS := ${CFLAGS} -std=c++11
-+LDFLAGS := -shared ${LIBS} -L${LIBDIR} -L${UNICORN_LIB_PATH} -L${PYVEX_LIB_PATH} \
++CXXFLAGS += ${CFLAGS} -std=c++11
++LDFLAGS += -shared ${LIBS} -L${LIBDIR} -L${UNICORN_LIB_PATH} -L${PYVEX_LIB_PATH} \
 +      -Wl,-rpath,${LIBDIR} -Wl,-rpath,${UNICORN_LIB_PATH} -Wl,-rpath,${PYVEX_LIB_PATH}
- 
++
  all: ${LIB_ANGR_NATIVE}
  
  log.o: log.c log.h
@@ -47,4 +51,4 @@ Add support for anything like Linux.
 +      ${C++C} ${LDFLAGS} -o $@ $^
  
  clean:
-       rm -f ${LIB_ANGR_NATIVE} *.o arch/*.o
+       rm -f "${LIB_ANGR_NATIVE}" *.o arch/*.o

Index: pkgsrc/devel/py-archinfo/Makefile
diff -u pkgsrc/devel/py-archinfo/Makefile:1.3 pkgsrc/devel/py-archinfo/Makefile:1.4
--- pkgsrc/devel/py-archinfo/Makefile:1.3       Tue Aug 21 06:59:08 2018
+++ pkgsrc/devel/py-archinfo/Makefile   Thu Jan  9 14:02:31 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/08/21 06:59:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/09 14:02:31 wiz Exp $
 
-DISTNAME=      archinfo-7.8.8.1
+DISTNAME=      archinfo-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/archinfo/}
@@ -14,5 +14,7 @@ DEPENDS+=     ${PYPKGPREFIX}-future-[0-9]*:.
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-archinfo/distinfo
diff -u pkgsrc/devel/py-archinfo/distinfo:1.3 pkgsrc/devel/py-archinfo/distinfo:1.4
--- pkgsrc/devel/py-archinfo/distinfo:1.3       Tue Aug 21 06:59:08 2018
+++ pkgsrc/devel/py-archinfo/distinfo   Thu Jan  9 14:02:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/08/21 06:59:08 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/01/09 14:02:31 wiz Exp $
 
-SHA1 (archinfo-7.8.8.1.tar.gz) = fa4979dcac229f53cd66db89bc5e617801a562ef
-RMD160 (archinfo-7.8.8.1.tar.gz) = 43786bf64b941713cf58fa30aec323e434b62c3b
-SHA512 (archinfo-7.8.8.1.tar.gz) = f5cdb22e35c12965484b627ca971eb09ac0a350b1fd4e24a3d8194d82bec1fa683903298dd8e4b4fcc360507f3ee1648cce73d430a9a40377a16a9bc7062cc44
-Size (archinfo-7.8.8.1.tar.gz) = 38324 bytes
+SHA1 (archinfo-8.20.1.7.tar.gz) = cd1170cd130430bc8f78b95058aad799c3d91423
+RMD160 (archinfo-8.20.1.7.tar.gz) = cbe8430db7131b0b2199b30ea81a058e78ff9d94
+SHA512 (archinfo-8.20.1.7.tar.gz) = ce57fbb8688aefca6e9ebbd3c8fb76278c027f8688beb0457e7c418d6f837003d5e94af59a71f2a47b51c95f3aa9639d093f24b87249374d8b57413fd47c5d02
+Size (archinfo-8.20.1.7.tar.gz) = 43408 bytes

Index: pkgsrc/devel/py-archinfo/PLIST
diff -u pkgsrc/devel/py-archinfo/PLIST:1.2 pkgsrc/devel/py-archinfo/PLIST:1.3
--- pkgsrc/devel/py-archinfo/PLIST:1.2  Tue Jul 24 10:00:08 2018
+++ pkgsrc/devel/py-archinfo/PLIST      Thu Jan  9 14:02:31 2020
@@ -1,8 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2018/07/24 10:00:08 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/01/09 14:02:31 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/archinfo/__init__.py
 ${PYSITELIB}/archinfo/__init__.pyc
@@ -31,6 +30,9 @@ ${PYSITELIB}/archinfo/arch_ppc32.pyo
 ${PYSITELIB}/archinfo/arch_ppc64.py
 ${PYSITELIB}/archinfo/arch_ppc64.pyc
 ${PYSITELIB}/archinfo/arch_ppc64.pyo
+${PYSITELIB}/archinfo/arch_s390x.py
+${PYSITELIB}/archinfo/arch_s390x.pyc
+${PYSITELIB}/archinfo/arch_s390x.pyo
 ${PYSITELIB}/archinfo/arch_soot.py
 ${PYSITELIB}/archinfo/arch_soot.pyc
 ${PYSITELIB}/archinfo/arch_soot.pyo

Index: pkgsrc/devel/py-cle/Makefile
diff -u pkgsrc/devel/py-cle/Makefile:1.1 pkgsrc/devel/py-cle/Makefile:1.2
--- pkgsrc/devel/py-cle/Makefile:1.1    Thu Mar 15 02:32:56 2018
+++ pkgsrc/devel/py-cle/Makefile        Thu Jan  9 14:02:31 2020
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2018/03/15 02:32:56 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/09 14:02:31 wiz Exp $
 
-DISTNAME=      cle-7.8.2.21
+DISTNAME=      cle-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angr/}
 GITHUB_PROJECT=        cle
-GITHUB_TAG=    13a47181d5200fd24c5c956e893b0a95d26d4da7
+GITHUB_TAG=    de4499da5970aab8f762a43a5dccf8a4a472da12
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/angr/cle/
 COMMENT=       CLE Loads Everything (at least, many binary formats!)
 LICENSE=       2-clause-bsd
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-cle/PLIST
diff -u pkgsrc/devel/py-cle/PLIST:1.1 pkgsrc/devel/py-cle/PLIST:1.2
--- pkgsrc/devel/py-cle/PLIST:1.1       Thu Mar 15 02:32:56 2018
+++ pkgsrc/devel/py-cle/PLIST   Thu Jan  9 14:02:31 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/15 02:32:56 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/09 14:02:31 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@ ${PYSITELIB}/cle/address_translator.pyo
 ${PYSITELIB}/cle/backends/__init__.py
 ${PYSITELIB}/cle/backends/__init__.pyc
 ${PYSITELIB}/cle/backends/__init__.pyo
+${PYSITELIB}/cle/backends/binja.py
+${PYSITELIB}/cle/backends/binja.pyc
+${PYSITELIB}/cle/backends/binja.pyo
 ${PYSITELIB}/cle/backends/blob.py
 ${PYSITELIB}/cle/backends/blob.pyc
 ${PYSITELIB}/cle/backends/blob.pyo
@@ -55,6 +58,9 @@ ${PYSITELIB}/cle/backends/elf/relocation
 ${PYSITELIB}/cle/backends/elf/relocation/arm64.py
 ${PYSITELIB}/cle/backends/elf/relocation/arm64.pyc
 ${PYSITELIB}/cle/backends/elf/relocation/arm64.pyo
+${PYSITELIB}/cle/backends/elf/relocation/arm_cortex_m.py
+${PYSITELIB}/cle/backends/elf/relocation/arm_cortex_m.pyc
+${PYSITELIB}/cle/backends/elf/relocation/arm_cortex_m.pyo
 ${PYSITELIB}/cle/backends/elf/relocation/armel.py
 ${PYSITELIB}/cle/backends/elf/relocation/armel.pyc
 ${PYSITELIB}/cle/backends/elf/relocation/armel.pyo
@@ -82,18 +88,45 @@ ${PYSITELIB}/cle/backends/elf/relocation
 ${PYSITELIB}/cle/backends/elf/relocation/ppc.py
 ${PYSITELIB}/cle/backends/elf/relocation/ppc.pyc
 ${PYSITELIB}/cle/backends/elf/relocation/ppc.pyo
+${PYSITELIB}/cle/backends/elf/relocation/s390x.py
+${PYSITELIB}/cle/backends/elf/relocation/s390x.pyc
+${PYSITELIB}/cle/backends/elf/relocation/s390x.pyo
 ${PYSITELIB}/cle/backends/elf/symbol.py
 ${PYSITELIB}/cle/backends/elf/symbol.pyc
 ${PYSITELIB}/cle/backends/elf/symbol.pyo
-${PYSITELIB}/cle/backends/externs.py
-${PYSITELIB}/cle/backends/externs.pyc
-${PYSITELIB}/cle/backends/externs.pyo
-${PYSITELIB}/cle/backends/idabin.py
-${PYSITELIB}/cle/backends/idabin.pyc
-${PYSITELIB}/cle/backends/idabin.pyo
+${PYSITELIB}/cle/backends/elf/symbol_type.py
+${PYSITELIB}/cle/backends/elf/symbol_type.pyc
+${PYSITELIB}/cle/backends/elf/symbol_type.pyo
+${PYSITELIB}/cle/backends/externs/__init__.py
+${PYSITELIB}/cle/backends/externs/__init__.pyc
+${PYSITELIB}/cle/backends/externs/__init__.pyo
+${PYSITELIB}/cle/backends/externs/simdata/__init__.py
+${PYSITELIB}/cle/backends/externs/simdata/__init__.pyc
+${PYSITELIB}/cle/backends/externs/simdata/__init__.pyo
+${PYSITELIB}/cle/backends/externs/simdata/common.py
+${PYSITELIB}/cle/backends/externs/simdata/common.pyc
+${PYSITELIB}/cle/backends/externs/simdata/common.pyo
+${PYSITELIB}/cle/backends/externs/simdata/glibc_startup.py
+${PYSITELIB}/cle/backends/externs/simdata/glibc_startup.pyc
+${PYSITELIB}/cle/backends/externs/simdata/glibc_startup.pyo
+${PYSITELIB}/cle/backends/externs/simdata/io_file.py
+${PYSITELIB}/cle/backends/externs/simdata/io_file.pyc
+${PYSITELIB}/cle/backends/externs/simdata/io_file.pyo
 ${PYSITELIB}/cle/backends/ihex.py
 ${PYSITELIB}/cle/backends/ihex.pyc
 ${PYSITELIB}/cle/backends/ihex.pyo
+${PYSITELIB}/cle/backends/java/__init__.py
+${PYSITELIB}/cle/backends/java/__init__.pyc
+${PYSITELIB}/cle/backends/java/__init__.pyo
+${PYSITELIB}/cle/backends/java/apk.py
+${PYSITELIB}/cle/backends/java/apk.pyc
+${PYSITELIB}/cle/backends/java/apk.pyo
+${PYSITELIB}/cle/backends/java/jar.py
+${PYSITELIB}/cle/backends/java/jar.pyc
+${PYSITELIB}/cle/backends/java/jar.pyo
+${PYSITELIB}/cle/backends/java/soot.py
+${PYSITELIB}/cle/backends/java/soot.pyc
+${PYSITELIB}/cle/backends/java/soot.pyo
 ${PYSITELIB}/cle/backends/macho/__init__.py
 ${PYSITELIB}/cle/backends/macho/__init__.pyc
 ${PYSITELIB}/cle/backends/macho/__init__.pyo
@@ -112,6 +145,12 @@ ${PYSITELIB}/cle/backends/macho/segment.
 ${PYSITELIB}/cle/backends/macho/symbol.py
 ${PYSITELIB}/cle/backends/macho/symbol.pyc
 ${PYSITELIB}/cle/backends/macho/symbol.pyo
+${PYSITELIB}/cle/backends/minidump/__init__.py
+${PYSITELIB}/cle/backends/minidump/__init__.pyc
+${PYSITELIB}/cle/backends/minidump/__init__.pyo
+${PYSITELIB}/cle/backends/named_region.py
+${PYSITELIB}/cle/backends/named_region.pyc
+${PYSITELIB}/cle/backends/named_region.pyo
 ${PYSITELIB}/cle/backends/pe/__init__.py
 ${PYSITELIB}/cle/backends/pe/__init__.pyc
 ${PYSITELIB}/cle/backends/pe/__init__.pyo
@@ -157,9 +196,6 @@ ${PYSITELIB}/cle/backends/regions.pyo
 ${PYSITELIB}/cle/backends/relocation.py
 ${PYSITELIB}/cle/backends/relocation.pyc
 ${PYSITELIB}/cle/backends/relocation.pyo
-${PYSITELIB}/cle/backends/soot.py
-${PYSITELIB}/cle/backends/soot.pyc
-${PYSITELIB}/cle/backends/soot.pyo
 ${PYSITELIB}/cle/backends/symbol.py
 ${PYSITELIB}/cle/backends/symbol.pyc
 ${PYSITELIB}/cle/backends/symbol.pyo
@@ -172,6 +208,9 @@ ${PYSITELIB}/cle/backends/tls/elf_tls.py
 ${PYSITELIB}/cle/backends/tls/pe_tls.py
 ${PYSITELIB}/cle/backends/tls/pe_tls.pyc
 ${PYSITELIB}/cle/backends/tls/pe_tls.pyo
+${PYSITELIB}/cle/backends/xbe.py
+${PYSITELIB}/cle/backends/xbe.pyc
+${PYSITELIB}/cle/backends/xbe.pyo
 ${PYSITELIB}/cle/errors.py
 ${PYSITELIB}/cle/errors.pyc
 ${PYSITELIB}/cle/errors.pyo
Index: pkgsrc/devel/py-cle/distinfo
diff -u pkgsrc/devel/py-cle/distinfo:1.1 pkgsrc/devel/py-cle/distinfo:1.2
--- pkgsrc/devel/py-cle/distinfo:1.1    Thu Mar 15 02:32:56 2018
+++ pkgsrc/devel/py-cle/distinfo        Thu Jan  9 14:02:31 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/15 02:32:56 khorben Exp $
+$NetBSD: distinfo,v 1.2 2020/01/09 14:02:31 wiz Exp $
 
-SHA1 (cle-7.8.2.21-13a47181d5200fd24c5c956e893b0a95d26d4da7.tar.gz) = e95fdb4867fc31c70e32ed0a4b34cac42ba356d6
-RMD160 (cle-7.8.2.21-13a47181d5200fd24c5c956e893b0a95d26d4da7.tar.gz) = 6132efeea8c8c97f791afcab944b089dbb703d2c
-SHA512 (cle-7.8.2.21-13a47181d5200fd24c5c956e893b0a95d26d4da7.tar.gz) = 
74188b4d44ea36a0914294d9997b44631747b39726b8d0b334b5182efcd78e730459cf310bb5bf03c2af9d44b3834bc49c8f8baf525f525d3becc41679d0c5a5
-Size (cle-7.8.2.21-13a47181d5200fd24c5c956e893b0a95d26d4da7.tar.gz) = 85099 bytes
+SHA1 (cle-8.20.1.7-de4499da5970aab8f762a43a5dccf8a4a472da12.tar.gz) = 366f510e8a4ff70caa80855e3c5ba989934434d7
+RMD160 (cle-8.20.1.7-de4499da5970aab8f762a43a5dccf8a4a472da12.tar.gz) = 8bdaab7e07cc9721bd09164f99038a7808160b9f
+SHA512 (cle-8.20.1.7-de4499da5970aab8f762a43a5dccf8a4a472da12.tar.gz) = 
cca0f07c3787f6738342e633d233f733db15a719c1f0c251f112cd3862a9c4106806c77f9a673299144cb79cd9446ef7f6f08ccadbe1b893b2879214e80a20ce
+Size (cle-8.20.1.7-de4499da5970aab8f762a43a5dccf8a4a472da12.tar.gz) = 112234 bytes

Index: pkgsrc/devel/py-pyvex/Makefile
diff -u pkgsrc/devel/py-pyvex/Makefile:1.3 pkgsrc/devel/py-pyvex/Makefile:1.4
--- pkgsrc/devel/py-pyvex/Makefile:1.3  Wed Mar 28 01:51:16 2018
+++ pkgsrc/devel/py-pyvex/Makefile      Thu Jan  9 14:02:32 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2018/03/28 01:51:16 khorben Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/09 14:02:32 wiz Exp $
 
-DISTNAME=      pyvex-7.8.2.21
+DISTNAME=      pyvex-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
-PKGREVISION=   2
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angr/}
 GITHUB_PROJECT=        pyvex
-GITHUB_TAG=    29e88cbd20d628421a903e3dfec0027dd01be233
+GITHUB_TAG=    4fa68d58618a7635b281c9d06263c75fb9bf357f
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/angr/pyvex/
@@ -16,8 +15,9 @@ LICENSE=      2-clause-bsd
 USE_TOOLS+=    gmake
 
 DEPENDS+=      ${PYPKGPREFIX}-archinfo-[0-9]*:../../devel/py-archinfo
+DEPENDS+=      ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "vex-inplace.mk"
 .include "../../devel/libffi/buildlink3.mk"

Index: pkgsrc/devel/py-pyvex/PLIST
diff -u pkgsrc/devel/py-pyvex/PLIST:1.1 pkgsrc/devel/py-pyvex/PLIST:1.2
--- pkgsrc/devel/py-pyvex/PLIST:1.1     Thu Mar 15 02:49:25 2018
+++ pkgsrc/devel/py-pyvex/PLIST Thu Jan  9 14:02:32 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/15 02:49:25 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/09 14:02:32 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -13,6 +13,9 @@ ${PYSITELIB}/pyvex/block.pyo
 ${PYSITELIB}/pyvex/const.py
 ${PYSITELIB}/pyvex/const.pyc
 ${PYSITELIB}/pyvex/const.pyo
+${PYSITELIB}/pyvex/data_ref.py
+${PYSITELIB}/pyvex/data_ref.pyc
+${PYSITELIB}/pyvex/data_ref.pyo
 ${PYSITELIB}/pyvex/enums.py
 ${PYSITELIB}/pyvex/enums.pyc
 ${PYSITELIB}/pyvex/enums.pyo
@@ -42,33 +45,51 @@ ${PYSITELIB}/pyvex/include/libvex_trc_va
 ${PYSITELIB}/pyvex/include/pyvex.h
 ${PYSITELIB}/pyvex/lib/libpyvex.a
 ${PYSITELIB}/pyvex/lib/libpyvex.so
-${PYSITELIB}/pyvex/lift/__init__.py
-${PYSITELIB}/pyvex/lift/__init__.pyc
-${PYSITELIB}/pyvex/lift/__init__.pyo
-${PYSITELIB}/pyvex/lift/fixes.py
-${PYSITELIB}/pyvex/lift/fixes.pyc
-${PYSITELIB}/pyvex/lift/fixes.pyo
-${PYSITELIB}/pyvex/lift/libvex.py
-${PYSITELIB}/pyvex/lift/libvex.pyc
-${PYSITELIB}/pyvex/lift/libvex.pyo
-${PYSITELIB}/pyvex/lift/util/__init__.py
-${PYSITELIB}/pyvex/lift/util/__init__.pyc
-${PYSITELIB}/pyvex/lift/util/__init__.pyo
-${PYSITELIB}/pyvex/lift/util/instr_helper.py
-${PYSITELIB}/pyvex/lift/util/instr_helper.pyc
-${PYSITELIB}/pyvex/lift/util/instr_helper.pyo
-${PYSITELIB}/pyvex/lift/util/irsb_postprocess.py
-${PYSITELIB}/pyvex/lift/util/irsb_postprocess.pyc
-${PYSITELIB}/pyvex/lift/util/irsb_postprocess.pyo
-${PYSITELIB}/pyvex/lift/util/lifter_helper.py
-${PYSITELIB}/pyvex/lift/util/lifter_helper.pyc
-${PYSITELIB}/pyvex/lift/util/lifter_helper.pyo
-${PYSITELIB}/pyvex/lift/util/syntax_wrapper.py
-${PYSITELIB}/pyvex/lift/util/syntax_wrapper.pyc
-${PYSITELIB}/pyvex/lift/util/syntax_wrapper.pyo
-${PYSITELIB}/pyvex/lift/util/vex_helper.py
-${PYSITELIB}/pyvex/lift/util/vex_helper.pyc
-${PYSITELIB}/pyvex/lift/util/vex_helper.pyo
+${PYSITELIB}/pyvex/lifting/__init__.py
+${PYSITELIB}/pyvex/lifting/__init__.pyc
+${PYSITELIB}/pyvex/lifting/__init__.pyo
+${PYSITELIB}/pyvex/lifting/gym/__init__.py
+${PYSITELIB}/pyvex/lifting/gym/__init__.pyc
+${PYSITELIB}/pyvex/lifting/gym/__init__.pyo
+${PYSITELIB}/pyvex/lifting/gym/aarch64_spotter.py
+${PYSITELIB}/pyvex/lifting/gym/aarch64_spotter.pyc
+${PYSITELIB}/pyvex/lifting/gym/aarch64_spotter.pyo
+${PYSITELIB}/pyvex/lifting/gym/arm_spotter.py
+${PYSITELIB}/pyvex/lifting/gym/arm_spotter.pyc
+${PYSITELIB}/pyvex/lifting/gym/arm_spotter.pyo
+${PYSITELIB}/pyvex/lifting/gym/x86_spotter.py
+${PYSITELIB}/pyvex/lifting/gym/x86_spotter.pyc
+${PYSITELIB}/pyvex/lifting/gym/x86_spotter.pyo
+${PYSITELIB}/pyvex/lifting/libvex.py
+${PYSITELIB}/pyvex/lifting/libvex.pyc
+${PYSITELIB}/pyvex/lifting/libvex.pyo
+${PYSITELIB}/pyvex/lifting/lifter.py
+${PYSITELIB}/pyvex/lifting/lifter.pyc
+${PYSITELIB}/pyvex/lifting/lifter.pyo
+${PYSITELIB}/pyvex/lifting/post_processor.py
+${PYSITELIB}/pyvex/lifting/post_processor.pyc
+${PYSITELIB}/pyvex/lifting/post_processor.pyo
+${PYSITELIB}/pyvex/lifting/util/__init__.py
+${PYSITELIB}/pyvex/lifting/util/__init__.pyc
+${PYSITELIB}/pyvex/lifting/util/__init__.pyo
+${PYSITELIB}/pyvex/lifting/util/instr_helper.py
+${PYSITELIB}/pyvex/lifting/util/instr_helper.pyc
+${PYSITELIB}/pyvex/lifting/util/instr_helper.pyo
+${PYSITELIB}/pyvex/lifting/util/irsb_postprocess.py
+${PYSITELIB}/pyvex/lifting/util/irsb_postprocess.pyc
+${PYSITELIB}/pyvex/lifting/util/irsb_postprocess.pyo
+${PYSITELIB}/pyvex/lifting/util/lifter_helper.py
+${PYSITELIB}/pyvex/lifting/util/lifter_helper.pyc
+${PYSITELIB}/pyvex/lifting/util/lifter_helper.pyo
+${PYSITELIB}/pyvex/lifting/util/syntax_wrapper.py
+${PYSITELIB}/pyvex/lifting/util/syntax_wrapper.pyc
+${PYSITELIB}/pyvex/lifting/util/syntax_wrapper.pyo
+${PYSITELIB}/pyvex/lifting/util/vex_helper.py
+${PYSITELIB}/pyvex/lifting/util/vex_helper.pyc
+${PYSITELIB}/pyvex/lifting/util/vex_helper.pyo
+${PYSITELIB}/pyvex/lifting/zerodivision.py
+${PYSITELIB}/pyvex/lifting/zerodivision.pyc
+${PYSITELIB}/pyvex/lifting/zerodivision.pyo
 ${PYSITELIB}/pyvex/stmt.py
 ${PYSITELIB}/pyvex/stmt.pyc
 ${PYSITELIB}/pyvex/stmt.pyo
Index: pkgsrc/devel/py-pyvex/distinfo
diff -u pkgsrc/devel/py-pyvex/distinfo:1.1 pkgsrc/devel/py-pyvex/distinfo:1.2
--- pkgsrc/devel/py-pyvex/distinfo:1.1  Thu Mar 15 02:49:25 2018
+++ pkgsrc/devel/py-pyvex/distinfo      Thu Jan  9 14:02:32 2020
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.1 2018/03/15 02:49:25 khorben Exp $
+$NetBSD: distinfo,v 1.2 2020/01/09 14:02:32 wiz Exp $
 
-SHA1 (pyvex-7.8.2.21-29e88cbd20d628421a903e3dfec0027dd01be233.tar.gz) = 302eb342b4e58b5210b7df46423eece7d57370ab
-RMD160 (pyvex-7.8.2.21-29e88cbd20d628421a903e3dfec0027dd01be233.tar.gz) = 935addc582da04294e1d79f052abe501e507caa8
-SHA512 (pyvex-7.8.2.21-29e88cbd20d628421a903e3dfec0027dd01be233.tar.gz) = 
2e4df626cc036e6522dc214f191a0e55bcd7ed8dccf5c7fbc59beaacce84aad55174493d826c1c567b385bfde1a80fc492453cf4a75599b1ad059b955ff7e84e
-Size (pyvex-7.8.2.21-29e88cbd20d628421a903e3dfec0027dd01be233.tar.gz) = 69057 bytes
-SHA1 (vex-0.0.0-7394e917fc86c8f042d8ce51a609810a97c20fd7.tar.gz) = 2dda4be121c95862222bf848b08373a5373b996b
-RMD160 (vex-0.0.0-7394e917fc86c8f042d8ce51a609810a97c20fd7.tar.gz) = 9aa06510c61b2ea33206519b5eef04fa30142152
-SHA512 (vex-0.0.0-7394e917fc86c8f042d8ce51a609810a97c20fd7.tar.gz) = a74607a0c8aa6a547c65e3fe97a9c28c787c0f14be20c8c6a9f67c8f1b05fd23b2acdc4b041a2db6d5204c64f830f6a165d539e325ac016b2c408f18a01468ea
-Size (vex-0.0.0-7394e917fc86c8f042d8ce51a609810a97c20fd7.tar.gz) = 3539578 bytes
-SHA1 (patch-pyvex__c_Makefile) = f5ba4c1b7e288ea9c0513b6bf08aee9833cffc12
+SHA1 (pyvex-8.20.1.7-4fa68d58618a7635b281c9d06263c75fb9bf357f.tar.gz) = 150b0179da50a8af7edf38691491d307c8bf84e1
+RMD160 (pyvex-8.20.1.7-4fa68d58618a7635b281c9d06263c75fb9bf357f.tar.gz) = db35e331de4851800f8a404634038a06f54b642e
+SHA512 (pyvex-8.20.1.7-4fa68d58618a7635b281c9d06263c75fb9bf357f.tar.gz) = 
6b2ac04acdd6d14f48f024095e613a5a276b5373f648b4db0a7792ac21eb2c791f433808ad9138233a95654d2f43091dc71d7fd1105ffcfa0a53ec01a64fe50a
+Size (pyvex-8.20.1.7-4fa68d58618a7635b281c9d06263c75fb9bf357f.tar.gz) = 85478 bytes
+SHA1 (vex-0.0.0-0e76ee25dc2793d23ec5f9695d38a2ca76780bbc.tar.gz) = 3d372475583b747442b2fbe44821da9453ef2ad9
+RMD160 (vex-0.0.0-0e76ee25dc2793d23ec5f9695d38a2ca76780bbc.tar.gz) = ed430cfaacc2c371ad50661c1c2abd0de0388ca2
+SHA512 (vex-0.0.0-0e76ee25dc2793d23ec5f9695d38a2ca76780bbc.tar.gz) = 8b0cccdd0b98a45bf73f4d36b5747a798fa9b7d474a73b8906c3d029a9dc3faa508a41383292df69accea28803fe8e79ce82d3098f5b1588fc64c4adfed07657
+Size (vex-0.0.0-0e76ee25dc2793d23ec5f9695d38a2ca76780bbc.tar.gz) = 3542607 bytes
+SHA1 (patch-pyvex__c_Makefile) = e44d58749202f0becccdcb818bd437be0e325a8d
Index: pkgsrc/devel/py-pyvex/vex.mk
diff -u pkgsrc/devel/py-pyvex/vex.mk:1.1 pkgsrc/devel/py-pyvex/vex.mk:1.2
--- pkgsrc/devel/py-pyvex/vex.mk:1.1    Thu Mar 15 02:49:25 2018
+++ pkgsrc/devel/py-pyvex/vex.mk        Thu Jan  9 14:02:32 2020
@@ -1,9 +1,9 @@
-# $NetBSD: vex.mk,v 1.1 2018/03/15 02:49:25 khorben Exp $
+# $NetBSD: vex.mk,v 1.2 2020/01/09 14:02:32 wiz Exp $
 
 DISTNAME=      vex-0.0.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angr/}
-GITHUB_TAG=    7394e917fc86c8f042d8ce51a609810a97c20fd7
+GITHUB_TAG=    0e76ee25dc2793d23ec5f9695d38a2ca76780bbc
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/angr/vex/

Index: pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile
diff -u pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile:1.1 pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile:1.2
--- pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile:1.1   Thu Mar 15 02:49:25 2018
+++ pkgsrc/devel/py-pyvex/patches/patch-pyvex__c_Makefile       Thu Jan  9 14:02:32 2020
@@ -1,28 +1,39 @@
-$NetBSD: patch-pyvex__c_Makefile,v 1.1 2018/03/15 02:49:25 khorben Exp $
+$NetBSD: patch-pyvex__c_Makefile,v 1.2 2020/01/09 14:02:32 wiz Exp $
 
 Add support for NetBSD.
 Correct the syntax for GCC in C99 mode.
 
---- pyvex_c/Makefile.orig      2018-02-21 22:03:16.000000000 +0000
+--- pyvex_c/Makefile.orig      2019-12-17 03:13:10.000000000 +0000
 +++ pyvex_c/Makefile
-@@ -9,6 +9,11 @@ ifeq ($(UNAME), Linux)
+@@ -2,22 +2,27 @@ UNAME := $(shell uname)
+ ifeq ($(UNAME), Darwin)
+       LIBRARY_FILE=libpyvex.dylib
        STATIC_LIBRARY_FILE=libpyvex.a
-       LDFLAGS=-Wl,-soname,$(LIBRARY_FILE)
+-      LDFLAGS=-Wl,-install_name,$(LIBRARY_FILE)
++      LDFLAGS+=-Wl,-install_name,$(LIBRARY_FILE)
  endif
+ ifeq ($(UNAME), Linux)
+       LIBRARY_FILE=libpyvex.so
+       STATIC_LIBRARY_FILE=libpyvex.a
+-      LDFLAGS=-Wl,-soname,$(LIBRARY_FILE)
++      LDFLAGS+=-Wl,-soname,$(LIBRARY_FILE)
+ endif
+ ifeq ($(UNAME), NetBSD)
+       LIBRARY_FILE=libpyvex.so
+       STATIC_LIBRARY_FILE=libpyvex.a
+-      LDFLAGS=-Wl,-soname,$(LIBRARY_FILE)
++      LDFLAGS+=-Wl,-soname,$(LIBRARY_FILE)
++endif
 +ifeq ($(UNAME), NetBSD)
 +      LIBRARY_FILE=libpyvex.so
 +      STATIC_LIBRARY_FILE=libpyvex.a
-+      LDFLAGS=-Wl,-soname,$(LIBRARY_FILE)
-+endif
++      LDFLAGS+=-Wl,-soname,$(LIBRARY_FILE)
+ endif
  ifeq ($(findstring MINGW,$(UNAME)), MINGW)
        LIBRARY_FILE=pyvex.dll
        STATIC_LIBRARY_FILE=libpyvex.a
-@@ -18,7 +23,7 @@ endif
- CC=gcc
- AR=ar
- INCFLAGS=-I $(VEX_INCLUDE_PATH)
--CFLAGS=-g -O2 -shared -fPIC --std=c99 $(INCFLAGS)
-+CFLAGS=-g -O2 -shared -fPIC -std=c99 $(INCFLAGS)
- 
- OBJECTS=pyvex.o logging.o
+-      LDFLAGS=
++      LDFLAGS+=
+ endif
  
+ # deeply evil

Index: pkgsrc/math/py-claripy/Makefile
diff -u pkgsrc/math/py-claripy/Makefile:1.1 pkgsrc/math/py-claripy/Makefile:1.2
--- pkgsrc/math/py-claripy/Makefile:1.1 Thu Mar 15 02:24:18 2018
+++ pkgsrc/math/py-claripy/Makefile     Thu Jan  9 14:02:32 2020
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.1 2018/03/15 02:24:18 khorben Exp $
+# $NetBSD: Makefile,v 1.2 2020/01/09 14:02:32 wiz Exp $
 
-DISTNAME=      claripy-7.8.2.21
+DISTNAME=      claripy-8.20.1.7
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=angr/}
 GITHUB_PROJECT=        claripy
-GITHUB_TAG=    74a79e034f87369d26846cb7751276b191319e59
+GITHUB_TAG=    ea20bb80a84aab942f89cffbf035675dc0cf1af4
 
 MAINTAINER=    khorben%defora.org@localhost
 HOMEPAGE=      https://github.com/angr/claripy/
 COMMENT=       Abstraction layer for constraint solvers
 LICENSE=       2-clause-bsd
 
-PYTHON_VERSIONS_ACCEPTED=      27
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-claripy/PLIST
diff -u pkgsrc/math/py-claripy/PLIST:1.1 pkgsrc/math/py-claripy/PLIST:1.2
--- pkgsrc/math/py-claripy/PLIST:1.1    Thu Mar 15 02:24:18 2018
+++ pkgsrc/math/py-claripy/PLIST        Thu Jan  9 14:02:32 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2018/03/15 02:24:18 khorben Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/09 14:02:32 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -31,6 +31,9 @@ ${PYSITELIB}/claripy/ast/fp.pyo
 ${PYSITELIB}/claripy/ast/int.py
 ${PYSITELIB}/claripy/ast/int.pyc
 ${PYSITELIB}/claripy/ast/int.pyo
+${PYSITELIB}/claripy/ast/strings.py
+${PYSITELIB}/claripy/ast/strings.pyc
+${PYSITELIB}/claripy/ast/strings.pyo
 ${PYSITELIB}/claripy/ast/vs.py
 ${PYSITELIB}/claripy/ast/vs.pyc
 ${PYSITELIB}/claripy/ast/vs.pyo
@@ -46,6 +49,24 @@ ${PYSITELIB}/claripy/backends/__init__.p
 ${PYSITELIB}/claripy/backends/backend_concrete.py
 ${PYSITELIB}/claripy/backends/backend_concrete.pyc
 ${PYSITELIB}/claripy/backends/backend_concrete.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib.py
+${PYSITELIB}/claripy/backends/backend_smtlib.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/__init__.py
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/__init__.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/__init__.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/abc_popen.py
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/abc_popen.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/abc_popen.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/cvc4_popen.py
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/cvc4_popen.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/cvc4_popen.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3_popen.py
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3_popen.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3_popen.pyo
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3str_popen.py
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3str_popen.pyc
+${PYSITELIB}/claripy/backends/backend_smtlib_solvers/z3str_popen.pyo
 ${PYSITELIB}/claripy/backends/backend_vsa.py
 ${PYSITELIB}/claripy/backends/backend_vsa.pyc
 ${PYSITELIB}/claripy/backends/backend_vsa.pyo
@@ -70,6 +91,9 @@ ${PYSITELIB}/claripy/balancer.pyo
 ${PYSITELIB}/claripy/bv.py
 ${PYSITELIB}/claripy/bv.pyc
 ${PYSITELIB}/claripy/bv.pyo
+${PYSITELIB}/claripy/debug.py
+${PYSITELIB}/claripy/debug.pyc
+${PYSITELIB}/claripy/debug.pyo
 ${PYSITELIB}/claripy/errors.py
 ${PYSITELIB}/claripy/errors.pyc
 ${PYSITELIB}/claripy/errors.pyo
@@ -106,6 +130,9 @@ ${PYSITELIB}/claripy/frontend_mixins/deb
 ${PYSITELIB}/claripy/frontend_mixins/eager_resolution_mixin.py
 ${PYSITELIB}/claripy/frontend_mixins/eager_resolution_mixin.pyc
 ${PYSITELIB}/claripy/frontend_mixins/eager_resolution_mixin.pyo
+${PYSITELIB}/claripy/frontend_mixins/eval_string_to_ast_mixin.py
+${PYSITELIB}/claripy/frontend_mixins/eval_string_to_ast_mixin.pyc
+${PYSITELIB}/claripy/frontend_mixins/eval_string_to_ast_mixin.pyo
 ${PYSITELIB}/claripy/frontend_mixins/model_cache_mixin.py
 ${PYSITELIB}/claripy/frontend_mixins/model_cache_mixin.pyc
 ${PYSITELIB}/claripy/frontend_mixins/model_cache_mixin.pyo
@@ -118,6 +145,9 @@ ${PYSITELIB}/claripy/frontend_mixins/sim
 ${PYSITELIB}/claripy/frontend_mixins/simplify_skipper_mixin.py
 ${PYSITELIB}/claripy/frontend_mixins/simplify_skipper_mixin.pyc
 ${PYSITELIB}/claripy/frontend_mixins/simplify_skipper_mixin.pyo
+${PYSITELIB}/claripy/frontend_mixins/smtlib_script_dumper_mixin.py
+${PYSITELIB}/claripy/frontend_mixins/smtlib_script_dumper_mixin.pyc
+${PYSITELIB}/claripy/frontend_mixins/smtlib_script_dumper_mixin.pyo
 ${PYSITELIB}/claripy/frontend_mixins/solve_block_mixin.py
 ${PYSITELIB}/claripy/frontend_mixins/solve_block_mixin.pyc
 ${PYSITELIB}/claripy/frontend_mixins/solve_block_mixin.pyo
@@ -148,18 +178,24 @@ ${PYSITELIB}/claripy/operations.pyo
 ${PYSITELIB}/claripy/ops.py
 ${PYSITELIB}/claripy/ops.pyc
 ${PYSITELIB}/claripy/ops.pyo
+${PYSITELIB}/claripy/simplifications.py
+${PYSITELIB}/claripy/simplifications.pyc
+${PYSITELIB}/claripy/simplifications.pyo
+${PYSITELIB}/claripy/smtlib_utils.py
+${PYSITELIB}/claripy/smtlib_utils.pyc
+${PYSITELIB}/claripy/smtlib_utils.pyo
 ${PYSITELIB}/claripy/solvers.py
 ${PYSITELIB}/claripy/solvers.pyc
 ${PYSITELIB}/claripy/solvers.pyo
+${PYSITELIB}/claripy/strings.py
+${PYSITELIB}/claripy/strings.pyc
+${PYSITELIB}/claripy/strings.pyo
 ${PYSITELIB}/claripy/utils/__init__.py
 ${PYSITELIB}/claripy/utils/__init__.pyc
 ${PYSITELIB}/claripy/utils/__init__.pyo
 ${PYSITELIB}/claripy/utils/orderedset.py
 ${PYSITELIB}/claripy/utils/orderedset.pyc
 ${PYSITELIB}/claripy/utils/orderedset.pyo
-${PYSITELIB}/claripy/utils/transition.py
-${PYSITELIB}/claripy/utils/transition.pyc
-${PYSITELIB}/claripy/utils/transition.pyo
 ${PYSITELIB}/claripy/vsa/__init__.py
 ${PYSITELIB}/claripy/vsa/__init__.pyc
 ${PYSITELIB}/claripy/vsa/__init__.pyo
Index: pkgsrc/math/py-claripy/distinfo
diff -u pkgsrc/math/py-claripy/distinfo:1.1 pkgsrc/math/py-claripy/distinfo:1.2
--- pkgsrc/math/py-claripy/distinfo:1.1 Thu Mar 15 02:24:18 2018
+++ pkgsrc/math/py-claripy/distinfo     Thu Jan  9 14:02:32 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/03/15 02:24:18 khorben Exp $
+$NetBSD: distinfo,v 1.2 2020/01/09 14:02:32 wiz Exp $
 
-SHA1 (claripy-7.8.2.21-74a79e034f87369d26846cb7751276b191319e59.tar.gz) = 41e3cc5e785fbd962aca9a811d398e1a632e9625
-RMD160 (claripy-7.8.2.21-74a79e034f87369d26846cb7751276b191319e59.tar.gz) = cccfc6f424ffb1b239ed7f811876f435da86fa81
-SHA512 (claripy-7.8.2.21-74a79e034f87369d26846cb7751276b191319e59.tar.gz) = 
4c85099cf2e0a9921aed1f52a11760d9cc0992e78798714ca1b3b68fff4f00ef1deddd83d9fc124fd9be8b926733276ddbff5de5848f3e04eef9056a3800300a
-Size (claripy-7.8.2.21-74a79e034f87369d26846cb7751276b191319e59.tar.gz) = 119801 bytes
+SHA1 (claripy-8.20.1.7-ea20bb80a84aab942f89cffbf035675dc0cf1af4.tar.gz) = 41740deb57d5aeb38ac39392b1e361058670f089
+RMD160 (claripy-8.20.1.7-ea20bb80a84aab942f89cffbf035675dc0cf1af4.tar.gz) = 396fe0b706b6be78e46f5475459c8cc1e80f9996
+SHA512 (claripy-8.20.1.7-ea20bb80a84aab942f89cffbf035675dc0cf1af4.tar.gz) = 
f18458f07dd7a145ba35692b8470e6fd0f792d3c7e245b24933369d7f6b7ee0bf6dfc16b64eb027fa993a6c45ce1ddab8b99db7db83de5f420e10c731f3e03e4
+Size (claripy-8.20.1.7-ea20bb80a84aab942f89cffbf035675dc0cf1af4.tar.gz) = 149530 bytes



Home | Main Index | Thread Index | Old Index