pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-manticore



Module Name:    pkgsrc
Committed By:   khorben
Date:           Thu Feb 22 22:35:25 UTC 2018

Added Files:
        pkgsrc/devel/py-manticore: DESCR Makefile PLIST distinfo

Log Message:
Import manticore version 0.1.6 as py27-manticore-0.1.6

Manticore is a symbolic execution tool for analysis of binaries and smart
contracts.

Manticore features Input Generation (automatically generates inputs that trigger
unique code paths), Crash Discovery (discovers inputs that crash programs via
memory safety violations), Execution Tracing (records an instruction-level trace
of execution for each generated input), and Programmatic Interface (exposes
programmatic access to its analysis engine via a Python API).

Manticore can analyze Linux ELF binaries (x86, x86_64 and ARMv7) and Ethereum
smart contracts (EVM bytecode).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-manticore/DESCR \
    pkgsrc/devel/py-manticore/Makefile pkgsrc/devel/py-manticore/PLIST \
    pkgsrc/devel/py-manticore/distinfo

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

Added files:

Index: pkgsrc/devel/py-manticore/DESCR
diff -u /dev/null pkgsrc/devel/py-manticore/DESCR:1.1
--- /dev/null   Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/DESCR     Thu Feb 22 22:35:25 2018
@@ -0,0 +1,11 @@
+Manticore is a symbolic execution tool for analysis of binaries and smart
+contracts.
+
+Manticore features Input Generation (automatically generates inputs that trigger
+unique code paths), Crash Discovery (discovers inputs that crash programs via
+memory safety violations), Execution Tracing (records an instruction-level trace
+of execution for each generated input), and Programmatic Interface (exposes
+programmatic access to its analysis engine via a Python API).
+
+Manticore can analyze Linux ELF binaries (x86, x86_64 and ARMv7) and Ethereum
+smart contracts (EVM bytecode).
Index: pkgsrc/devel/py-manticore/Makefile
diff -u /dev/null pkgsrc/devel/py-manticore/Makefile:1.1
--- /dev/null   Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/Makefile  Thu Feb 22 22:35:25 2018
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2018/02/22 22:35:25 khorben Exp $
+
+DISTNAME=      manticore-${GITHUB_TAG}
+PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=trailofbits/}
+GITHUB_PROJECT=        manticore
+GITHUB_TAG=    0.1.6
+
+MAINTAINER=    khorben%defora.org@localhost
+HOMEPAGE=      https://github.com/trailofbits/manticore/
+COMMENT=       Symbolic execution tool for analysis of binaries and smart contracts
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+DEPENDS+=      ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
+DEPENDS+=      unicorn-[0-9]*:../../emulators/unicorn
+
+PYTHON_VERSIONS_ACCEPTED=      27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-manticore/PLIST
diff -u /dev/null pkgsrc/devel/py-manticore/PLIST:1.1
--- /dev/null   Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/PLIST     Thu Feb 22 22:35:25 2018
@@ -0,0 +1,383 @@
+@comment $NetBSD: PLIST,v 1.1 2018/02/22 22:35:25 khorben Exp $
+bin/manticore
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/manticore/__init__.py
+${PYSITELIB}/manticore/__init__.pyc
+${PYSITELIB}/manticore/__init__.pyo
+${PYSITELIB}/manticore/__main__.py
+${PYSITELIB}/manticore/__main__.pyc
+${PYSITELIB}/manticore/__main__.pyo
+${PYSITELIB}/manticore/binary/__init__.py
+${PYSITELIB}/manticore/binary/__init__.pyc
+${PYSITELIB}/manticore/binary/__init__.pyo
+${PYSITELIB}/manticore/core/__init__.py
+${PYSITELIB}/manticore/core/__init__.pyc
+${PYSITELIB}/manticore/core/__init__.pyo
+${PYSITELIB}/manticore/core/cpu/__init__.py
+${PYSITELIB}/manticore/core/cpu/__init__.pyc
+${PYSITELIB}/manticore/core/cpu/__init__.pyo
+${PYSITELIB}/manticore/core/cpu/abstractcpu.py
+${PYSITELIB}/manticore/core/cpu/abstractcpu.pyc
+${PYSITELIB}/manticore/core/cpu/abstractcpu.pyo
+${PYSITELIB}/manticore/core/cpu/arm.py
+${PYSITELIB}/manticore/core/cpu/arm.pyc
+${PYSITELIB}/manticore/core/cpu/arm.pyo
+${PYSITELIB}/manticore/core/cpu/binja.py
+${PYSITELIB}/manticore/core/cpu/binja.pyc
+${PYSITELIB}/manticore/core/cpu/binja.pyo
+${PYSITELIB}/manticore/core/cpu/bitwise.py
+${PYSITELIB}/manticore/core/cpu/bitwise.pyc
+${PYSITELIB}/manticore/core/cpu/bitwise.pyo
+${PYSITELIB}/manticore/core/cpu/cpufactory.py
+${PYSITELIB}/manticore/core/cpu/cpufactory.pyc
+${PYSITELIB}/manticore/core/cpu/cpufactory.pyo
+${PYSITELIB}/manticore/core/cpu/disasm.py
+${PYSITELIB}/manticore/core/cpu/disasm.pyc
+${PYSITELIB}/manticore/core/cpu/disasm.pyo
+${PYSITELIB}/manticore/core/cpu/register.py
+${PYSITELIB}/manticore/core/cpu/register.pyc
+${PYSITELIB}/manticore/core/cpu/register.pyo
+${PYSITELIB}/manticore/core/cpu/x86.py
+${PYSITELIB}/manticore/core/cpu/x86.pyc
+${PYSITELIB}/manticore/core/cpu/x86.pyo
+${PYSITELIB}/manticore/core/executor.py
+${PYSITELIB}/manticore/core/executor.pyc
+${PYSITELIB}/manticore/core/executor.pyo
+${PYSITELIB}/manticore/core/memory.py
+${PYSITELIB}/manticore/core/memory.pyc
+${PYSITELIB}/manticore/core/memory.pyo
+${PYSITELIB}/manticore/core/parser/__init__.py
+${PYSITELIB}/manticore/core/parser/__init__.pyc
+${PYSITELIB}/manticore/core/parser/__init__.pyo
+${PYSITELIB}/manticore/core/parser/parser.py
+${PYSITELIB}/manticore/core/parser/parser.pyc
+${PYSITELIB}/manticore/core/parser/parser.pyo
+${PYSITELIB}/manticore/core/plugin.py
+${PYSITELIB}/manticore/core/plugin.pyc
+${PYSITELIB}/manticore/core/plugin.pyo
+${PYSITELIB}/manticore/core/smtlib/__init__.py
+${PYSITELIB}/manticore/core/smtlib/__init__.pyc
+${PYSITELIB}/manticore/core/smtlib/__init__.pyo
+${PYSITELIB}/manticore/core/smtlib/constraints.py
+${PYSITELIB}/manticore/core/smtlib/constraints.pyc
+${PYSITELIB}/manticore/core/smtlib/constraints.pyo
+${PYSITELIB}/manticore/core/smtlib/expression.py
+${PYSITELIB}/manticore/core/smtlib/expression.pyc
+${PYSITELIB}/manticore/core/smtlib/expression.pyo
+${PYSITELIB}/manticore/core/smtlib/operators.py
+${PYSITELIB}/manticore/core/smtlib/operators.pyc
+${PYSITELIB}/manticore/core/smtlib/operators.pyo
+${PYSITELIB}/manticore/core/smtlib/solver.py
+${PYSITELIB}/manticore/core/smtlib/solver.pyc
+${PYSITELIB}/manticore/core/smtlib/solver.pyo
+${PYSITELIB}/manticore/core/smtlib/visitors.py
+${PYSITELIB}/manticore/core/smtlib/visitors.pyc
+${PYSITELIB}/manticore/core/smtlib/visitors.pyo
+${PYSITELIB}/manticore/core/state.py
+${PYSITELIB}/manticore/core/state.pyc
+${PYSITELIB}/manticore/core/state.pyo
+${PYSITELIB}/manticore/core/workspace.py
+${PYSITELIB}/manticore/core/workspace.pyc
+${PYSITELIB}/manticore/core/workspace.pyo
+${PYSITELIB}/manticore/ethereum.py
+${PYSITELIB}/manticore/ethereum.pyc
+${PYSITELIB}/manticore/ethereum.pyo
+${PYSITELIB}/manticore/manticore.py
+${PYSITELIB}/manticore/manticore.pyc
+${PYSITELIB}/manticore/manticore.pyo
+${PYSITELIB}/manticore/models.py
+${PYSITELIB}/manticore/models.pyc
+${PYSITELIB}/manticore/models.pyo
+${PYSITELIB}/manticore/platforms/__init__.py
+${PYSITELIB}/manticore/platforms/__init__.pyc
+${PYSITELIB}/manticore/platforms/__init__.pyo
+${PYSITELIB}/manticore/platforms/cgcrandom.py
+${PYSITELIB}/manticore/platforms/cgcrandom.pyc
+${PYSITELIB}/manticore/platforms/cgcrandom.pyo
+${PYSITELIB}/manticore/platforms/decree.py
+${PYSITELIB}/manticore/platforms/decree.pyc
+${PYSITELIB}/manticore/platforms/decree.pyo
+${PYSITELIB}/manticore/platforms/evm.py
+${PYSITELIB}/manticore/platforms/evm.pyc
+${PYSITELIB}/manticore/platforms/evm.pyo
+${PYSITELIB}/manticore/platforms/linux.py
+${PYSITELIB}/manticore/platforms/linux.pyc
+${PYSITELIB}/manticore/platforms/linux.pyo
+${PYSITELIB}/manticore/platforms/linux_syscalls.py
+${PYSITELIB}/manticore/platforms/linux_syscalls.pyc
+${PYSITELIB}/manticore/platforms/linux_syscalls.pyo
+${PYSITELIB}/manticore/platforms/platform.py
+${PYSITELIB}/manticore/platforms/platform.pyc
+${PYSITELIB}/manticore/platforms/platform.pyo
+${PYSITELIB}/manticore/utils/__init__.py
+${PYSITELIB}/manticore/utils/__init__.pyc
+${PYSITELIB}/manticore/utils/__init__.pyo
+${PYSITELIB}/manticore/utils/emulate.py
+${PYSITELIB}/manticore/utils/emulate.pyc
+${PYSITELIB}/manticore/utils/emulate.pyo
+${PYSITELIB}/manticore/utils/event.py
+${PYSITELIB}/manticore/utils/event.pyc
+${PYSITELIB}/manticore/utils/event.pyo
+${PYSITELIB}/manticore/utils/helpers.py
+${PYSITELIB}/manticore/utils/helpers.pyc
+${PYSITELIB}/manticore/utils/helpers.pyo
+${PYSITELIB}/manticore/utils/iterpickle.py
+${PYSITELIB}/manticore/utils/iterpickle.pyc
+${PYSITELIB}/manticore/utils/iterpickle.pyo
+${PYSITELIB}/manticore/utils/log.py
+${PYSITELIB}/manticore/utils/log.pyc
+${PYSITELIB}/manticore/utils/log.pyo
+${PYSITELIB}/manticore/utils/mappings.py
+${PYSITELIB}/manticore/utils/mappings.pyc
+${PYSITELIB}/manticore/utils/mappings.pyo
+${PYSITELIB}/manticore/utils/nointerrupt.py
+${PYSITELIB}/manticore/utils/nointerrupt.pyc
+${PYSITELIB}/manticore/utils/nointerrupt.pyo
+${PYSITELIB}/tests/EVM/__init__.py
+${PYSITELIB}/tests/EVM/__init__.pyc
+${PYSITELIB}/tests/EVM/__init__.pyo
+${PYSITELIB}/tests/EVM/test_EVMADD.py
+${PYSITELIB}/tests/EVM/test_EVMADD.pyc
+${PYSITELIB}/tests/EVM/test_EVMADD.pyo
+${PYSITELIB}/tests/EVM/test_EVMADDMOD.py
+${PYSITELIB}/tests/EVM/test_EVMADDMOD.pyc
+${PYSITELIB}/tests/EVM/test_EVMADDMOD.pyo
+${PYSITELIB}/tests/EVM/test_EVMADDRESS.py
+${PYSITELIB}/tests/EVM/test_EVMADDRESS.pyc
+${PYSITELIB}/tests/EVM/test_EVMADDRESS.pyo
+${PYSITELIB}/tests/EVM/test_EVMAND.py
+${PYSITELIB}/tests/EVM/test_EVMAND.pyc
+${PYSITELIB}/tests/EVM/test_EVMAND.pyo
+${PYSITELIB}/tests/EVM/test_EVMAssembler.py
+${PYSITELIB}/tests/EVM/test_EVMAssembler.pyc
+${PYSITELIB}/tests/EVM/test_EVMAssembler.pyo
+${PYSITELIB}/tests/EVM/test_EVMBALANCE.py
+${PYSITELIB}/tests/EVM/test_EVMBALANCE.pyc
+${PYSITELIB}/tests/EVM/test_EVMBALANCE.pyo
+${PYSITELIB}/tests/EVM/test_EVMBLOCKHASH.py
+${PYSITELIB}/tests/EVM/test_EVMBLOCKHASH.pyc
+${PYSITELIB}/tests/EVM/test_EVMBLOCKHASH.pyo
+${PYSITELIB}/tests/EVM/test_EVMBYTE.py
+${PYSITELIB}/tests/EVM/test_EVMBYTE.pyc
+${PYSITELIB}/tests/EVM/test_EVMBYTE.pyo
+${PYSITELIB}/tests/EVM/test_EVMCALLCODE.py
+${PYSITELIB}/tests/EVM/test_EVMCALLCODE.pyc
+${PYSITELIB}/tests/EVM/test_EVMCALLCODE.pyo
+${PYSITELIB}/tests/EVM/test_EVMCALLDATALOAD.py
+${PYSITELIB}/tests/EVM/test_EVMCALLDATALOAD.pyc
+${PYSITELIB}/tests/EVM/test_EVMCALLDATALOAD.pyo
+${PYSITELIB}/tests/EVM/test_EVMCALLDATASIZE.py
+${PYSITELIB}/tests/EVM/test_EVMCALLDATASIZE.pyc
+${PYSITELIB}/tests/EVM/test_EVMCALLDATASIZE.pyo
+${PYSITELIB}/tests/EVM/test_EVMCALLER.py
+${PYSITELIB}/tests/EVM/test_EVMCALLER.pyc
+${PYSITELIB}/tests/EVM/test_EVMCALLER.pyo
+${PYSITELIB}/tests/EVM/test_EVMCALLVALUE.py
+${PYSITELIB}/tests/EVM/test_EVMCALLVALUE.pyc
+${PYSITELIB}/tests/EVM/test_EVMCALLVALUE.pyo
+${PYSITELIB}/tests/EVM/test_EVMCODESIZE.py
+${PYSITELIB}/tests/EVM/test_EVMCODESIZE.pyc
+${PYSITELIB}/tests/EVM/test_EVMCODESIZE.pyo
+${PYSITELIB}/tests/EVM/test_EVMCOINBASE.py
+${PYSITELIB}/tests/EVM/test_EVMCOINBASE.pyc
+${PYSITELIB}/tests/EVM/test_EVMCOINBASE.pyo
+${PYSITELIB}/tests/EVM/test_EVMDIFFICULTY.py
+${PYSITELIB}/tests/EVM/test_EVMDIFFICULTY.pyc
+${PYSITELIB}/tests/EVM/test_EVMDIFFICULTY.pyo
+${PYSITELIB}/tests/EVM/test_EVMDIV.py
+${PYSITELIB}/tests/EVM/test_EVMDIV.pyc
+${PYSITELIB}/tests/EVM/test_EVMDIV.pyo
+${PYSITELIB}/tests/EVM/test_EVMDUP.py
+${PYSITELIB}/tests/EVM/test_EVMDUP.pyc
+${PYSITELIB}/tests/EVM/test_EVMDUP.pyo
+${PYSITELIB}/tests/EVM/test_EVMEQ.py
+${PYSITELIB}/tests/EVM/test_EVMEQ.pyc
+${PYSITELIB}/tests/EVM/test_EVMEQ.pyo
+${PYSITELIB}/tests/EVM/test_EVMEXP.py
+${PYSITELIB}/tests/EVM/test_EVMEXP.pyc
+${PYSITELIB}/tests/EVM/test_EVMEXP.pyo
+${PYSITELIB}/tests/EVM/test_EVMEXTCODESIZE.py
+${PYSITELIB}/tests/EVM/test_EVMEXTCODESIZE.pyc
+${PYSITELIB}/tests/EVM/test_EVMEXTCODESIZE.pyo
+${PYSITELIB}/tests/EVM/test_EVMGAS.py
+${PYSITELIB}/tests/EVM/test_EVMGAS.pyc
+${PYSITELIB}/tests/EVM/test_EVMGAS.pyo
+${PYSITELIB}/tests/EVM/test_EVMGASLIMIT.py
+${PYSITELIB}/tests/EVM/test_EVMGASLIMIT.pyc
+${PYSITELIB}/tests/EVM/test_EVMGASLIMIT.pyo
+${PYSITELIB}/tests/EVM/test_EVMGASPRICE.py
+${PYSITELIB}/tests/EVM/test_EVMGASPRICE.pyc
+${PYSITELIB}/tests/EVM/test_EVMGASPRICE.pyo
+${PYSITELIB}/tests/EVM/test_EVMGETPC.py
+${PYSITELIB}/tests/EVM/test_EVMGETPC.pyc
+${PYSITELIB}/tests/EVM/test_EVMGETPC.pyo
+${PYSITELIB}/tests/EVM/test_EVMGT.py
+${PYSITELIB}/tests/EVM/test_EVMGT.pyc
+${PYSITELIB}/tests/EVM/test_EVMGT.pyo
+${PYSITELIB}/tests/EVM/test_EVMINVALID.py
+${PYSITELIB}/tests/EVM/test_EVMINVALID.pyc
+${PYSITELIB}/tests/EVM/test_EVMINVALID.pyo
+${PYSITELIB}/tests/EVM/test_EVMISZERO.py
+${PYSITELIB}/tests/EVM/test_EVMISZERO.pyc
+${PYSITELIB}/tests/EVM/test_EVMISZERO.pyo
+${PYSITELIB}/tests/EVM/test_EVMJUMP.py
+${PYSITELIB}/tests/EVM/test_EVMJUMP.pyc
+${PYSITELIB}/tests/EVM/test_EVMJUMP.pyo
+${PYSITELIB}/tests/EVM/test_EVMJUMPDEST.py
+${PYSITELIB}/tests/EVM/test_EVMJUMPDEST.pyc
+${PYSITELIB}/tests/EVM/test_EVMJUMPDEST.pyo
+${PYSITELIB}/tests/EVM/test_EVMLT.py
+${PYSITELIB}/tests/EVM/test_EVMLT.pyc
+${PYSITELIB}/tests/EVM/test_EVMLT.pyo
+${PYSITELIB}/tests/EVM/test_EVMMOD.py
+${PYSITELIB}/tests/EVM/test_EVMMOD.pyc
+${PYSITELIB}/tests/EVM/test_EVMMOD.pyo
+${PYSITELIB}/tests/EVM/test_EVMMSIZE.py
+${PYSITELIB}/tests/EVM/test_EVMMSIZE.pyc
+${PYSITELIB}/tests/EVM/test_EVMMSIZE.pyo
+${PYSITELIB}/tests/EVM/test_EVMMSTORE8.py
+${PYSITELIB}/tests/EVM/test_EVMMSTORE8.pyc
+${PYSITELIB}/tests/EVM/test_EVMMSTORE8.pyo
+${PYSITELIB}/tests/EVM/test_EVMMUL.py
+${PYSITELIB}/tests/EVM/test_EVMMUL.pyc
+${PYSITELIB}/tests/EVM/test_EVMMUL.pyo
+${PYSITELIB}/tests/EVM/test_EVMMULMOD.py
+${PYSITELIB}/tests/EVM/test_EVMMULMOD.pyc
+${PYSITELIB}/tests/EVM/test_EVMMULMOD.pyo
+${PYSITELIB}/tests/EVM/test_EVMNOT.py
+${PYSITELIB}/tests/EVM/test_EVMNOT.pyc
+${PYSITELIB}/tests/EVM/test_EVMNOT.pyo
+${PYSITELIB}/tests/EVM/test_EVMNUMBER.py
+${PYSITELIB}/tests/EVM/test_EVMNUMBER.pyc
+${PYSITELIB}/tests/EVM/test_EVMNUMBER.pyo
+${PYSITELIB}/tests/EVM/test_EVMOR.py
+${PYSITELIB}/tests/EVM/test_EVMOR.pyc
+${PYSITELIB}/tests/EVM/test_EVMOR.pyo
+${PYSITELIB}/tests/EVM/test_EVMORIGIN.py
+${PYSITELIB}/tests/EVM/test_EVMORIGIN.pyc
+${PYSITELIB}/tests/EVM/test_EVMORIGIN.pyo
+${PYSITELIB}/tests/EVM/test_EVMPOP.py
+${PYSITELIB}/tests/EVM/test_EVMPOP.pyc
+${PYSITELIB}/tests/EVM/test_EVMPOP.pyo
+${PYSITELIB}/tests/EVM/test_EVMPUSH.py
+${PYSITELIB}/tests/EVM/test_EVMPUSH.pyc
+${PYSITELIB}/tests/EVM/test_EVMPUSH.pyo
+${PYSITELIB}/tests/EVM/test_EVMREVERT.py
+${PYSITELIB}/tests/EVM/test_EVMREVERT.pyc
+${PYSITELIB}/tests/EVM/test_EVMREVERT.pyo
+${PYSITELIB}/tests/EVM/test_EVMSDIV.py
+${PYSITELIB}/tests/EVM/test_EVMSDIV.pyc
+${PYSITELIB}/tests/EVM/test_EVMSDIV.pyo
+${PYSITELIB}/tests/EVM/test_EVMSELFDESTRUCT.py
+${PYSITELIB}/tests/EVM/test_EVMSELFDESTRUCT.pyc
+${PYSITELIB}/tests/EVM/test_EVMSELFDESTRUCT.pyo
+${PYSITELIB}/tests/EVM/test_EVMSGT.py
+${PYSITELIB}/tests/EVM/test_EVMSGT.pyc
+${PYSITELIB}/tests/EVM/test_EVMSGT.pyo
+${PYSITELIB}/tests/EVM/test_EVMSHA3.py
+${PYSITELIB}/tests/EVM/test_EVMSHA3.pyc
+${PYSITELIB}/tests/EVM/test_EVMSHA3.pyo
+${PYSITELIB}/tests/EVM/test_EVMSIGNEXTEND.py
+${PYSITELIB}/tests/EVM/test_EVMSIGNEXTEND.pyc
+${PYSITELIB}/tests/EVM/test_EVMSIGNEXTEND.pyo
+${PYSITELIB}/tests/EVM/test_EVMSLOAD.py
+${PYSITELIB}/tests/EVM/test_EVMSLOAD.pyc
+${PYSITELIB}/tests/EVM/test_EVMSLOAD.pyo
+${PYSITELIB}/tests/EVM/test_EVMSLT.py
+${PYSITELIB}/tests/EVM/test_EVMSLT.pyc
+${PYSITELIB}/tests/EVM/test_EVMSLT.pyo
+${PYSITELIB}/tests/EVM/test_EVMSMOD.py
+${PYSITELIB}/tests/EVM/test_EVMSMOD.pyc
+${PYSITELIB}/tests/EVM/test_EVMSMOD.pyo
+${PYSITELIB}/tests/EVM/test_EVMSSTORE.py
+${PYSITELIB}/tests/EVM/test_EVMSSTORE.pyc
+${PYSITELIB}/tests/EVM/test_EVMSSTORE.pyo
+${PYSITELIB}/tests/EVM/test_EVMSUB.py
+${PYSITELIB}/tests/EVM/test_EVMSUB.pyc
+${PYSITELIB}/tests/EVM/test_EVMSUB.pyo
+${PYSITELIB}/tests/EVM/test_EVMTIMESTAMP.py
+${PYSITELIB}/tests/EVM/test_EVMTIMESTAMP.pyc
+${PYSITELIB}/tests/EVM/test_EVMTIMESTAMP.pyo
+${PYSITELIB}/tests/EVM/test_EVMXOR.py
+${PYSITELIB}/tests/EVM/test_EVMXOR.pyc
+${PYSITELIB}/tests/EVM/test_EVMXOR.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/mockmem.py
+${PYSITELIB}/tests/mockmem.pyc
+${PYSITELIB}/tests/mockmem.pyo
+${PYSITELIB}/tests/test_abi.py
+${PYSITELIB}/tests/test_abi.pyc
+${PYSITELIB}/tests/test_abi.pyo
+${PYSITELIB}/tests/test_armv7_bitwise.py
+${PYSITELIB}/tests/test_armv7_bitwise.pyc
+${PYSITELIB}/tests/test_armv7_bitwise.pyo
+${PYSITELIB}/tests/test_armv7cpu.py
+${PYSITELIB}/tests/test_armv7cpu.pyc
+${PYSITELIB}/tests/test_armv7cpu.pyo
+${PYSITELIB}/tests/test_armv7rf.py
+${PYSITELIB}/tests/test_armv7rf.pyc
+${PYSITELIB}/tests/test_armv7rf.pyo
+${PYSITELIB}/tests/test_binaries.py
+${PYSITELIB}/tests/test_binaries.pyc
+${PYSITELIB}/tests/test_binaries.pyo
+${PYSITELIB}/tests/test_cpu_automatic.py
+${PYSITELIB}/tests/test_cpu_automatic.pyc
+${PYSITELIB}/tests/test_cpu_automatic.pyo
+${PYSITELIB}/tests/test_cpu_manual.py
+${PYSITELIB}/tests/test_cpu_manual.pyc
+${PYSITELIB}/tests/test_cpu_manual.pyo
+${PYSITELIB}/tests/test_driver.py
+${PYSITELIB}/tests/test_driver.pyc
+${PYSITELIB}/tests/test_driver.pyo
+${PYSITELIB}/tests/test_dyn.py
+${PYSITELIB}/tests/test_dyn.pyc
+${PYSITELIB}/tests/test_dyn.pyo
+${PYSITELIB}/tests/test_eth.py
+${PYSITELIB}/tests/test_eth.pyc
+${PYSITELIB}/tests/test_eth.pyo
+${PYSITELIB}/tests/test_events.py
+${PYSITELIB}/tests/test_events.pyc
+${PYSITELIB}/tests/test_events.pyo
+${PYSITELIB}/tests/test_linux.py
+${PYSITELIB}/tests/test_linux.pyc
+${PYSITELIB}/tests/test_linux.pyo
+${PYSITELIB}/tests/test_manticore.py
+${PYSITELIB}/tests/test_manticore.pyc
+${PYSITELIB}/tests/test_manticore.pyo
+${PYSITELIB}/tests/test_memory.py
+${PYSITELIB}/tests/test_memory.pyc
+${PYSITELIB}/tests/test_memory.pyo
+${PYSITELIB}/tests/test_models.py
+${PYSITELIB}/tests/test_models.pyc
+${PYSITELIB}/tests/test_models.pyo
+${PYSITELIB}/tests/test_register.py
+${PYSITELIB}/tests/test_register.pyc
+${PYSITELIB}/tests/test_register.pyo
+${PYSITELIB}/tests/test_slam_regre.py
+${PYSITELIB}/tests/test_slam_regre.pyc
+${PYSITELIB}/tests/test_slam_regre.pyo
+${PYSITELIB}/tests/test_smtlibv2.py
+${PYSITELIB}/tests/test_smtlibv2.pyc
+${PYSITELIB}/tests/test_smtlibv2.pyo
+${PYSITELIB}/tests/test_state.py
+${PYSITELIB}/tests/test_state.pyc
+${PYSITELIB}/tests/test_state.pyo
+${PYSITELIB}/tests/test_unicorn.py
+${PYSITELIB}/tests/test_unicorn.pyc
+${PYSITELIB}/tests/test_unicorn.pyo
+${PYSITELIB}/tests/test_workspace.py
+${PYSITELIB}/tests/test_workspace.pyc
+${PYSITELIB}/tests/test_workspace.pyo
+${PYSITELIB}/tests/test_x86.py
+${PYSITELIB}/tests/test_x86.pyc
+${PYSITELIB}/tests/test_x86.pyo
+${PYSITELIB}/tests/test_x86_pcmpxstrx.py
+${PYSITELIB}/tests/test_x86_pcmpxstrx.pyc
+${PYSITELIB}/tests/test_x86_pcmpxstrx.pyo
Index: pkgsrc/devel/py-manticore/distinfo
diff -u /dev/null pkgsrc/devel/py-manticore/distinfo:1.1
--- /dev/null   Thu Feb 22 22:35:25 2018
+++ pkgsrc/devel/py-manticore/distinfo  Thu Feb 22 22:35:25 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/22 22:35:25 khorben Exp $
+
+SHA1 (manticore-0.1.6.tar.gz) = 843b1602c7e47aab34678aaf234e2d34d0c0ec69
+RMD160 (manticore-0.1.6.tar.gz) = d82fb57447eedb3bca9bcd3ae31292739b90f224
+SHA512 (manticore-0.1.6.tar.gz) = 454b6e8b26fe1cfaa1947d5cbfcb74b830601de3b22dfd7b0806b5e1837d43e032da3536590e429a514c15acbefdc4cc964512601f8d3c7ebfe660599404972e
+Size (manticore-0.1.6.tar.gz) = 2492425 bytes



Home | Main Index | Thread Index | Old Index