Received: by mail.netbsd.org (Postfix, from userid 605) id 8437E84EFF; Thu, 11 May 2023 07:22:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B2B8184D3F for ; Thu, 11 May 2023 07:22:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 5ztU3cKYQ5Pn for ; Thu, 11 May 2023 07:22:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5C72984CD7 for ; Thu, 11 May 2023 07:22:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64169FA87; Thu, 11 May 2023 07:21:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168378969425990" MIME-Version: 1.0 Date: Thu, 11 May 2023 07:21:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-angr To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230511072134.64169FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168378969425990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 11 07:21:34 UTC 2023 Modified Files: pkgsrc/devel/py-angr: Makefile PLIST distinfo version.mk Removed Files: pkgsrc/devel/py-angr/patches: patch-setup.py Log Message: py-angr: updated to 9.2.50 9.2.50 Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-angr/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-angr/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-angr/distinfo cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-angr/version.mk cvs rdiff -u -r1.2 -r0 pkgsrc/devel/py-angr/patches/patch-setup.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168378969425990 Content-Disposition: inline Content-Length: 115441 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-angr/Makefile diff -u pkgsrc/devel/py-angr/Makefile:1.13 pkgsrc/devel/py-angr/Makefile:1.14 --- pkgsrc/devel/py-angr/Makefile:1.13 Tue Jan 4 20:52:49 2022 +++ pkgsrc/devel/py-angr/Makefile Thu May 11 07:21:34 2023 @@ -1,17 +1,14 @@ -# $NetBSD: Makefile,v 1.13 2022/01/04 20:52:49 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2023/05/11 07:21:34 adam Exp $ .include "version.mk" DISTNAME= angr-${ANGR_VERSION} PKGNAME= ${PYPKGPREFIX}-${EGG_NAME} -PKGREVISION= 4 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GITHUB:=angr/} -GITHUB_PROJECT= angr -GITHUB_TAG= v${ANGR_VERSION} +CATEGORIES= devel python +MASTER_SITES= ${MASTER_SITE_PYPI:=a/angr/} MAINTAINER= khorben@defora.org -HOMEPAGE= https://github.com/angr/angr/ +HOMEPAGE= https://github.com/angr/angr COMMENT= Platform-agnostic binary analysis framework LICENSE= 2-clause-bsd @@ -29,9 +26,6 @@ LICENSE= 2-clause-bsd # ${RUN} cd ${WRKDIR} && \ # ${MV} -f binaries-${BINARIES_TAG} binaries -USE_LANGUAGES+= c c++ -USE_TOOLS+= gmake - MAKE_FLAGS+= LIBDIR=${LIBDIR:Q} LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/${PYSITELIB:Q}/pyvex/lib @@ -40,22 +34,27 @@ DEPENDS+= ${PYPKGPREFIX}-ailment>=${ANGR DEPENDS+= ${PYPKGPREFIX}-archinfo>=${ANGR_VERSION}:../../devel/py-archinfo DEPENDS+= ${PYPKGPREFIX}-cachetools-[0-9]*:../../devel/py-cachetools DEPENDS+= ${PYPKGPREFIX}-capstone>=4.0.2:../../devel/py-capstone -DEPENDS+= ${PYPKGPREFIX}-cffi-[0-9]*:../../devel/py-cffi +DEPENDS+= ${PYPKGPREFIX}-cffi>=1.14.0:../../devel/py-cffi DEPENDS+= ${PYPKGPREFIX}-claripy>=${ANGR_VERSION}:../../math/py-claripy DEPENDS+= ${PYPKGPREFIX}-cle>=${ANGR_VERSION}:../../devel/py-cle -DEPENDS+= ${PYPKGPREFIX}-cparser-[0-9]*:../../devel/py-cparser +DEPENDS+= ${PYPKGPREFIX}-cparser>=2.18:../../devel/py-cparser DEPENDS+= ${PYPKGPREFIX}-dpkt-[0-9]*:../../net/py-dpkt DEPENDS+= ${PYPKGPREFIX}-gitpython-[0-9]*:../../devel/py-gitpython DEPENDS+= ${PYPKGPREFIX}-itanium_demangler-[0-9]*:../../devel/py-itanium_demangler DEPENDS+= ${PYPKGPREFIX}-mulpyplexer-[0-9]*:../../devel/py-mulpyplexer -DEPENDS+= ${PYPKGPREFIX}-networkx-[0-9]*:../../math/py-networkx -DEPENDS+= ${PYPKGPREFIX}-progressbar2-[0-9]*:../../devel/py-progressbar2 -DEPENDS+= ${PYPKGPREFIX}-protobuf-[0-9]*:../../devel/py-protobuf +DEPENDS+= ${PYPKGPREFIX}-nampa-[0-9]*:../../devel/py-nampa +DEPENDS+= ${PYPKGPREFIX}-networkx>=2.8.2:../../math/py-networkx +DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.19.0:../../devel/py-protobuf DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil DEPENDS+= ${PYPKGPREFIX}-pyvex>=${ANGR_VERSION}:../../devel/py-pyvex +DEPENDS+= ${PYPKGPREFIX}-rich>=13.1.0:../../comms/py-rich DEPENDS+= ${PYPKGPREFIX}-rpyc-[0-9]*:../../net/py-rpyc DEPENDS+= ${PYPKGPREFIX}-sortedcontainers-[0-9]*:../../devel/py-sortedcontainers -DEPENDS+= ${PYPKGPREFIX}-unicorn-[0-9]*:../../emulators/py-unicorn +DEPENDS+= ${PYPKGPREFIX}-sympy-[0-9]*:../../math/py-sympy +DEPENDS+= ${PYPKGPREFIX}-unicorn>=2.0.1:../../emulators/py-unicorn + +USE_LANGUAGES+= c c++ +USE_TOOLS+= gmake PYTHON_VERSIONS_INCOMPATIBLE= 27 @@ -64,12 +63,15 @@ SOEXT.Darwin= dylib SOEXT.*= so PLIST_SUBST+= SOEXT=${SOEXT} -TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "Darwin" +post-install: + install_name_tool -id ${PREFIX}/${PYSITELIB}/angr/lib/angr_native.dylib \ + ${DESTDIR}${PREFIX}/${PYSITELIB}/angr/lib/angr_native.dylib +.endif do-test: - ${RUN} cd ${WRKSRC} && \ - ${SETENV} ${TEST_ENV} \ - ${PYTHONBIN} -m nose + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m unittest tests/*.py .include "../../devel/py-pyvex/buildlink3.mk" .include "../../emulators/unicorn/buildlink3.mk" Index: pkgsrc/devel/py-angr/PLIST diff -u pkgsrc/devel/py-angr/PLIST:1.6 pkgsrc/devel/py-angr/PLIST:1.7 --- pkgsrc/devel/py-angr/PLIST:1.6 Wed Jun 2 23:27:11 2021 +++ pkgsrc/devel/py-angr/PLIST Thu May 11 07:21:34 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/06/02 23:27:11 khorben Exp $ +@comment $NetBSD: PLIST,v 1.7 2023/05/11 07:21:34 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -61,9 +61,6 @@ ${PYSITELIB}/angr/analyses/cfg/cfg_fast_ ${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_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 @@ -85,6 +82,9 @@ ${PYSITELIB}/angr/analyses/cfg/indirect_ ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/mips_elf_fast.py ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/mips_elf_fast.pyc ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/mips_elf_fast.pyo +${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/propagator_utils.py +${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/propagator_utils.pyc +${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/propagator_utils.pyo ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/resolver.py ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/resolver.pyc ${PYSITELIB}/angr/analyses/cfg/indirect_jump_resolvers/resolver.pyo @@ -109,6 +109,9 @@ ${PYSITELIB}/angr/analyses/cfg_slice_to_ ${PYSITELIB}/angr/analyses/cfg_slice_to_sink/transitions.py ${PYSITELIB}/angr/analyses/cfg_slice_to_sink/transitions.pyc ${PYSITELIB}/angr/analyses/cfg_slice_to_sink/transitions.pyo +${PYSITELIB}/angr/analyses/class_identifier.py +${PYSITELIB}/angr/analyses/class_identifier.pyc +${PYSITELIB}/angr/analyses/class_identifier.pyo ${PYSITELIB}/angr/analyses/code_tagging.py ${PYSITELIB}/angr/analyses/code_tagging.pyc ${PYSITELIB}/angr/analyses/code_tagging.pyo @@ -118,6 +121,18 @@ ${PYSITELIB}/angr/analyses/complete_call ${PYSITELIB}/angr/analyses/congruency_check.py ${PYSITELIB}/angr/analyses/congruency_check.pyc ${PYSITELIB}/angr/analyses/congruency_check.pyo +${PYSITELIB}/angr/analyses/data_dep/__init__.py +${PYSITELIB}/angr/analyses/data_dep/__init__.pyc +${PYSITELIB}/angr/analyses/data_dep/__init__.pyo +${PYSITELIB}/angr/analyses/data_dep/data_dependency_analysis.py +${PYSITELIB}/angr/analyses/data_dep/data_dependency_analysis.pyc +${PYSITELIB}/angr/analyses/data_dep/data_dependency_analysis.pyo +${PYSITELIB}/angr/analyses/data_dep/dep_nodes.py +${PYSITELIB}/angr/analyses/data_dep/dep_nodes.pyc +${PYSITELIB}/angr/analyses/data_dep/dep_nodes.pyo +${PYSITELIB}/angr/analyses/data_dep/sim_act_location.py +${PYSITELIB}/angr/analyses/data_dep/sim_act_location.pyc +${PYSITELIB}/angr/analyses/data_dep/sim_act_location.pyo ${PYSITELIB}/angr/analyses/datagraph_meta.py ${PYSITELIB}/angr/analyses/datagraph_meta.pyc ${PYSITELIB}/angr/analyses/datagraph_meta.pyo @@ -130,9 +145,6 @@ ${PYSITELIB}/angr/analyses/decompiler/__ ${PYSITELIB}/angr/analyses/decompiler/ail_simplifier.py ${PYSITELIB}/angr/analyses/decompiler/ail_simplifier.pyc ${PYSITELIB}/angr/analyses/decompiler/ail_simplifier.pyo -${PYSITELIB}/angr/analyses/decompiler/ailblock_walker.py -${PYSITELIB}/angr/analyses/decompiler/ailblock_walker.pyc -${PYSITELIB}/angr/analyses/decompiler/ailblock_walker.pyo ${PYSITELIB}/angr/analyses/decompiler/ailgraph_walker.py ${PYSITELIB}/angr/analyses/decompiler/ailgraph_walker.pyc ${PYSITELIB}/angr/analyses/decompiler/ailgraph_walker.pyo @@ -142,12 +154,24 @@ ${PYSITELIB}/angr/analyses/decompiler/bl ${PYSITELIB}/angr/analyses/decompiler/callsite_maker.py ${PYSITELIB}/angr/analyses/decompiler/callsite_maker.pyc ${PYSITELIB}/angr/analyses/decompiler/callsite_maker.pyo +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/__init__.py +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/__init__.pyc +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/__init__.pyo +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/amd64_ccalls.py +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/amd64_ccalls.pyc +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/amd64_ccalls.pyo +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/rewriter_base.py +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/rewriter_base.pyc +${PYSITELIB}/angr/analyses/decompiler/ccall_rewriters/rewriter_base.pyo ${PYSITELIB}/angr/analyses/decompiler/clinic.py ${PYSITELIB}/angr/analyses/decompiler/clinic.pyc ${PYSITELIB}/angr/analyses/decompiler/clinic.pyo ${PYSITELIB}/angr/analyses/decompiler/condition_processor.py ${PYSITELIB}/angr/analyses/decompiler/condition_processor.pyc ${PYSITELIB}/angr/analyses/decompiler/condition_processor.pyo +${PYSITELIB}/angr/analyses/decompiler/decompilation_cache.py +${PYSITELIB}/angr/analyses/decompiler/decompilation_cache.pyc +${PYSITELIB}/angr/analyses/decompiler/decompilation_cache.pyo ${PYSITELIB}/angr/analyses/decompiler/decompilation_options.py ${PYSITELIB}/angr/analyses/decompiler/decompilation_options.pyc ${PYSITELIB}/angr/analyses/decompiler/decompilation_options.pyo @@ -157,9 +181,21 @@ ${PYSITELIB}/angr/analyses/decompiler/de ${PYSITELIB}/angr/analyses/decompiler/empty_node_remover.py ${PYSITELIB}/angr/analyses/decompiler/empty_node_remover.pyc ${PYSITELIB}/angr/analyses/decompiler/empty_node_remover.pyo +${PYSITELIB}/angr/analyses/decompiler/expression_narrower.py +${PYSITELIB}/angr/analyses/decompiler/expression_narrower.pyc +${PYSITELIB}/angr/analyses/decompiler/expression_narrower.pyo +${PYSITELIB}/angr/analyses/decompiler/goto_manager.py +${PYSITELIB}/angr/analyses/decompiler/goto_manager.pyc +${PYSITELIB}/angr/analyses/decompiler/goto_manager.pyo ${PYSITELIB}/angr/analyses/decompiler/graph_region.py ${PYSITELIB}/angr/analyses/decompiler/graph_region.pyc ${PYSITELIB}/angr/analyses/decompiler/graph_region.pyo +${PYSITELIB}/angr/analyses/decompiler/jump_target_collector.py +${PYSITELIB}/angr/analyses/decompiler/jump_target_collector.pyc +${PYSITELIB}/angr/analyses/decompiler/jump_target_collector.pyo +${PYSITELIB}/angr/analyses/decompiler/jumptable_entry_condition_rewriter.py +${PYSITELIB}/angr/analyses/decompiler/jumptable_entry_condition_rewriter.pyc +${PYSITELIB}/angr/analyses/decompiler/jumptable_entry_condition_rewriter.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 @@ -178,6 +214,15 @@ ${PYSITELIB}/angr/analyses/decompiler/op ${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/expr_op_swapper.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/expr_op_swapper.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/expr_op_swapper.pyo +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ite_expr_converter.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ite_expr_converter.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ite_expr_converter.pyo +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/lowered_switch_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/lowered_switch_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/lowered_switch_simplifier.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 @@ -187,21 +232,60 @@ ${PYSITELIB}/angr/analyses/decompiler/op ${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/register_save_area_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/register_save_area_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/register_save_area_simplifier.pyo +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ret_addr_save_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ret_addr_save_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/ret_addr_save_simplifier.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/optimization_passes/x86_gcc_getpc_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/x86_gcc_getpc_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/optimization_passes/x86_gcc_getpc_simplifier.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/__init__.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/__init__.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/__init__.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_div_const_add_a_mul_n_div_const.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_div_const_add_a_mul_n_div_const.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_div_const_add_a_mul_n_div_const.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_mul_const_div_shr_const.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_mul_const_div_shr_const.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_mul_const_div_shr_const.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_shl_const_sub_a.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_shl_const_sub_a.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_shl_const_sub_a.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div_const_mul_const.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div_const_mul_const.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_div_const_mul_const.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_sub_n.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_sub_n.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/a_sub_a_sub_n.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/arm_cmpf.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/arm_cmpf.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/arm_cmpf.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/base.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/base.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/base.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_add_n.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_add_n.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_add_n.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_and_mask.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_and_mask.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/basepointeroffset_and_mask.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bitwise_or_to_logical_or.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bitwise_or_to_logical_or.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bitwise_or_to_logical_or.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bool_expr_xor_1.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bool_expr_xor_1.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bool_expr_xor_1.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bswap.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bswap.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/bswap.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/coalesce_same_cascading_ifs.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/coalesce_same_cascading_ifs.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/coalesce_same_cascading_ifs.pyo @@ -211,51 +295,153 @@ ${PYSITELIB}/angr/analyses/decompiler/pe ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_a_sub0_shr_and.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_a_sub0_shr_and.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_a_sub0_shr_and.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_const_mull_a_shift.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_const_mull_a_shift.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_const_mull_a_shift.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_shl_shr.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_shl_shr.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/conv_shl_shr.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/eager_eval.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/eager_eval.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/eager_eval.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/extended_byte_and_mask.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/extended_byte_and_mask.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/extended_byte_and_mask.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/one_sub_bool.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/one_sub_bool.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/one_sub_bool.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_cascading_conversions.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_cascading_conversions.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_cascading_conversions.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_empty_if_body.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_empty_if_body.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_empty_if_body.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_noop_conversions.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_noop_conversions.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_noop_conversions.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_bitmasks.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_bitmasks.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_bitmasks.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_conversions.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_conversions.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_conversions.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_branch.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_branch.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_branch.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_comparisons.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_comparisons.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_ite_comparisons.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_nots.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_nots.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_nots.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_reinterprets.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_reinterprets.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_reinterprets.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts_around_comparators.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts_around_comparators.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/remove_redundant_shifts_around_comparators.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_bit_extractions.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_bit_extractions.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_bit_extractions.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_mips_gp_loads.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_mips_gp_loads.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/rewrite_mips_gp_loads.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/sar_to_signed_div.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/sar_to_signed_div.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/sar_to_signed_div.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/simplify_pc_relative_loads.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/simplify_pc_relative_loads.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/simplify_pc_relative_loads.pyo +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_cond_to_boolexpr.py +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_cond_to_boolexpr.pyc +${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_cond_to_boolexpr.pyo ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_xor.py ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_xor.pyc ${PYSITELIB}/angr/analyses/decompiler/peephole_optimizations/single_bit_xor.pyo +${PYSITELIB}/angr/analyses/decompiler/redundant_label_remover.py +${PYSITELIB}/angr/analyses/decompiler/redundant_label_remover.pyc +${PYSITELIB}/angr/analyses/decompiler/redundant_label_remover.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/region_simplifiers/__init__.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/__init__.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/__init__.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_cond_transformer.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_cond_transformer.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_cond_transformer.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_ifs.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_ifs.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/cascading_ifs.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/expr_folding.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/expr_folding.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/expr_folding.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/goto.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/goto.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/goto.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/if_.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/if_.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/if_.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/ifelse.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/ifelse.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/ifelse.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/loop.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/loop.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/loop.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/node_address_finder.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/node_address_finder.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/node_address_finder.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/region_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/region_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/region_simplifier.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_cluster_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_cluster_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_cluster_simplifier.pyo +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_expr_simplifier.py +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_expr_simplifier.pyc +${PYSITELIB}/angr/analyses/decompiler/region_simplifiers/switch_expr_simplifier.pyo +${PYSITELIB}/angr/analyses/decompiler/region_walker.py +${PYSITELIB}/angr/analyses/decompiler/region_walker.pyc +${PYSITELIB}/angr/analyses/decompiler/region_walker.pyo ${PYSITELIB}/angr/analyses/decompiler/sequence_walker.py ${PYSITELIB}/angr/analyses/decompiler/sequence_walker.pyc ${PYSITELIB}/angr/analyses/decompiler/sequence_walker.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/decompiler/structurer_nodes.py -${PYSITELIB}/angr/analyses/decompiler/structurer_nodes.pyc -${PYSITELIB}/angr/analyses/decompiler/structurer_nodes.pyo +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/__init__.py +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/__init__.pyc +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/__init__.pyo +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/base.py +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/base.pyc +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/base.pyo +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/c.py +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/c.pyc +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/c.pyo +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dummy.py +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dummy.pyc +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dummy.pyo +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dwarf_import.py +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dwarf_import.pyc +${PYSITELIB}/angr/analyses/decompiler/structured_codegen/dwarf_import.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/__init__.py +${PYSITELIB}/angr/analyses/decompiler/structuring/__init__.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/__init__.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/dream.py +${PYSITELIB}/angr/analyses/decompiler/structuring/dream.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/dream.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/phoenix.py +${PYSITELIB}/angr/analyses/decompiler/structuring/phoenix.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/phoenix.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/recursive_structurer.py +${PYSITELIB}/angr/analyses/decompiler/structuring/recursive_structurer.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/recursive_structurer.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_base.py +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_base.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_base.pyo +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_nodes.py +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_nodes.pyc +${PYSITELIB}/angr/analyses/decompiler/structuring/structurer_nodes.pyo ${PYSITELIB}/angr/analyses/decompiler/utils.py ${PYSITELIB}/angr/analyses/decompiler/utils.pyc ${PYSITELIB}/angr/analyses/decompiler/utils.pyo @@ -268,6 +454,12 @@ ${PYSITELIB}/angr/analyses/disassembly_u ${PYSITELIB}/angr/analyses/dominance_frontier.py ${PYSITELIB}/angr/analyses/dominance_frontier.pyc ${PYSITELIB}/angr/analyses/dominance_frontier.pyo +${PYSITELIB}/angr/analyses/find_objects_static.py +${PYSITELIB}/angr/analyses/find_objects_static.pyc +${PYSITELIB}/angr/analyses/find_objects_static.pyo +${PYSITELIB}/angr/analyses/flirt.py +${PYSITELIB}/angr/analyses/flirt.pyc +${PYSITELIB}/angr/analyses/flirt.pyo ${PYSITELIB}/angr/analyses/forward_analysis/__init__.py ${PYSITELIB}/angr/analyses/forward_analysis/__init__.pyc ${PYSITELIB}/angr/analyses/forward_analysis/__init__.pyo @@ -295,9 +487,6 @@ ${PYSITELIB}/angr/analyses/forward_analy ${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 ${PYSITELIB}/angr/analyses/identifier/__init__.py ${PYSITELIB}/angr/analyses/identifier/__init__.pyc ${PYSITELIB}/angr/analyses/identifier/__init__.pyo @@ -409,9 +598,15 @@ ${PYSITELIB}/angr/analyses/propagator/en ${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/outdated_definition_walker.py +${PYSITELIB}/angr/analyses/propagator/outdated_definition_walker.pyc +${PYSITELIB}/angr/analyses/propagator/outdated_definition_walker.pyo ${PYSITELIB}/angr/analyses/propagator/propagator.py ${PYSITELIB}/angr/analyses/propagator/propagator.pyc ${PYSITELIB}/angr/analyses/propagator/propagator.pyo +${PYSITELIB}/angr/analyses/propagator/tmpvar_finder.py +${PYSITELIB}/angr/analyses/propagator/tmpvar_finder.pyc +${PYSITELIB}/angr/analyses/propagator/tmpvar_finder.pyo ${PYSITELIB}/angr/analyses/propagator/top_checker_mixin.py ${PYSITELIB}/angr/analyses/propagator/top_checker_mixin.pyc ${PYSITELIB}/angr/analyses/propagator/top_checker_mixin.pyo @@ -505,6 +700,9 @@ ${PYSITELIB}/angr/analyses/variable_reco ${PYSITELIB}/angr/analyses/variable_recovery/engine_vex.py ${PYSITELIB}/angr/analyses/variable_recovery/engine_vex.pyc ${PYSITELIB}/angr/analyses/variable_recovery/engine_vex.pyo +${PYSITELIB}/angr/analyses/variable_recovery/irsb_scanner.py +${PYSITELIB}/angr/analyses/variable_recovery/irsb_scanner.pyc +${PYSITELIB}/angr/analyses/variable_recovery/irsb_scanner.pyo ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.py ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.pyc ${PYSITELIB}/angr/analyses/variable_recovery/variable_recovery.pyo @@ -523,6 +721,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/vtable.py +${PYSITELIB}/angr/analyses/vtable.pyc +${PYSITELIB}/angr/analyses/vtable.pyo ${PYSITELIB}/angr/analyses/xrefs.py ${PYSITELIB}/angr/analyses/xrefs.pyc ${PYSITELIB}/angr/analyses/xrefs.pyo @@ -556,6 +757,12 @@ ${PYSITELIB}/angr/angrdb/serializers/lab ${PYSITELIB}/angr/angrdb/serializers/loader.py ${PYSITELIB}/angr/angrdb/serializers/loader.pyc ${PYSITELIB}/angr/angrdb/serializers/loader.pyo +${PYSITELIB}/angr/angrdb/serializers/structured_code.py +${PYSITELIB}/angr/angrdb/serializers/structured_code.pyc +${PYSITELIB}/angr/angrdb/serializers/structured_code.pyo +${PYSITELIB}/angr/angrdb/serializers/variables.py +${PYSITELIB}/angr/angrdb/serializers/variables.pyc +${PYSITELIB}/angr/angrdb/serializers/variables.pyo ${PYSITELIB}/angr/angrdb/serializers/xrefs.py ${PYSITELIB}/angr/angrdb/serializers/xrefs.pyc ${PYSITELIB}/angr/angrdb/serializers/xrefs.pyo @@ -586,12 +793,18 @@ ${PYSITELIB}/angr/concretization_strateg ${PYSITELIB}/angr/concretization_strategies/any.py ${PYSITELIB}/angr/concretization_strategies/any.pyc ${PYSITELIB}/angr/concretization_strategies/any.pyo +${PYSITELIB}/angr/concretization_strategies/any_named.py +${PYSITELIB}/angr/concretization_strategies/any_named.pyc +${PYSITELIB}/angr/concretization_strategies/any_named.pyo ${PYSITELIB}/angr/concretization_strategies/controlled_data.py ${PYSITELIB}/angr/concretization_strategies/controlled_data.pyc ${PYSITELIB}/angr/concretization_strategies/controlled_data.pyo ${PYSITELIB}/angr/concretization_strategies/eval.py ${PYSITELIB}/angr/concretization_strategies/eval.pyc ${PYSITELIB}/angr/concretization_strategies/eval.pyo +${PYSITELIB}/angr/concretization_strategies/logging.py +${PYSITELIB}/angr/concretization_strategies/logging.pyc +${PYSITELIB}/angr/concretization_strategies/logging.pyo ${PYSITELIB}/angr/concretization_strategies/max.py ${PYSITELIB}/angr/concretization_strategies/max.pyc ${PYSITELIB}/angr/concretization_strategies/max.pyo @@ -610,6 +823,9 @@ ${PYSITELIB}/angr/concretization_strateg ${PYSITELIB}/angr/concretization_strategies/range.py ${PYSITELIB}/angr/concretization_strategies/range.pyc ${PYSITELIB}/angr/concretization_strategies/range.pyo +${PYSITELIB}/angr/concretization_strategies/signed_add.py +${PYSITELIB}/angr/concretization_strategies/signed_add.pyc +${PYSITELIB}/angr/concretization_strategies/signed_add.pyo ${PYSITELIB}/angr/concretization_strategies/single.py ${PYSITELIB}/angr/concretization_strategies/single.pyc ${PYSITELIB}/angr/concretization_strategies/single.pyo @@ -658,6 +874,9 @@ ${PYSITELIB}/angr/engines/pcode/__init__ ${PYSITELIB}/angr/engines/pcode/behavior.py ${PYSITELIB}/angr/engines/pcode/behavior.pyc ${PYSITELIB}/angr/engines/pcode/behavior.pyo +${PYSITELIB}/angr/engines/pcode/cc.py +${PYSITELIB}/angr/engines/pcode/cc.pyc +${PYSITELIB}/angr/engines/pcode/cc.pyo ${PYSITELIB}/angr/engines/pcode/emulate.py ${PYSITELIB}/angr/engines/pcode/emulate.pyc ${PYSITELIB}/angr/engines/pcode/emulate.pyo @@ -835,6 +1054,9 @@ ${PYSITELIB}/angr/engines/vex/heavy/__in ${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/concretizers.py +${PYSITELIB}/angr/engines/vex/heavy/concretizers.pyc +${PYSITELIB}/angr/engines/vex/heavy/concretizers.pyo ${PYSITELIB}/angr/engines/vex/heavy/dirty.py ${PYSITELIB}/angr/engines/vex/heavy/dirty.pyc ${PYSITELIB}/angr/engines/vex/heavy/dirty.pyo @@ -874,9 +1096,6 @@ ${PYSITELIB}/angr/exploration_techniques ${PYSITELIB}/angr/exploration_techniques/bucketizer.py ${PYSITELIB}/angr/exploration_techniques/bucketizer.pyc ${PYSITELIB}/angr/exploration_techniques/bucketizer.pyo -${PYSITELIB}/angr/exploration_techniques/cacher.py -${PYSITELIB}/angr/exploration_techniques/cacher.pyc -${PYSITELIB}/angr/exploration_techniques/cacher.pyo ${PYSITELIB}/angr/exploration_techniques/common.py ${PYSITELIB}/angr/exploration_techniques/common.pyc ${PYSITELIB}/angr/exploration_techniques/common.pyo @@ -895,6 +1114,9 @@ ${PYSITELIB}/angr/exploration_techniques ${PYSITELIB}/angr/exploration_techniques/lengthlimiter.py ${PYSITELIB}/angr/exploration_techniques/lengthlimiter.pyc ${PYSITELIB}/angr/exploration_techniques/lengthlimiter.pyo +${PYSITELIB}/angr/exploration_techniques/local_loop_seer.py +${PYSITELIB}/angr/exploration_techniques/local_loop_seer.pyc +${PYSITELIB}/angr/exploration_techniques/local_loop_seer.pyo ${PYSITELIB}/angr/exploration_techniques/loop_seer.py ${PYSITELIB}/angr/exploration_techniques/loop_seer.pyc ${PYSITELIB}/angr/exploration_techniques/loop_seer.pyo @@ -913,9 +1135,15 @@ ${PYSITELIB}/angr/exploration_techniques ${PYSITELIB}/angr/exploration_techniques/spiller.py ${PYSITELIB}/angr/exploration_techniques/spiller.pyc ${PYSITELIB}/angr/exploration_techniques/spiller.pyo +${PYSITELIB}/angr/exploration_techniques/spiller_db.py +${PYSITELIB}/angr/exploration_techniques/spiller_db.pyc +${PYSITELIB}/angr/exploration_techniques/spiller_db.pyo ${PYSITELIB}/angr/exploration_techniques/stochastic.py ${PYSITELIB}/angr/exploration_techniques/stochastic.pyc ${PYSITELIB}/angr/exploration_techniques/stochastic.pyo +${PYSITELIB}/angr/exploration_techniques/suggestions.py +${PYSITELIB}/angr/exploration_techniques/suggestions.pyc +${PYSITELIB}/angr/exploration_techniques/suggestions.pyo ${PYSITELIB}/angr/exploration_techniques/symbion.py ${PYSITELIB}/angr/exploration_techniques/symbion.pyc ${PYSITELIB}/angr/exploration_techniques/symbion.pyo @@ -925,6 +1153,9 @@ ${PYSITELIB}/angr/exploration_techniques ${PYSITELIB}/angr/exploration_techniques/threading.py ${PYSITELIB}/angr/exploration_techniques/threading.pyc ${PYSITELIB}/angr/exploration_techniques/threading.pyo +${PYSITELIB}/angr/exploration_techniques/timeout.py +${PYSITELIB}/angr/exploration_techniques/timeout.pyc +${PYSITELIB}/angr/exploration_techniques/timeout.pyo ${PYSITELIB}/angr/exploration_techniques/tracer.py ${PYSITELIB}/angr/exploration_techniques/tracer.pyc ${PYSITELIB}/angr/exploration_techniques/tracer.pyo @@ -937,6 +1168,15 @@ ${PYSITELIB}/angr/exploration_techniques ${PYSITELIB}/angr/factory.py ${PYSITELIB}/angr/factory.pyc ${PYSITELIB}/angr/factory.pyo +${PYSITELIB}/angr/flirt/__init__.py +${PYSITELIB}/angr/flirt/__init__.pyc +${PYSITELIB}/angr/flirt/__init__.pyo +${PYSITELIB}/angr/flirt/build_sig.py +${PYSITELIB}/angr/flirt/build_sig.pyc +${PYSITELIB}/angr/flirt/build_sig.pyo +${PYSITELIB}/angr/graph_utils.py +${PYSITELIB}/angr/graph_utils.pyc +${PYSITELIB}/angr/graph_utils.pyo ${PYSITELIB}/angr/keyed_region.py ${PYSITELIB}/angr/keyed_region.pyc ${PYSITELIB}/angr/keyed_region.pyo @@ -949,6 +1189,9 @@ ${PYSITELIB}/angr/knowledge_base/knowled ${PYSITELIB}/angr/knowledge_plugins/__init__.py ${PYSITELIB}/angr/knowledge_plugins/__init__.pyc ${PYSITELIB}/angr/knowledge_plugins/__init__.pyo +${PYSITELIB}/angr/knowledge_plugins/callsite_prototypes.py +${PYSITELIB}/angr/knowledge_plugins/callsite_prototypes.pyc +${PYSITELIB}/angr/knowledge_plugins/callsite_prototypes.pyo ${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.py ${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.pyc ${PYSITELIB}/angr/knowledge_plugins/cfg/__init__.pyo @@ -973,6 +1216,9 @@ ${PYSITELIB}/angr/knowledge_plugins/comm ${PYSITELIB}/angr/knowledge_plugins/data.py ${PYSITELIB}/angr/knowledge_plugins/data.pyc ${PYSITELIB}/angr/knowledge_plugins/data.pyo +${PYSITELIB}/angr/knowledge_plugins/debug_variables.py +${PYSITELIB}/angr/knowledge_plugins/debug_variables.pyc +${PYSITELIB}/angr/knowledge_plugins/debug_variables.pyo ${PYSITELIB}/angr/knowledge_plugins/functions/__init__.py ${PYSITELIB}/angr/knowledge_plugins/functions/__init__.pyc ${PYSITELIB}/angr/knowledge_plugins/functions/__init__.pyo @@ -1039,9 +1285,21 @@ ${PYSITELIB}/angr/knowledge_plugins/patc ${PYSITELIB}/angr/knowledge_plugins/plugin.py ${PYSITELIB}/angr/knowledge_plugins/plugin.pyc ${PYSITELIB}/angr/knowledge_plugins/plugin.pyo -${PYSITELIB}/angr/knowledge_plugins/propagations.py -${PYSITELIB}/angr/knowledge_plugins/propagations.pyc -${PYSITELIB}/angr/knowledge_plugins/propagations.pyo +${PYSITELIB}/angr/knowledge_plugins/propagations/__init__.py +${PYSITELIB}/angr/knowledge_plugins/propagations/__init__.pyc +${PYSITELIB}/angr/knowledge_plugins/propagations/__init__.pyo +${PYSITELIB}/angr/knowledge_plugins/propagations/prop_value.py +${PYSITELIB}/angr/knowledge_plugins/propagations/prop_value.pyc +${PYSITELIB}/angr/knowledge_plugins/propagations/prop_value.pyo +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_manager.py +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_manager.pyc +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_manager.pyo +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_model.py +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_model.pyc +${PYSITELIB}/angr/knowledge_plugins/propagations/propagation_model.pyo +${PYSITELIB}/angr/knowledge_plugins/propagations/states.py +${PYSITELIB}/angr/knowledge_plugins/propagations/states.pyc +${PYSITELIB}/angr/knowledge_plugins/propagations/states.pyo ${PYSITELIB}/angr/knowledge_plugins/structured_code/__init__.py ${PYSITELIB}/angr/knowledge_plugins/structured_code/__init__.pyc ${PYSITELIB}/angr/knowledge_plugins/structured_code/__init__.pyo @@ -1051,9 +1309,12 @@ ${PYSITELIB}/angr/knowledge_plugins/stru ${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/sync/sync_controller.py +${PYSITELIB}/angr/knowledge_plugins/sync/sync_controller.pyc +${PYSITELIB}/angr/knowledge_plugins/sync/sync_controller.pyo +${PYSITELIB}/angr/knowledge_plugins/types.py +${PYSITELIB}/angr/knowledge_plugins/types.pyc +${PYSITELIB}/angr/knowledge_plugins/types.pyo ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.py ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.pyc ${PYSITELIB}/angr/knowledge_plugins/variables/__init__.pyo @@ -1075,10 +1336,13 @@ ${PYSITELIB}/angr/knowledge_plugins/xref ${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/lib/angr_native.${SOEXT} ${PYSITELIB}/angr/misc/__init__.py ${PYSITELIB}/angr/misc/__init__.pyc ${PYSITELIB}/angr/misc/__init__.pyo +${PYSITELIB}/angr/misc/ansi.py +${PYSITELIB}/angr/misc/ansi.pyc +${PYSITELIB}/angr/misc/ansi.pyo ${PYSITELIB}/angr/misc/autoimport.py ${PYSITELIB}/angr/misc/autoimport.pyc ${PYSITELIB}/angr/misc/autoimport.pyo @@ -1088,6 +1352,9 @@ ${PYSITELIB}/angr/misc/bug_report.pyo ${PYSITELIB}/angr/misc/hookset.py ${PYSITELIB}/angr/misc/hookset.pyc ${PYSITELIB}/angr/misc/hookset.pyo +${PYSITELIB}/angr/misc/import_hooks.py +${PYSITELIB}/angr/misc/import_hooks.pyc +${PYSITELIB}/angr/misc/import_hooks.pyo ${PYSITELIB}/angr/misc/loggers.py ${PYSITELIB}/angr/misc/loggers.pyc ${PYSITELIB}/angr/misc/loggers.pyo @@ -1142,18 +1409,15 @@ ${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 ${PYSITELIB}/angr/procedures/definitions/glibc.py ${PYSITELIB}/angr/procedures/definitions/glibc.pyc ${PYSITELIB}/angr/procedures/definitions/glibc.pyo -${PYSITELIB}/angr/procedures/definitions/kernel32.py -${PYSITELIB}/angr/procedures/definitions/kernel32.pyc -${PYSITELIB}/angr/procedures/definitions/kernel32.pyo +${PYSITELIB}/angr/procedures/definitions/gnulib.py +${PYSITELIB}/angr/procedures/definitions/gnulib.pyc +${PYSITELIB}/angr/procedures/definitions/gnulib.pyo ${PYSITELIB}/angr/procedures/definitions/libstdcpp.py ${PYSITELIB}/angr/procedures/definitions/libstdcpp.pyc ${PYSITELIB}/angr/procedures/definitions/libstdcpp.pyo @@ -1172,9 +1436,918 @@ ${PYSITELIB}/angr/procedures/definitions ${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/parse_win32json.py +${PYSITELIB}/angr/procedures/definitions/parse_win32json.pyc +${PYSITELIB}/angr/procedures/definitions/parse_win32json.pyo ${PYSITELIB}/angr/procedures/definitions/user32.py ${PYSITELIB}/angr/procedures/definitions/user32.pyc ${PYSITELIB}/angr/procedures/definitions/user32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_aclui.py +${PYSITELIB}/angr/procedures/definitions/win32_aclui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_aclui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_activeds.py +${PYSITELIB}/angr/procedures/definitions/win32_activeds.pyc +${PYSITELIB}/angr/procedures/definitions/win32_activeds.pyo +${PYSITELIB}/angr/procedures/definitions/win32_advapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_advapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_advapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_advpack.py +${PYSITELIB}/angr/procedures/definitions/win32_advpack.pyc +${PYSITELIB}/angr/procedures/definitions/win32_advpack.pyo +${PYSITELIB}/angr/procedures/definitions/win32_amsi.py +${PYSITELIB}/angr/procedures/definitions/win32_amsi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_amsi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-appmodel-runtime-l1-1-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-apiquery-l2-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-apiquery-l2-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-apiquery-l2-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-backgroundtask-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-backgroundtask-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-backgroundtask-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-2.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-comm-l1-1-2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-errorhandling-l1-1-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-errorhandling-l1-1-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-errorhandling-l1-1-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-featurestaging-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-file-fromapp-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-file-fromapp-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-file-fromapp-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-handle-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-handle-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-handle-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-4.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-5.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-5.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-5.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-6.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-6.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-6.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-7.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-7.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-memory-l1-1-7.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-path-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-path-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-path-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-psm-appnotify-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-2.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-realtime-l1-1-2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-slapi-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-slapi-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-slapi-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-state-helpers-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-state-helpers-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-state-helpers-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-4.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-sysinfo-l1-2-4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-util-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-util-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-util-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-error-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-registration-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-registration-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-registration-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-robuffer-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-robuffer-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-robuffer-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-roparameterizediid-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-roparameterizediid-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-roparameterizediid-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-winrt-string-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-wow64-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-wow64-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-core-wow64-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-devices-query-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-dx-d3dkmt-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-dx-d3dkmt-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-dx-d3dkmt-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-deviceinformation-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-deviceinformation-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-deviceinformation-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-expandedresources-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-expandedresources-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-expandedresources-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-2.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-4.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-gaming-tcui-l1-1-4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-mm-misc-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-mm-misc-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-mm-misc-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-net-isolation-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-net-isolation-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-net-isolation-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-base-l1-2-2.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-base-l1-2-2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-base-l1-2-2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-security-isolatedcontainer-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-3.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-3.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-3.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-4.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-service-core-l1-1-4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-1.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-2.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-scaling-l1-1-2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-stream-winrt-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-stream-winrt-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-shcore-stream-winrt-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-wsl-api-l1-1-0.py +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-wsl-api-l1-1-0.pyc +${PYSITELIB}/angr/procedures/definitions/win32_api-ms-win-wsl-api-l1-1-0.pyo +${PYSITELIB}/angr/procedures/definitions/win32_apphelp.py +${PYSITELIB}/angr/procedures/definitions/win32_apphelp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_apphelp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_authz.py +${PYSITELIB}/angr/procedures/definitions/win32_authz.pyc +${PYSITELIB}/angr/procedures/definitions/win32_authz.pyo +${PYSITELIB}/angr/procedures/definitions/win32_avicap32.py +${PYSITELIB}/angr/procedures/definitions/win32_avicap32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_avicap32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_avifil32.py +${PYSITELIB}/angr/procedures/definitions/win32_avifil32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_avifil32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_bcrypt.py +${PYSITELIB}/angr/procedures/definitions/win32_bcrypt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_bcrypt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_bluetoothapis.py +${PYSITELIB}/angr/procedures/definitions/win32_bluetoothapis.pyc +${PYSITELIB}/angr/procedures/definitions/win32_bluetoothapis.pyo +${PYSITELIB}/angr/procedures/definitions/win32_bthprops.py +${PYSITELIB}/angr/procedures/definitions/win32_bthprops.pyc +${PYSITELIB}/angr/procedures/definitions/win32_bthprops.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cabinet.py +${PYSITELIB}/angr/procedures/definitions/win32_cabinet.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cabinet.pyo +${PYSITELIB}/angr/procedures/definitions/win32_certadm.py +${PYSITELIB}/angr/procedures/definitions/win32_certadm.pyc +${PYSITELIB}/angr/procedures/definitions/win32_certadm.pyo +${PYSITELIB}/angr/procedures/definitions/win32_certpoleng.py +${PYSITELIB}/angr/procedures/definitions/win32_certpoleng.pyc +${PYSITELIB}/angr/procedures/definitions/win32_certpoleng.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cfgmgr32.py +${PYSITELIB}/angr/procedures/definitions/win32_cfgmgr32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cfgmgr32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_chakra.py +${PYSITELIB}/angr/procedures/definitions/win32_chakra.pyc +${PYSITELIB}/angr/procedures/definitions/win32_chakra.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cldapi.py +${PYSITELIB}/angr/procedures/definitions/win32_cldapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cldapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_clfsw32.py +${PYSITELIB}/angr/procedures/definitions/win32_clfsw32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_clfsw32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_clusapi.py +${PYSITELIB}/angr/procedures/definitions/win32_clusapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_clusapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_comctl32.py +${PYSITELIB}/angr/procedures/definitions/win32_comctl32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_comctl32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_comdlg32.py +${PYSITELIB}/angr/procedures/definitions/win32_comdlg32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_comdlg32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_compstui.py +${PYSITELIB}/angr/procedures/definitions/win32_compstui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_compstui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_comsvcs.py +${PYSITELIB}/angr/procedures/definitions/win32_comsvcs.pyc +${PYSITELIB}/angr/procedures/definitions/win32_comsvcs.pyo +${PYSITELIB}/angr/procedures/definitions/win32_coremessaging.py +${PYSITELIB}/angr/procedures/definitions/win32_coremessaging.pyc +${PYSITELIB}/angr/procedures/definitions/win32_coremessaging.pyo +${PYSITELIB}/angr/procedures/definitions/win32_credui.py +${PYSITELIB}/angr/procedures/definitions/win32_credui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_credui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_crypt32.py +${PYSITELIB}/angr/procedures/definitions/win32_crypt32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_crypt32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cryptnet.py +${PYSITELIB}/angr/procedures/definitions/win32_cryptnet.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cryptnet.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cryptui.py +${PYSITELIB}/angr/procedures/definitions/win32_cryptui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cryptui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cryptxml.py +${PYSITELIB}/angr/procedures/definitions/win32_cryptxml.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cryptxml.pyo +${PYSITELIB}/angr/procedures/definitions/win32_cscapi.py +${PYSITELIB}/angr/procedures/definitions/win32_cscapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_cscapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d2d1.py +${PYSITELIB}/angr/procedures/definitions/win32_d2d1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d2d1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3d10.py +${PYSITELIB}/angr/procedures/definitions/win32_d3d10.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3d10.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3d10_1.py +${PYSITELIB}/angr/procedures/definitions/win32_d3d10_1.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3d10_1.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3d11.py +${PYSITELIB}/angr/procedures/definitions/win32_d3d11.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3d11.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3d12.py +${PYSITELIB}/angr/procedures/definitions/win32_d3d12.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3d12.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3d9.py +${PYSITELIB}/angr/procedures/definitions/win32_d3d9.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3d9.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3dcompiler_47.py +${PYSITELIB}/angr/procedures/definitions/win32_d3dcompiler_47.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3dcompiler_47.pyo +${PYSITELIB}/angr/procedures/definitions/win32_d3dcsx.py +${PYSITELIB}/angr/procedures/definitions/win32_d3dcsx.pyc +${PYSITELIB}/angr/procedures/definitions/win32_d3dcsx.pyo +${PYSITELIB}/angr/procedures/definitions/win32_davclnt.py +${PYSITELIB}/angr/procedures/definitions/win32_davclnt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_davclnt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dbgeng.py +${PYSITELIB}/angr/procedures/definitions/win32_dbgeng.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dbgeng.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dbghelp.py +${PYSITELIB}/angr/procedures/definitions/win32_dbghelp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dbghelp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dbgmodel.py +${PYSITELIB}/angr/procedures/definitions/win32_dbgmodel.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dbgmodel.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dciman32.py +${PYSITELIB}/angr/procedures/definitions/win32_dciman32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dciman32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dcomp.py +${PYSITELIB}/angr/procedures/definitions/win32_dcomp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dcomp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ddraw.py +${PYSITELIB}/angr/procedures/definitions/win32_ddraw.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ddraw.pyo +${PYSITELIB}/angr/procedures/definitions/win32_deviceaccess.py +${PYSITELIB}/angr/procedures/definitions/win32_deviceaccess.pyc +${PYSITELIB}/angr/procedures/definitions/win32_deviceaccess.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dflayout.py +${PYSITELIB}/angr/procedures/definitions/win32_dflayout.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dflayout.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc.py +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc6.py +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc6.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dhcpcsvc6.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dhcpsapi.py +${PYSITELIB}/angr/procedures/definitions/win32_dhcpsapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dhcpsapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_diagnosticdataquery.py +${PYSITELIB}/angr/procedures/definitions/win32_diagnosticdataquery.pyc +${PYSITELIB}/angr/procedures/definitions/win32_diagnosticdataquery.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dinput8.py +${PYSITELIB}/angr/procedures/definitions/win32_dinput8.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dinput8.pyo +${PYSITELIB}/angr/procedures/definitions/win32_directml.py +${PYSITELIB}/angr/procedures/definitions/win32_directml.pyc +${PYSITELIB}/angr/procedures/definitions/win32_directml.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dnsapi.py +${PYSITELIB}/angr/procedures/definitions/win32_dnsapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dnsapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_drt.py +${PYSITELIB}/angr/procedures/definitions/win32_drt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_drt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_drtprov.py +${PYSITELIB}/angr/procedures/definitions/win32_drtprov.pyc +${PYSITELIB}/angr/procedures/definitions/win32_drtprov.pyo +${PYSITELIB}/angr/procedures/definitions/win32_drttransport.py +${PYSITELIB}/angr/procedures/definitions/win32_drttransport.pyc +${PYSITELIB}/angr/procedures/definitions/win32_drttransport.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dsound.py +${PYSITELIB}/angr/procedures/definitions/win32_dsound.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dsound.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dsparse.py +${PYSITELIB}/angr/procedures/definitions/win32_dsparse.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dsparse.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dsprop.py +${PYSITELIB}/angr/procedures/definitions/win32_dsprop.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dsprop.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dssec.py +${PYSITELIB}/angr/procedures/definitions/win32_dssec.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dssec.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dsuiext.py +${PYSITELIB}/angr/procedures/definitions/win32_dsuiext.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dsuiext.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dwmapi.py +${PYSITELIB}/angr/procedures/definitions/win32_dwmapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dwmapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dwrite.py +${PYSITELIB}/angr/procedures/definitions/win32_dwrite.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dwrite.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dxcompiler.py +${PYSITELIB}/angr/procedures/definitions/win32_dxcompiler.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dxcompiler.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dxgi.py +${PYSITELIB}/angr/procedures/definitions/win32_dxgi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dxgi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_dxva2.py +${PYSITELIB}/angr/procedures/definitions/win32_dxva2.pyc +${PYSITELIB}/angr/procedures/definitions/win32_dxva2.pyo +${PYSITELIB}/angr/procedures/definitions/win32_eappcfg.py +${PYSITELIB}/angr/procedures/definitions/win32_eappcfg.pyc +${PYSITELIB}/angr/procedures/definitions/win32_eappcfg.pyo +${PYSITELIB}/angr/procedures/definitions/win32_eappprxy.py +${PYSITELIB}/angr/procedures/definitions/win32_eappprxy.pyc +${PYSITELIB}/angr/procedures/definitions/win32_eappprxy.pyo +${PYSITELIB}/angr/procedures/definitions/win32_efswrt.py +${PYSITELIB}/angr/procedures/definitions/win32_efswrt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_efswrt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_elscore.py +${PYSITELIB}/angr/procedures/definitions/win32_elscore.pyc +${PYSITELIB}/angr/procedures/definitions/win32_elscore.pyo +${PYSITELIB}/angr/procedures/definitions/win32_esent.py +${PYSITELIB}/angr/procedures/definitions/win32_esent.pyc +${PYSITELIB}/angr/procedures/definitions/win32_esent.pyo +${PYSITELIB}/angr/procedures/definitions/win32_evr.py +${PYSITELIB}/angr/procedures/definitions/win32_evr.pyc +${PYSITELIB}/angr/procedures/definitions/win32_evr.pyo +${PYSITELIB}/angr/procedures/definitions/win32_faultrep.py +${PYSITELIB}/angr/procedures/definitions/win32_faultrep.pyc +${PYSITELIB}/angr/procedures/definitions/win32_faultrep.pyo +${PYSITELIB}/angr/procedures/definitions/win32_fhsvcctl.py +${PYSITELIB}/angr/procedures/definitions/win32_fhsvcctl.pyc +${PYSITELIB}/angr/procedures/definitions/win32_fhsvcctl.pyo +${PYSITELIB}/angr/procedures/definitions/win32_fltlib.py +${PYSITELIB}/angr/procedures/definitions/win32_fltlib.pyc +${PYSITELIB}/angr/procedures/definitions/win32_fltlib.pyo +${PYSITELIB}/angr/procedures/definitions/win32_fontsub.py +${PYSITELIB}/angr/procedures/definitions/win32_fontsub.pyc +${PYSITELIB}/angr/procedures/definitions/win32_fontsub.pyo +${PYSITELIB}/angr/procedures/definitions/win32_fwpuclnt.py +${PYSITELIB}/angr/procedures/definitions/win32_fwpuclnt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_fwpuclnt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_fxsutility.py +${PYSITELIB}/angr/procedures/definitions/win32_fxsutility.pyc +${PYSITELIB}/angr/procedures/definitions/win32_fxsutility.pyo +${PYSITELIB}/angr/procedures/definitions/win32_gdi32.py +${PYSITELIB}/angr/procedures/definitions/win32_gdi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_gdi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_gpedit.py +${PYSITELIB}/angr/procedures/definitions/win32_gpedit.pyc +${PYSITELIB}/angr/procedures/definitions/win32_gpedit.pyo +${PYSITELIB}/angr/procedures/definitions/win32_hid.py +${PYSITELIB}/angr/procedures/definitions/win32_hid.pyc +${PYSITELIB}/angr/procedures/definitions/win32_hid.pyo +${PYSITELIB}/angr/procedures/definitions/win32_hlink.py +${PYSITELIB}/angr/procedures/definitions/win32_hlink.pyc +${PYSITELIB}/angr/procedures/definitions/win32_hlink.pyo +${PYSITELIB}/angr/procedures/definitions/win32_hrtfapo.py +${PYSITELIB}/angr/procedures/definitions/win32_hrtfapo.pyc +${PYSITELIB}/angr/procedures/definitions/win32_hrtfapo.pyo +${PYSITELIB}/angr/procedures/definitions/win32_httpapi.py +${PYSITELIB}/angr/procedures/definitions/win32_httpapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_httpapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_icm32.py +${PYSITELIB}/angr/procedures/definitions/win32_icm32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_icm32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_icmui.py +${PYSITELIB}/angr/procedures/definitions/win32_icmui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_icmui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_icu.py +${PYSITELIB}/angr/procedures/definitions/win32_icu.pyc +${PYSITELIB}/angr/procedures/definitions/win32_icu.pyo +${PYSITELIB}/angr/procedures/definitions/win32_imm32.py +${PYSITELIB}/angr/procedures/definitions/win32_imm32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_imm32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_inkobjcore.py +${PYSITELIB}/angr/procedures/definitions/win32_inkobjcore.pyc +${PYSITELIB}/angr/procedures/definitions/win32_inkobjcore.pyo +${PYSITELIB}/angr/procedures/definitions/win32_iphlpapi.py +${PYSITELIB}/angr/procedures/definitions/win32_iphlpapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_iphlpapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_iscsidsc.py +${PYSITELIB}/angr/procedures/definitions/win32_iscsidsc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_iscsidsc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_kernel32.py +${PYSITELIB}/angr/procedures/definitions/win32_kernel32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_kernel32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_keycredmgr.py +${PYSITELIB}/angr/procedures/definitions/win32_keycredmgr.pyc +${PYSITELIB}/angr/procedures/definitions/win32_keycredmgr.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ksuser.py +${PYSITELIB}/angr/procedures/definitions/win32_ksuser.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ksuser.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ktmw32.py +${PYSITELIB}/angr/procedures/definitions/win32_ktmw32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ktmw32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_loadperf.py +${PYSITELIB}/angr/procedures/definitions/win32_loadperf.pyc +${PYSITELIB}/angr/procedures/definitions/win32_loadperf.pyo +${PYSITELIB}/angr/procedures/definitions/win32_magnification.py +${PYSITELIB}/angr/procedures/definitions/win32_magnification.pyc +${PYSITELIB}/angr/procedures/definitions/win32_magnification.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_mapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mdmregistration.py +${PYSITELIB}/angr/procedures/definitions/win32_mdmregistration.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mdmregistration.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mf.py +${PYSITELIB}/angr/procedures/definitions/win32_mf.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mf.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfcore.py +${PYSITELIB}/angr/procedures/definitions/win32_mfcore.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfcore.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfplat.py +${PYSITELIB}/angr/procedures/definitions/win32_mfplat.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfplat.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfplay.py +${PYSITELIB}/angr/procedures/definitions/win32_mfplay.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfplay.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfreadwrite.py +${PYSITELIB}/angr/procedures/definitions/win32_mfreadwrite.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfreadwrite.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfsensorgroup.py +${PYSITELIB}/angr/procedures/definitions/win32_mfsensorgroup.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfsensorgroup.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mfsrcsnk.py +${PYSITELIB}/angr/procedures/definitions/win32_mfsrcsnk.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mfsrcsnk.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mgmtapi.py +${PYSITELIB}/angr/procedures/definitions/win32_mgmtapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mgmtapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mi.py +${PYSITELIB}/angr/procedures/definitions/win32_mi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mmdevapi.py +${PYSITELIB}/angr/procedures/definitions/win32_mmdevapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mmdevapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mpr.py +${PYSITELIB}/angr/procedures/definitions/win32_mpr.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mpr.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mprapi.py +${PYSITELIB}/angr/procedures/definitions/win32_mprapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mprapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mrmsupport.py +${PYSITELIB}/angr/procedures/definitions/win32_mrmsupport.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mrmsupport.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msacm32.py +${PYSITELIB}/angr/procedures/definitions/win32_msacm32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msacm32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msajapi.py +${PYSITELIB}/angr/procedures/definitions/win32_msajapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msajapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mscms.py +${PYSITELIB}/angr/procedures/definitions/win32_mscms.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mscms.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msctfmonitor.py +${PYSITELIB}/angr/procedures/definitions/win32_msctfmonitor.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msctfmonitor.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msdmo.py +${PYSITELIB}/angr/procedures/definitions/win32_msdmo.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msdmo.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msdrm.py +${PYSITELIB}/angr/procedures/definitions/win32_msdrm.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msdrm.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msi.py +${PYSITELIB}/angr/procedures/definitions/win32_msi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msimg32.py +${PYSITELIB}/angr/procedures/definitions/win32_msimg32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msimg32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msports.py +${PYSITELIB}/angr/procedures/definitions/win32_msports.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msports.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mstask.py +${PYSITELIB}/angr/procedures/definitions/win32_mstask.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mstask.pyo +${PYSITELIB}/angr/procedures/definitions/win32_msvfw32.py +${PYSITELIB}/angr/procedures/definitions/win32_msvfw32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_msvfw32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mswsock.py +${PYSITELIB}/angr/procedures/definitions/win32_mswsock.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mswsock.pyo +${PYSITELIB}/angr/procedures/definitions/win32_mtxdm.py +${PYSITELIB}/angr/procedures/definitions/win32_mtxdm.pyc +${PYSITELIB}/angr/procedures/definitions/win32_mtxdm.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ncrypt.py +${PYSITELIB}/angr/procedures/definitions/win32_ncrypt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ncrypt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ndfapi.py +${PYSITELIB}/angr/procedures/definitions/win32_ndfapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ndfapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_netapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_netapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_netapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_netsh.py +${PYSITELIB}/angr/procedures/definitions/win32_netsh.pyc +${PYSITELIB}/angr/procedures/definitions/win32_netsh.pyo +${PYSITELIB}/angr/procedures/definitions/win32_newdev.py +${PYSITELIB}/angr/procedures/definitions/win32_newdev.pyc +${PYSITELIB}/angr/procedures/definitions/win32_newdev.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ninput.py +${PYSITELIB}/angr/procedures/definitions/win32_ninput.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ninput.pyo +${PYSITELIB}/angr/procedures/definitions/win32_normaliz.py +${PYSITELIB}/angr/procedures/definitions/win32_normaliz.pyc +${PYSITELIB}/angr/procedures/definitions/win32_normaliz.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ntdll.py +${PYSITELIB}/angr/procedures/definitions/win32_ntdll.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ntdll.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ntdsapi.py +${PYSITELIB}/angr/procedures/definitions/win32_ntdsapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ntdsapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ntlanman.py +${PYSITELIB}/angr/procedures/definitions/win32_ntlanman.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ntlanman.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ole32.py +${PYSITELIB}/angr/procedures/definitions/win32_ole32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ole32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_oleacc.py +${PYSITELIB}/angr/procedures/definitions/win32_oleacc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_oleacc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_oleaut32.py +${PYSITELIB}/angr/procedures/definitions/win32_oleaut32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_oleaut32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_oledlg.py +${PYSITELIB}/angr/procedures/definitions/win32_oledlg.pyc +${PYSITELIB}/angr/procedures/definitions/win32_oledlg.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ondemandconnroutehelper.py +${PYSITELIB}/angr/procedures/definitions/win32_ondemandconnroutehelper.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ondemandconnroutehelper.pyo +${PYSITELIB}/angr/procedures/definitions/win32_opengl32.py +${PYSITELIB}/angr/procedures/definitions/win32_opengl32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_opengl32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_p2p.py +${PYSITELIB}/angr/procedures/definitions/win32_p2p.pyc +${PYSITELIB}/angr/procedures/definitions/win32_p2p.pyo +${PYSITELIB}/angr/procedures/definitions/win32_p2pgraph.py +${PYSITELIB}/angr/procedures/definitions/win32_p2pgraph.pyc +${PYSITELIB}/angr/procedures/definitions/win32_p2pgraph.pyo +${PYSITELIB}/angr/procedures/definitions/win32_pdh.py +${PYSITELIB}/angr/procedures/definitions/win32_pdh.pyc +${PYSITELIB}/angr/procedures/definitions/win32_pdh.pyo +${PYSITELIB}/angr/procedures/definitions/win32_peerdist.py +${PYSITELIB}/angr/procedures/definitions/win32_peerdist.pyc +${PYSITELIB}/angr/procedures/definitions/win32_peerdist.pyo +${PYSITELIB}/angr/procedures/definitions/win32_powrprof.py +${PYSITELIB}/angr/procedures/definitions/win32_powrprof.pyc +${PYSITELIB}/angr/procedures/definitions/win32_powrprof.pyo +${PYSITELIB}/angr/procedures/definitions/win32_prntvpt.py +${PYSITELIB}/angr/procedures/definitions/win32_prntvpt.pyc +${PYSITELIB}/angr/procedures/definitions/win32_prntvpt.pyo +${PYSITELIB}/angr/procedures/definitions/win32_projectedfslib.py +${PYSITELIB}/angr/procedures/definitions/win32_projectedfslib.pyc +${PYSITELIB}/angr/procedures/definitions/win32_projectedfslib.pyo +${PYSITELIB}/angr/procedures/definitions/win32_propsys.py +${PYSITELIB}/angr/procedures/definitions/win32_propsys.pyc +${PYSITELIB}/angr/procedures/definitions/win32_propsys.pyo +${PYSITELIB}/angr/procedures/definitions/win32_quartz.py +${PYSITELIB}/angr/procedures/definitions/win32_quartz.pyc +${PYSITELIB}/angr/procedures/definitions/win32_quartz.pyo +${PYSITELIB}/angr/procedures/definitions/win32_query.py +${PYSITELIB}/angr/procedures/definitions/win32_query.pyc +${PYSITELIB}/angr/procedures/definitions/win32_query.pyo +${PYSITELIB}/angr/procedures/definitions/win32_qwave.py +${PYSITELIB}/angr/procedures/definitions/win32_qwave.pyc +${PYSITELIB}/angr/procedures/definitions/win32_qwave.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rasapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_rasapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rasapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rasdlg.py +${PYSITELIB}/angr/procedures/definitions/win32_rasdlg.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rasdlg.pyo +${PYSITELIB}/angr/procedures/definitions/win32_resutils.py +${PYSITELIB}/angr/procedures/definitions/win32_resutils.pyc +${PYSITELIB}/angr/procedures/definitions/win32_resutils.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rometadata.py +${PYSITELIB}/angr/procedures/definitions/win32_rometadata.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rometadata.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rpcns4.py +${PYSITELIB}/angr/procedures/definitions/win32_rpcns4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rpcns4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rpcrt4.py +${PYSITELIB}/angr/procedures/definitions/win32_rpcrt4.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rpcrt4.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rstrtmgr.py +${PYSITELIB}/angr/procedures/definitions/win32_rstrtmgr.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rstrtmgr.pyo +${PYSITELIB}/angr/procedures/definitions/win32_rtm.py +${PYSITELIB}/angr/procedures/definitions/win32_rtm.pyc +${PYSITELIB}/angr/procedures/definitions/win32_rtm.pyo +${PYSITELIB}/angr/procedures/definitions/win32_scarddlg.py +${PYSITELIB}/angr/procedures/definitions/win32_scarddlg.pyc +${PYSITELIB}/angr/procedures/definitions/win32_scarddlg.pyo +${PYSITELIB}/angr/procedures/definitions/win32_schannel.py +${PYSITELIB}/angr/procedures/definitions/win32_schannel.pyc +${PYSITELIB}/angr/procedures/definitions/win32_schannel.pyo +${PYSITELIB}/angr/procedures/definitions/win32_secur32.py +${PYSITELIB}/angr/procedures/definitions/win32_secur32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_secur32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_sensapi.py +${PYSITELIB}/angr/procedures/definitions/win32_sensapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_sensapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_setupapi.py +${PYSITELIB}/angr/procedures/definitions/win32_setupapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_setupapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_sfc.py +${PYSITELIB}/angr/procedures/definitions/win32_sfc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_sfc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_shdocvw.py +${PYSITELIB}/angr/procedures/definitions/win32_shdocvw.pyc +${PYSITELIB}/angr/procedures/definitions/win32_shdocvw.pyo +${PYSITELIB}/angr/procedures/definitions/win32_shell32.py +${PYSITELIB}/angr/procedures/definitions/win32_shell32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_shell32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_shlwapi.py +${PYSITELIB}/angr/procedures/definitions/win32_shlwapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_shlwapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_slc.py +${PYSITELIB}/angr/procedures/definitions/win32_slc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_slc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_slcext.py +${PYSITELIB}/angr/procedures/definitions/win32_slcext.pyc +${PYSITELIB}/angr/procedures/definitions/win32_slcext.pyo +${PYSITELIB}/angr/procedures/definitions/win32_slwga.py +${PYSITELIB}/angr/procedures/definitions/win32_slwga.pyc +${PYSITELIB}/angr/procedures/definitions/win32_slwga.pyo +${PYSITELIB}/angr/procedures/definitions/win32_snmpapi.py +${PYSITELIB}/angr/procedures/definitions/win32_snmpapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_snmpapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_spoolss.py +${PYSITELIB}/angr/procedures/definitions/win32_spoolss.pyc +${PYSITELIB}/angr/procedures/definitions/win32_spoolss.pyo +${PYSITELIB}/angr/procedures/definitions/win32_srpapi.py +${PYSITELIB}/angr/procedures/definitions/win32_srpapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_srpapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_sspicli.py +${PYSITELIB}/angr/procedures/definitions/win32_sspicli.pyc +${PYSITELIB}/angr/procedures/definitions/win32_sspicli.pyo +${PYSITELIB}/angr/procedures/definitions/win32_t2embed.py +${PYSITELIB}/angr/procedures/definitions/win32_t2embed.pyc +${PYSITELIB}/angr/procedures/definitions/win32_t2embed.pyo +${PYSITELIB}/angr/procedures/definitions/win32_tapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_tapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_tapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_tbs.py +${PYSITELIB}/angr/procedures/definitions/win32_tbs.pyc +${PYSITELIB}/angr/procedures/definitions/win32_tbs.pyo +${PYSITELIB}/angr/procedures/definitions/win32_tdh.py +${PYSITELIB}/angr/procedures/definitions/win32_tdh.pyc +${PYSITELIB}/angr/procedures/definitions/win32_tdh.pyo +${PYSITELIB}/angr/procedures/definitions/win32_tokenbinding.py +${PYSITELIB}/angr/procedures/definitions/win32_tokenbinding.pyc +${PYSITELIB}/angr/procedures/definitions/win32_tokenbinding.pyo +${PYSITELIB}/angr/procedures/definitions/win32_traffic.py +${PYSITELIB}/angr/procedures/definitions/win32_traffic.pyc +${PYSITELIB}/angr/procedures/definitions/win32_traffic.pyo +${PYSITELIB}/angr/procedures/definitions/win32_txfw32.py +${PYSITELIB}/angr/procedures/definitions/win32_txfw32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_txfw32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ualapi.py +${PYSITELIB}/angr/procedures/definitions/win32_ualapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ualapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_uiautomationcore.py +${PYSITELIB}/angr/procedures/definitions/win32_uiautomationcore.pyc +${PYSITELIB}/angr/procedures/definitions/win32_uiautomationcore.pyo +${PYSITELIB}/angr/procedures/definitions/win32_urlmon.py +${PYSITELIB}/angr/procedures/definitions/win32_urlmon.pyc +${PYSITELIB}/angr/procedures/definitions/win32_urlmon.pyo +${PYSITELIB}/angr/procedures/definitions/win32_user32.py +${PYSITELIB}/angr/procedures/definitions/win32_user32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_user32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_userenv.py +${PYSITELIB}/angr/procedures/definitions/win32_userenv.pyc +${PYSITELIB}/angr/procedures/definitions/win32_userenv.pyo +${PYSITELIB}/angr/procedures/definitions/win32_usp10.py +${PYSITELIB}/angr/procedures/definitions/win32_usp10.pyc +${PYSITELIB}/angr/procedures/definitions/win32_usp10.pyo +${PYSITELIB}/angr/procedures/definitions/win32_uxtheme.py +${PYSITELIB}/angr/procedures/definitions/win32_uxtheme.pyc +${PYSITELIB}/angr/procedures/definitions/win32_uxtheme.pyo +${PYSITELIB}/angr/procedures/definitions/win32_verifier.py +${PYSITELIB}/angr/procedures/definitions/win32_verifier.pyc +${PYSITELIB}/angr/procedures/definitions/win32_verifier.pyo +${PYSITELIB}/angr/procedures/definitions/win32_version.py +${PYSITELIB}/angr/procedures/definitions/win32_version.pyc +${PYSITELIB}/angr/procedures/definitions/win32_version.pyo +${PYSITELIB}/angr/procedures/definitions/win32_vertdll.py +${PYSITELIB}/angr/procedures/definitions/win32_vertdll.pyc +${PYSITELIB}/angr/procedures/definitions/win32_vertdll.pyo +${PYSITELIB}/angr/procedures/definitions/win32_virtdisk.py +${PYSITELIB}/angr/procedures/definitions/win32_virtdisk.pyc +${PYSITELIB}/angr/procedures/definitions/win32_virtdisk.pyo +${PYSITELIB}/angr/procedures/definitions/win32_vssapi.py +${PYSITELIB}/angr/procedures/definitions/win32_vssapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_vssapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wcmapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wcmapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wcmapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wdsbp.py +${PYSITELIB}/angr/procedures/definitions/win32_wdsbp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wdsbp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wdsclientapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wdsclientapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wdsclientapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wdsmc.py +${PYSITELIB}/angr/procedures/definitions/win32_wdsmc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wdsmc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wdspxe.py +${PYSITELIB}/angr/procedures/definitions/win32_wdspxe.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wdspxe.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wdstptc.py +${PYSITELIB}/angr/procedures/definitions/win32_wdstptc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wdstptc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_webauthn.py +${PYSITELIB}/angr/procedures/definitions/win32_webauthn.pyc +${PYSITELIB}/angr/procedures/definitions/win32_webauthn.pyo +${PYSITELIB}/angr/procedures/definitions/win32_webservices.py +${PYSITELIB}/angr/procedures/definitions/win32_webservices.pyc +${PYSITELIB}/angr/procedures/definitions/win32_webservices.pyo +${PYSITELIB}/angr/procedures/definitions/win32_websocket.py +${PYSITELIB}/angr/procedures/definitions/win32_websocket.pyc +${PYSITELIB}/angr/procedures/definitions/win32_websocket.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wecapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wecapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wecapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wer.py +${PYSITELIB}/angr/procedures/definitions/win32_wer.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wer.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wevtapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wevtapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wevtapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winbio.py +${PYSITELIB}/angr/procedures/definitions/win32_winbio.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winbio.pyo +${PYSITELIB}/angr/procedures/definitions/win32_windows_ai_machinelearning.py +${PYSITELIB}/angr/procedures/definitions/win32_windows_ai_machinelearning.pyc +${PYSITELIB}/angr/procedures/definitions/win32_windows_ai_machinelearning.pyo +${PYSITELIB}/angr/procedures/definitions/win32_windows_data_pdf.py +${PYSITELIB}/angr/procedures/definitions/win32_windows_data_pdf.pyc +${PYSITELIB}/angr/procedures/definitions/win32_windows_data_pdf.pyo +${PYSITELIB}/angr/procedures/definitions/win32_windows_networking.py +${PYSITELIB}/angr/procedures/definitions/win32_windows_networking.pyc +${PYSITELIB}/angr/procedures/definitions/win32_windows_networking.pyo +${PYSITELIB}/angr/procedures/definitions/win32_windows_ui_xaml.py +${PYSITELIB}/angr/procedures/definitions/win32_windows_ui_xaml.pyc +${PYSITELIB}/angr/procedures/definitions/win32_windows_ui_xaml.pyo +${PYSITELIB}/angr/procedures/definitions/win32_windowscodecs.py +${PYSITELIB}/angr/procedures/definitions/win32_windowscodecs.pyc +${PYSITELIB}/angr/procedures/definitions/win32_windowscodecs.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winfax.py +${PYSITELIB}/angr/procedures/definitions/win32_winfax.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winfax.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winhttp.py +${PYSITELIB}/angr/procedures/definitions/win32_winhttp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winhttp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winhvemulation.py +${PYSITELIB}/angr/procedures/definitions/win32_winhvemulation.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winhvemulation.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winhvplatform.py +${PYSITELIB}/angr/procedures/definitions/win32_winhvplatform.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winhvplatform.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wininet.py +${PYSITELIB}/angr/procedures/definitions/win32_wininet.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wininet.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winml.py +${PYSITELIB}/angr/procedures/definitions/win32_winml.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winml.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winmm.py +${PYSITELIB}/angr/procedures/definitions/win32_winmm.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winmm.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winscard.py +${PYSITELIB}/angr/procedures/definitions/win32_winscard.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winscard.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winspool.py +${PYSITELIB}/angr/procedures/definitions/win32_winspool.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winspool.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wintrust.py +${PYSITELIB}/angr/procedures/definitions/win32_wintrust.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wintrust.pyo +${PYSITELIB}/angr/procedures/definitions/win32_winusb.py +${PYSITELIB}/angr/procedures/definitions/win32_winusb.pyc +${PYSITELIB}/angr/procedures/definitions/win32_winusb.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wlanapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wlanapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wlanapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wlanui.py +${PYSITELIB}/angr/procedures/definitions/win32_wlanui.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wlanui.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wldap32.py +${PYSITELIB}/angr/procedures/definitions/win32_wldap32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wldap32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wldp.py +${PYSITELIB}/angr/procedures/definitions/win32_wldp.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wldp.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wmvcore.py +${PYSITELIB}/angr/procedures/definitions/win32_wmvcore.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wmvcore.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wnvapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wnvapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wnvapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wofutil.py +${PYSITELIB}/angr/procedures/definitions/win32_wofutil.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wofutil.pyo +${PYSITELIB}/angr/procedures/definitions/win32_ws2_32.py +${PYSITELIB}/angr/procedures/definitions/win32_ws2_32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_ws2_32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wscapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wscapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wscapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wsclient.py +${PYSITELIB}/angr/procedures/definitions/win32_wsclient.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wsclient.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wsdapi.py +${PYSITELIB}/angr/procedures/definitions/win32_wsdapi.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wsdapi.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wsmsvc.py +${PYSITELIB}/angr/procedures/definitions/win32_wsmsvc.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wsmsvc.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wsnmp32.py +${PYSITELIB}/angr/procedures/definitions/win32_wsnmp32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wsnmp32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_wtsapi32.py +${PYSITELIB}/angr/procedures/definitions/win32_wtsapi32.pyc +${PYSITELIB}/angr/procedures/definitions/win32_wtsapi32.pyo +${PYSITELIB}/angr/procedures/definitions/win32_xaudio2_8.py +${PYSITELIB}/angr/procedures/definitions/win32_xaudio2_8.pyc +${PYSITELIB}/angr/procedures/definitions/win32_xaudio2_8.pyo +${PYSITELIB}/angr/procedures/definitions/win32_xinputuap.py +${PYSITELIB}/angr/procedures/definitions/win32_xinputuap.pyc +${PYSITELIB}/angr/procedures/definitions/win32_xinputuap.pyo +${PYSITELIB}/angr/procedures/definitions/win32_xmllite.py +${PYSITELIB}/angr/procedures/definitions/win32_xmllite.pyc +${PYSITELIB}/angr/procedures/definitions/win32_xmllite.pyo +${PYSITELIB}/angr/procedures/definitions/win32_xpsprint.py +${PYSITELIB}/angr/procedures/definitions/win32_xpsprint.pyc +${PYSITELIB}/angr/procedures/definitions/win32_xpsprint.pyo ${PYSITELIB}/angr/procedures/glibc/__ctype_b_loc.py ${PYSITELIB}/angr/procedures/glibc/__ctype_b_loc.pyc ${PYSITELIB}/angr/procedures/glibc/__ctype_b_loc.pyo @@ -1205,6 +2378,15 @@ ${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/gnulib/__init__.py +${PYSITELIB}/angr/procedures/gnulib/__init__.pyc +${PYSITELIB}/angr/procedures/gnulib/__init__.pyo +${PYSITELIB}/angr/procedures/gnulib/xalloc_die.py +${PYSITELIB}/angr/procedures/gnulib/xalloc_die.pyc +${PYSITELIB}/angr/procedures/gnulib/xalloc_die.pyo +${PYSITELIB}/angr/procedures/gnulib/xstrtol_fatal.py +${PYSITELIB}/angr/procedures/gnulib/xstrtol_fatal.pyc +${PYSITELIB}/angr/procedures/gnulib/xstrtol_fatal.pyo ${PYSITELIB}/angr/procedures/java/__init__.py ${PYSITELIB}/angr/procedures/java/__init__.pyc ${PYSITELIB}/angr/procedures/java/__init__.pyo @@ -1325,6 +2507,12 @@ ${PYSITELIB}/angr/procedures/libc/calloc ${PYSITELIB}/angr/procedures/libc/closelog.py ${PYSITELIB}/angr/procedures/libc/closelog.pyc ${PYSITELIB}/angr/procedures/libc/closelog.pyo +${PYSITELIB}/angr/procedures/libc/err.py +${PYSITELIB}/angr/procedures/libc/err.pyc +${PYSITELIB}/angr/procedures/libc/err.pyo +${PYSITELIB}/angr/procedures/libc/error.py +${PYSITELIB}/angr/procedures/libc/error.pyc +${PYSITELIB}/angr/procedures/libc/error.pyo ${PYSITELIB}/angr/procedures/libc/exit.py ${PYSITELIB}/angr/procedures/libc/exit.pyc ${PYSITELIB}/angr/procedures/libc/exit.pyo @@ -1388,6 +2576,9 @@ ${PYSITELIB}/angr/procedures/libc/geteui ${PYSITELIB}/angr/procedures/libc/getgid.py ${PYSITELIB}/angr/procedures/libc/getgid.pyc ${PYSITELIB}/angr/procedures/libc/getgid.pyo +${PYSITELIB}/angr/procedures/libc/gets.py +${PYSITELIB}/angr/procedures/libc/gets.pyc +${PYSITELIB}/angr/procedures/libc/gets.pyo ${PYSITELIB}/angr/procedures/libc/getuid.py ${PYSITELIB}/angr/procedures/libc/getuid.pyc ${PYSITELIB}/angr/procedures/libc/getuid.pyo @@ -1448,6 +2639,9 @@ ${PYSITELIB}/angr/procedures/libc/srand. ${PYSITELIB}/angr/procedures/libc/sscanf.py ${PYSITELIB}/angr/procedures/libc/sscanf.pyc ${PYSITELIB}/angr/procedures/libc/sscanf.pyo +${PYSITELIB}/angr/procedures/libc/stpcpy.py +${PYSITELIB}/angr/procedures/libc/stpcpy.pyc +${PYSITELIB}/angr/procedures/libc/stpcpy.pyo ${PYSITELIB}/angr/procedures/libc/strcat.py ${PYSITELIB}/angr/procedures/libc/strcat.pyc ${PYSITELIB}/angr/procedures/libc/strcat.pyo @@ -1532,6 +2726,9 @@ ${PYSITELIB}/angr/procedures/libstdcpp/s ${PYSITELIB}/angr/procedures/linux_kernel/__init__.py ${PYSITELIB}/angr/procedures/linux_kernel/__init__.pyc ${PYSITELIB}/angr/procedures/linux_kernel/__init__.pyo +${PYSITELIB}/angr/procedures/linux_kernel/access.py +${PYSITELIB}/angr/procedures/linux_kernel/access.pyc +${PYSITELIB}/angr/procedures/linux_kernel/access.pyo ${PYSITELIB}/angr/procedures/linux_kernel/arch_prctl.py ${PYSITELIB}/angr/procedures/linux_kernel/arch_prctl.pyc ${PYSITELIB}/angr/procedures/linux_kernel/arch_prctl.pyo @@ -1589,6 +2786,9 @@ ${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/openat.py +${PYSITELIB}/angr/procedures/linux_kernel/openat.pyc +${PYSITELIB}/angr/procedures/linux_kernel/openat.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 @@ -1667,6 +2867,9 @@ ${PYSITELIB}/angr/procedures/posix/bind. ${PYSITELIB}/angr/procedures/posix/bzero.py ${PYSITELIB}/angr/procedures/posix/bzero.pyc ${PYSITELIB}/angr/procedures/posix/bzero.pyo +${PYSITELIB}/angr/procedures/posix/chroot.py +${PYSITELIB}/angr/procedures/posix/chroot.pyc +${PYSITELIB}/angr/procedures/posix/chroot.pyo ${PYSITELIB}/angr/procedures/posix/close.py ${PYSITELIB}/angr/procedures/posix/close.pyc ${PYSITELIB}/angr/procedures/posix/close.pyo @@ -1688,6 +2891,9 @@ ${PYSITELIB}/angr/procedures/posix/filen ${PYSITELIB}/angr/procedures/posix/fork.py ${PYSITELIB}/angr/procedures/posix/fork.pyc ${PYSITELIB}/angr/procedures/posix/fork.pyo +${PYSITELIB}/angr/procedures/posix/getenv.py +${PYSITELIB}/angr/procedures/posix/getenv.pyc +${PYSITELIB}/angr/procedures/posix/getenv.pyo ${PYSITELIB}/angr/procedures/posix/gethostbyname.py ${PYSITELIB}/angr/procedures/posix/gethostbyname.pyc ${PYSITELIB}/angr/procedures/posix/gethostbyname.pyo @@ -1961,6 +3167,9 @@ ${PYSITELIB}/angr/protos/function_pb2.py ${PYSITELIB}/angr/protos/primitives_pb2.py ${PYSITELIB}/angr/protos/primitives_pb2.pyc ${PYSITELIB}/angr/protos/primitives_pb2.pyo +${PYSITELIB}/angr/protos/variables_pb2.py +${PYSITELIB}/angr/protos/variables_pb2.pyc +${PYSITELIB}/angr/protos/variables_pb2.pyo ${PYSITELIB}/angr/protos/xrefs_pb2.py ${PYSITELIB}/angr/protos/xrefs_pb2.pyc ${PYSITELIB}/angr/protos/xrefs_pb2.pyo @@ -2031,6 +3240,9 @@ ${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/debug_variables.py +${PYSITELIB}/angr/state_plugins/debug_variables.pyc +${PYSITELIB}/angr/state_plugins/debug_variables.pyo ${PYSITELIB}/angr/state_plugins/filesystem.py ${PYSITELIB}/angr/state_plugins/filesystem.pyc ${PYSITELIB}/angr/state_plugins/filesystem.pyo @@ -2172,6 +3384,9 @@ ${PYSITELIB}/angr/storage/memory_mixins/ ${PYSITELIB}/angr/storage/memory_mixins/keyvalue_memory/keyvalue_memory_mixin.py ${PYSITELIB}/angr/storage/memory_mixins/keyvalue_memory/keyvalue_memory_mixin.pyc ${PYSITELIB}/angr/storage/memory_mixins/keyvalue_memory/keyvalue_memory_mixin.pyo +${PYSITELIB}/angr/storage/memory_mixins/label_merger_mixin.py +${PYSITELIB}/angr/storage/memory_mixins/label_merger_mixin.pyc +${PYSITELIB}/angr/storage/memory_mixins/label_merger_mixin.pyo ${PYSITELIB}/angr/storage/memory_mixins/multi_value_merger_mixin.py ${PYSITELIB}/angr/storage/memory_mixins/multi_value_merger_mixin.pyc ${PYSITELIB}/angr/storage/memory_mixins/multi_value_merger_mixin.pyo @@ -2193,6 +3408,9 @@ ${PYSITELIB}/angr/storage/memory_mixins/ ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/cooperation.py ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/cooperation.pyc ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/cooperation.pyo +${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/history_tracking_mixin.py +${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/history_tracking_mixin.pyc +${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/history_tracking_mixin.pyo ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/ispo_mixin.py ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/ispo_mixin.pyc ${PYSITELIB}/angr/storage/memory_mixins/paged_memory/pages/ispo_mixin.pyo @@ -2283,24 +3501,45 @@ ${PYSITELIB}/angr/storage/pcap.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/algo.py +${PYSITELIB}/angr/utils/algo.pyc +${PYSITELIB}/angr/utils/algo.pyo ${PYSITELIB}/angr/utils/constants.py ${PYSITELIB}/angr/utils/constants.pyc ${PYSITELIB}/angr/utils/constants.pyo +${PYSITELIB}/angr/utils/cowdict.py +${PYSITELIB}/angr/utils/cowdict.pyc +${PYSITELIB}/angr/utils/cowdict.pyo +${PYSITELIB}/angr/utils/dynamic_dictlist.py +${PYSITELIB}/angr/utils/dynamic_dictlist.pyc +${PYSITELIB}/angr/utils/dynamic_dictlist.pyo ${PYSITELIB}/angr/utils/enums_conv.py ${PYSITELIB}/angr/utils/enums_conv.pyc ${PYSITELIB}/angr/utils/enums_conv.pyo +${PYSITELIB}/angr/utils/env.py +${PYSITELIB}/angr/utils/env.pyc +${PYSITELIB}/angr/utils/env.pyo +${PYSITELIB}/angr/utils/formatting.py +${PYSITELIB}/angr/utils/formatting.pyc +${PYSITELIB}/angr/utils/formatting.pyo ${PYSITELIB}/angr/utils/graph.py ${PYSITELIB}/angr/utils/graph.pyc ${PYSITELIB}/angr/utils/graph.pyo +${PYSITELIB}/angr/utils/lazy_import.py +${PYSITELIB}/angr/utils/lazy_import.pyc +${PYSITELIB}/angr/utils/lazy_import.pyo ${PYSITELIB}/angr/utils/library.py ${PYSITELIB}/angr/utils/library.pyc ${PYSITELIB}/angr/utils/library.pyo +${PYSITELIB}/angr/utils/loader.py +${PYSITELIB}/angr/utils/loader.pyc +${PYSITELIB}/angr/utils/loader.pyo +${PYSITELIB}/angr/utils/mp.py +${PYSITELIB}/angr/utils/mp.pyc +${PYSITELIB}/angr/utils/mp.pyo ${PYSITELIB}/angr/utils/timing.py ${PYSITELIB}/angr/utils/timing.pyc ${PYSITELIB}/angr/utils/timing.pyo Index: pkgsrc/devel/py-angr/distinfo diff -u pkgsrc/devel/py-angr/distinfo:1.7 pkgsrc/devel/py-angr/distinfo:1.8 --- pkgsrc/devel/py-angr/distinfo:1.7 Tue Oct 26 10:18:09 2021 +++ pkgsrc/devel/py-angr/distinfo Thu May 11 07:21:34 2023 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 10:18:09 nia Exp $ +$NetBSD: distinfo,v 1.8 2023/05/11 07:21:34 adam Exp $ -BLAKE2s (angr-9.0.7491.tar.gz) = bd4432ba821f665aaaa78532f52af053eeb255e2e3d63ca65b4bc5b03c1fcd4a -SHA512 (angr-9.0.7491.tar.gz) = d3ead1e3926dd7987744947fd27787c019260def915fd4317d3adabe9270bb80ff135047f8a7e547f9f9581fa5167ede11b11a2506c814cca5e2feaf1593290b -Size (angr-9.0.7491.tar.gz) = 1355985 bytes +BLAKE2s (angr-9.2.50.tar.gz) = e5775b46e7be04bc0906aee7cbec6bcf725809c87518c59b6944e9c4698522c5 +SHA512 (angr-9.2.50.tar.gz) = 5f532a53a69e2a7c52d939da5e9c58d581752bf13d282d9c66467f934169fab3c35cfc38673ff63a9c9a52df4075251c8ce93e038f91971c5c4dba95aa3b6739 +Size (angr-9.2.50.tar.gz) = 2329461 bytes SHA1 (patch-native_Makefile) = ddce91d48fc282c5d3b81071a004456955e57111 SHA1 (patch-native_log.c) = 2405c26e67141bdb0e8668ed4bea2c6db702f646 -SHA1 (patch-setup.py) = 9fdb541cf868391c2d5d48cda8408eedfa522668 Index: pkgsrc/devel/py-angr/version.mk diff -u pkgsrc/devel/py-angr/version.mk:1.4 pkgsrc/devel/py-angr/version.mk:1.5 --- pkgsrc/devel/py-angr/version.mk:1.4 Wed Jun 2 23:27:11 2021 +++ pkgsrc/devel/py-angr/version.mk Thu May 11 07:21:34 2023 @@ -1,11 +1,10 @@ -# $NetBSD: version.mk,v 1.4 2021/06/02 23:27:11 khorben Exp $ - +# $NetBSD: version.mk,v 1.5 2023/05/11 07:21:34 adam Exp $ # used by devel/py-ailment/Makefile +# used by devel/py-angr/Makefile # used by devel/py-archinfo/Makefile # used by devel/py-cle/Makefile -# used by devel/py-manticore/Makefile # used by devel/py-pyvex/Makefile # used by devel/py-pyvex/buildlink3.mk # used by math/py-claripy/Makefile -ANGR_VERSION= 9.0.7491 +ANGR_VERSION= 9.2.50 --_----------=_168378969425990--