pkgsrc-WIP-changes archive

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

py-frida-tools: package version 10.5.4 (and dependencies)



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Mar 6 15:37:47 2022 +0100
Changeset:	20269cec69d5b98625c1249357eb7ad82f7814f2

Modified Files:
	Makefile
Added Files:
	py-cli_helpers/DESCR
	py-cli_helpers/Makefile
	py-cli_helpers/PLIST
	py-cli_helpers/distinfo
	py-delegator/DESCR
	py-delegator/Makefile
	py-delegator/PLIST
	py-delegator/distinfo
	py-frida-tools/DESCR
	py-frida-tools/Makefile
	py-frida-tools/PLIST
	py-frida-tools/distinfo
	py-frida/DESCR
	py-frida/Makefile
	py-frida/PLIST
	py-frida/distinfo
	py-litecli/DESCR
	py-litecli/Makefile
	py-litecli/PLIST
	py-litecli/distinfo
	py-objection/DESCR
	py-objection/Makefile
	py-objection/PLIST
	py-objection/distinfo

Log Message:
py-frida-tools: package version 10.5.4 (and dependencies)

frida is a dynamic instrumentation toolkit for developers, reverse-engineers,
and security researchers. This package provides CLI tools for frida.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=20269cec69d5b98625c1249357eb7ad82f7814f2

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

diffstat:
 Makefile                |   6 +
 py-cli_helpers/DESCR    |   0
 py-cli_helpers/Makefile |  16 ++
 py-cli_helpers/PLIST    |  39 ++++
 py-cli_helpers/distinfo |   5 +
 py-delegator/DESCR      |   0
 py-delegator/Makefile   |  14 ++
 py-delegator/PLIST      |   9 +
 py-delegator/distinfo   |   5 +
 py-frida-tools/DESCR    |   0
 py-frida-tools/Makefile |  17 ++
 py-frida-tools/PLIST    |  57 ++++++
 py-frida-tools/distinfo |   5 +
 py-frida/DESCR          |   0
 py-frida/Makefile       |  14 ++
 py-frida/PLIST          |  14 ++
 py-frida/distinfo       |   5 +
 py-litecli/DESCR        |   0
 py-litecli/Makefile     |  17 ++
 py-litecli/PLIST        |  82 +++++++++
 py-litecli/distinfo     |   5 +
 py-objection/DESCR      |   0
 py-objection/Makefile   |  22 +++
 py-objection/PLIST      | 473 ++++++++++++++++++++++++++++++++++++++++++++++++
 py-objection/distinfo   |   5 +
 25 files changed, 810 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 7e2d3dcd10..dc5f7b2ade 100644
--- a/Makefile
+++ b/Makefile
@@ -3540,6 +3540,7 @@ SUBDIR+=	py-ciabatta
 SUBDIR+=	py-cinfony
 SUBDIR+=	py-cito
 SUBDIR+=	py-cli
+SUBDIR+=	py-cli_helpers
 SUBDIR+=	py-clickatell
 SUBDIR+=	py-clics
 SUBDIR+=	py-clid
@@ -3650,6 +3651,7 @@ SUBDIR+=	py-decoratortools
 SUBDIR+=	py-deep-merge
 SUBDIR+=	py-deep-translator
 SUBDIR+=	py-delay
+SUBDIR+=	py-delegator
 SUBDIR+=	py-delny
 SUBDIR+=	py-deltasigma
 SUBDIR+=	py-dependency
@@ -3805,6 +3807,8 @@ SUBDIR+=	py-formulaLab
 SUBDIR+=	py-forthon
 SUBDIR+=	py-fortpy
 SUBDIR+=	py-freetype-py
+SUBDIR+=	py-frida
+SUBDIR+=	py-frida-tools
 SUBDIR+=	py-fssa
 SUBDIR+=	py-fsspec
 SUBDIR+=	py-functions
@@ -4045,6 +4049,7 @@ SUBDIR+=	py-linearalgebra
 SUBDIR+=	py-lingpy
 SUBDIR+=	py-linop
 SUBDIR+=	py-lire
+SUBDIR+=	py-litecli
 SUBDIR+=	py-llfuse
 SUBDIR+=	py-locky
 SUBDIR+=	py-locustio
@@ -4233,6 +4238,7 @@ SUBDIR+=	py-nxpd
 SUBDIR+=	py-nzmath
 SUBDIR+=	py-oak
 SUBDIR+=	py-oasa
+SUBDIR+=	py-objection
 SUBDIR+=	py-ocrodjvu
 SUBDIR+=	py-oct2py
 SUBDIR+=	py-odeint
diff --git a/py-cli_helpers/DESCR b/py-cli_helpers/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-cli_helpers/Makefile b/py-cli_helpers/Makefile
new file mode 100644
index 0000000000..4dad29b3a6
--- /dev/null
+++ b/py-cli_helpers/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	cli_helpers-2.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cli_helpers/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/dbcli/cli_helpers
+COMMENT=	Helpers for building command-line apps
+#LICENSE=	# TODO: (see mk/license.mk)
+
+DEPENDS+=	${PYPKGPREFIX}-configobj-[0-9]*:../../devel/py-configobj
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cli_helpers/PLIST b/py-cli_helpers/PLIST
new file mode 100644
index 0000000000..928ce52097
--- /dev/null
+++ b/py-cli_helpers/PLIST
@@ -0,0 +1,39 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/cli_helpers/__init__.py
+${PYSITELIB}/cli_helpers/__init__.pyc
+${PYSITELIB}/cli_helpers/__init__.pyo
+${PYSITELIB}/cli_helpers/compat.py
+${PYSITELIB}/cli_helpers/compat.pyc
+${PYSITELIB}/cli_helpers/compat.pyo
+${PYSITELIB}/cli_helpers/config.py
+${PYSITELIB}/cli_helpers/config.pyc
+${PYSITELIB}/cli_helpers/config.pyo
+${PYSITELIB}/cli_helpers/tabular_output/__init__.py
+${PYSITELIB}/cli_helpers/tabular_output/__init__.pyc
+${PYSITELIB}/cli_helpers/tabular_output/__init__.pyo
+${PYSITELIB}/cli_helpers/tabular_output/delimited_output_adapter.py
+${PYSITELIB}/cli_helpers/tabular_output/delimited_output_adapter.pyc
+${PYSITELIB}/cli_helpers/tabular_output/delimited_output_adapter.pyo
+${PYSITELIB}/cli_helpers/tabular_output/output_formatter.py
+${PYSITELIB}/cli_helpers/tabular_output/output_formatter.pyc
+${PYSITELIB}/cli_helpers/tabular_output/output_formatter.pyo
+${PYSITELIB}/cli_helpers/tabular_output/preprocessors.py
+${PYSITELIB}/cli_helpers/tabular_output/preprocessors.pyc
+${PYSITELIB}/cli_helpers/tabular_output/preprocessors.pyo
+${PYSITELIB}/cli_helpers/tabular_output/tabulate_adapter.py
+${PYSITELIB}/cli_helpers/tabular_output/tabulate_adapter.pyc
+${PYSITELIB}/cli_helpers/tabular_output/tabulate_adapter.pyo
+${PYSITELIB}/cli_helpers/tabular_output/tsv_output_adapter.py
+${PYSITELIB}/cli_helpers/tabular_output/tsv_output_adapter.pyc
+${PYSITELIB}/cli_helpers/tabular_output/tsv_output_adapter.pyo
+${PYSITELIB}/cli_helpers/tabular_output/vertical_table_adapter.py
+${PYSITELIB}/cli_helpers/tabular_output/vertical_table_adapter.pyc
+${PYSITELIB}/cli_helpers/tabular_output/vertical_table_adapter.pyo
+${PYSITELIB}/cli_helpers/utils.py
+${PYSITELIB}/cli_helpers/utils.pyc
+${PYSITELIB}/cli_helpers/utils.pyo
diff --git a/py-cli_helpers/distinfo b/py-cli_helpers/distinfo
new file mode 100644
index 0000000000..bf1cca7638
--- /dev/null
+++ b/py-cli_helpers/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (cli_helpers-2.2.1.tar.gz) = cb3b23440e3a2776ced52a042ca9ecae446ccd4881d6e998c74a6e2c5d2e8ac7
+SHA512 (cli_helpers-2.2.1.tar.gz) = df0972f8ae3f2dfc8ad0541391762a8e80aa97bfd78ff14e999c386f08da2817bafaf41da74c7ca7cf24fbfc5e14e725fe18ab9865e5307fbe9fe65ff915a1c0
+Size (cli_helpers-2.2.1.tar.gz) = 36089 bytes
diff --git a/py-delegator/DESCR b/py-delegator/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-delegator/Makefile b/py-delegator/Makefile
new file mode 100644
index 0000000000..c0ddf60d9d
--- /dev/null
+++ b/py-delegator/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	delegator.py-0.1.1
+PKGNAME=	${PYPKGPREFIX}-delegator-0.1.1
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=d/delegator.py/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://pypi.org/project/delegator.py
+COMMENT=	Subprocesses for Humans 2.0
+#LICENSE=	# TODO: (see mk/license.mk)
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-delegator/PLIST b/py-delegator/PLIST
new file mode 100644
index 0000000000..c8098bd50d
--- /dev/null
+++ b/py-delegator/PLIST
@@ -0,0 +1,9 @@
+@comment $NetBSD$
+${PYSITELIB}/delegator.py
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/delegator.pyc
+${PYSITELIB}/delegator.pyo
diff --git a/py-delegator/distinfo b/py-delegator/distinfo
new file mode 100644
index 0000000000..ef31000f3b
--- /dev/null
+++ b/py-delegator/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (delegator.py-0.1.1.tar.gz) = 53ee5492f4749825fdb0dadaec505c6a6d5c1b11603d8179e1edff9d26fc8948
+SHA512 (delegator.py-0.1.1.tar.gz) = 7af16f553fafc272056b1bd715ff41c821e0eeccfd6c5e5dcec819333373c9f7daaa95afe9b9aa796244f280869ccb1ddacb075b9fa196ed47a6699096abc143
+Size (delegator.py-0.1.1.tar.gz) = 6260 bytes
diff --git a/py-frida-tools/DESCR b/py-frida-tools/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-frida-tools/Makefile b/py-frida-tools/Makefile
new file mode 100644
index 0000000000..366acaf2af
--- /dev/null
+++ b/py-frida-tools/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	frida-tools-10.5.4
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=f/frida-tools/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://frida.re/
+COMMENT=	Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers (CLI tools)
+#LICENSE=	# TODO: (see mk/license.mk)
+
+DEPENDS+=	${PYPKGPREFIX}-prompt_toolkit-[0-9]*:../../devel/py-prompt_toolkit
+DEPENDS+=	${PYPKGPREFIX}-frida-[0-9]*:../../wip/py-frida
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-frida-tools/PLIST b/py-frida-tools/PLIST
new file mode 100644
index 0000000000..a0b835751c
--- /dev/null
+++ b/py-frida-tools/PLIST
@@ -0,0 +1,57 @@
+@comment $NetBSD$
+bin/frida
+bin/frida-apk
+bin/frida-create
+bin/frida-discover
+bin/frida-join
+bin/frida-kill
+bin/frida-ls-devices
+bin/frida-ps
+bin/frida-trace
+${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}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/frida_tools/__init__.py
+${PYSITELIB}/frida_tools/__init__.pyc
+${PYSITELIB}/frida_tools/__init__.pyo
+${PYSITELIB}/frida_tools/_repl_magic.py
+${PYSITELIB}/frida_tools/_repl_magic.pyc
+${PYSITELIB}/frida_tools/_repl_magic.pyo
+${PYSITELIB}/frida_tools/apk.py
+${PYSITELIB}/frida_tools/apk.pyc
+${PYSITELIB}/frida_tools/apk.pyo
+${PYSITELIB}/frida_tools/application.py
+${PYSITELIB}/frida_tools/application.pyc
+${PYSITELIB}/frida_tools/application.pyo
+${PYSITELIB}/frida_tools/creator.py
+${PYSITELIB}/frida_tools/creator.pyc
+${PYSITELIB}/frida_tools/creator.pyo
+${PYSITELIB}/frida_tools/discoverer.py
+${PYSITELIB}/frida_tools/discoverer.pyc
+${PYSITELIB}/frida_tools/discoverer.pyo
+${PYSITELIB}/frida_tools/join.py
+${PYSITELIB}/frida_tools/join.pyc
+${PYSITELIB}/frida_tools/join.pyo
+${PYSITELIB}/frida_tools/kill.py
+${PYSITELIB}/frida_tools/kill.pyc
+${PYSITELIB}/frida_tools/kill.pyo
+${PYSITELIB}/frida_tools/lsd.py
+${PYSITELIB}/frida_tools/lsd.pyc
+${PYSITELIB}/frida_tools/lsd.pyo
+${PYSITELIB}/frida_tools/model.py
+${PYSITELIB}/frida_tools/model.pyc
+${PYSITELIB}/frida_tools/model.pyo
+${PYSITELIB}/frida_tools/ps.py
+${PYSITELIB}/frida_tools/ps.pyc
+${PYSITELIB}/frida_tools/ps.pyo
+${PYSITELIB}/frida_tools/repl.py
+${PYSITELIB}/frida_tools/repl.pyc
+${PYSITELIB}/frida_tools/repl.pyo
+${PYSITELIB}/frida_tools/tracer.py
+${PYSITELIB}/frida_tools/tracer.pyc
+${PYSITELIB}/frida_tools/tracer.pyo
+${PYSITELIB}/frida_tools/tracer_agent.js
diff --git a/py-frida-tools/distinfo b/py-frida-tools/distinfo
new file mode 100644
index 0000000000..9171d182c4
--- /dev/null
+++ b/py-frida-tools/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (frida-tools-10.5.4.tar.gz) = 2e7d4ab4f9f66ff147dcc94c530db668449d37c418deaa082ebf02ec90136abc
+SHA512 (frida-tools-10.5.4.tar.gz) = 9880dba6f2d4d5d7db820f308240e6a9e3c6065347f03c7b1bd0754f4d7acdcbe29737b04a2039273aee045b45161dc299395ee7f12536ffbec3a59cbfe7ce40
+Size (frida-tools-10.5.4.tar.gz) = 44988 bytes
diff --git a/py-frida/DESCR b/py-frida/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-frida/Makefile b/py-frida/Makefile
new file mode 100644
index 0000000000..e21efb7291
--- /dev/null
+++ b/py-frida/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	frida-15.1.17
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=f/frida/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://frida.re/
+COMMENT=	Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers
+#LICENSE=	# TODO: (see mk/license.mk)
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-frida/PLIST b/py-frida/PLIST
new file mode 100644
index 0000000000..f85ea29019
--- /dev/null
+++ b/py-frida/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+${PYSITELIB}/_frida.so
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/frida/__init__.py
+${PYSITELIB}/frida/__init__.pyc
+${PYSITELIB}/frida/__init__.pyo
+${PYSITELIB}/frida/core.py
+${PYSITELIB}/frida/core.pyc
+${PYSITELIB}/frida/core.pyo
diff --git a/py-frida/distinfo b/py-frida/distinfo
new file mode 100644
index 0000000000..954ba27aed
--- /dev/null
+++ b/py-frida/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (frida-15.1.17.tar.gz) = 3d82fdcc0fcba56ca3ec277a5389fa2ebe46e056ad0637ebb79d9972031b0e00
+SHA512 (frida-15.1.17.tar.gz) = 6bb669ee28cdae9856fb0ce14db9ab8d2ca093fe18c48df9649e5f230facdbb5ba23032fe55d21056b21775fbeea798d36cfac53299ee8b78cf1052510c4c3ba
+Size (frida-15.1.17.tar.gz) = 11598 bytes
diff --git a/py-litecli/DESCR b/py-litecli/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-litecli/Makefile b/py-litecli/Makefile
new file mode 100644
index 0000000000..1cfa8ef484
--- /dev/null
+++ b/py-litecli/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	litecli-1.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/litecli/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://litecli.com
+COMMENT=	CLI for SQLite Databases with auto-completion and syntax highlighting
+LICENSE=	modified-bsd
+
+DEPENDS+=	${PYPKGPREFIX}-cli_helpers-[0-9]*:../../wip/py-cli_helpers
+DEPENDS+=	${PYPKGPREFIX}-sqlparse-[0-9]*:../../databases/py-sqlparse
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-litecli/PLIST b/py-litecli/PLIST
new file mode 100644
index 0000000000..bb64ee122c
--- /dev/null
+++ b/py-litecli/PLIST
@@ -0,0 +1,82 @@
+@comment $NetBSD$
+bin/litecli
+${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}/litecli/AUTHORS
+${PYSITELIB}/litecli/__init__.py
+${PYSITELIB}/litecli/__init__.pyc
+${PYSITELIB}/litecli/__init__.pyo
+${PYSITELIB}/litecli/clibuffer.py
+${PYSITELIB}/litecli/clibuffer.pyc
+${PYSITELIB}/litecli/clibuffer.pyo
+${PYSITELIB}/litecli/clistyle.py
+${PYSITELIB}/litecli/clistyle.pyc
+${PYSITELIB}/litecli/clistyle.pyo
+${PYSITELIB}/litecli/clitoolbar.py
+${PYSITELIB}/litecli/clitoolbar.pyc
+${PYSITELIB}/litecli/clitoolbar.pyo
+${PYSITELIB}/litecli/compat.py
+${PYSITELIB}/litecli/compat.pyc
+${PYSITELIB}/litecli/compat.pyo
+${PYSITELIB}/litecli/completion_refresher.py
+${PYSITELIB}/litecli/completion_refresher.pyc
+${PYSITELIB}/litecli/completion_refresher.pyo
+${PYSITELIB}/litecli/config.py
+${PYSITELIB}/litecli/config.pyc
+${PYSITELIB}/litecli/config.pyo
+${PYSITELIB}/litecli/encodingutils.py
+${PYSITELIB}/litecli/encodingutils.pyc
+${PYSITELIB}/litecli/encodingutils.pyo
+${PYSITELIB}/litecli/key_bindings.py
+${PYSITELIB}/litecli/key_bindings.pyc
+${PYSITELIB}/litecli/key_bindings.pyo
+${PYSITELIB}/litecli/lexer.py
+${PYSITELIB}/litecli/lexer.pyc
+${PYSITELIB}/litecli/lexer.pyo
+${PYSITELIB}/litecli/liteclirc
+${PYSITELIB}/litecli/main.py
+${PYSITELIB}/litecli/main.pyc
+${PYSITELIB}/litecli/main.pyo
+${PYSITELIB}/litecli/packages/__init__.py
+${PYSITELIB}/litecli/packages/__init__.pyc
+${PYSITELIB}/litecli/packages/__init__.pyo
+${PYSITELIB}/litecli/packages/completion_engine.py
+${PYSITELIB}/litecli/packages/completion_engine.pyc
+${PYSITELIB}/litecli/packages/completion_engine.pyo
+${PYSITELIB}/litecli/packages/filepaths.py
+${PYSITELIB}/litecli/packages/filepaths.pyc
+${PYSITELIB}/litecli/packages/filepaths.pyo
+${PYSITELIB}/litecli/packages/parseutils.py
+${PYSITELIB}/litecli/packages/parseutils.pyc
+${PYSITELIB}/litecli/packages/parseutils.pyo
+${PYSITELIB}/litecli/packages/prompt_utils.py
+${PYSITELIB}/litecli/packages/prompt_utils.pyc
+${PYSITELIB}/litecli/packages/prompt_utils.pyo
+${PYSITELIB}/litecli/packages/special/__init__.py
+${PYSITELIB}/litecli/packages/special/__init__.pyc
+${PYSITELIB}/litecli/packages/special/__init__.pyo
+${PYSITELIB}/litecli/packages/special/dbcommands.py
+${PYSITELIB}/litecli/packages/special/dbcommands.pyc
+${PYSITELIB}/litecli/packages/special/dbcommands.pyo
+${PYSITELIB}/litecli/packages/special/favoritequeries.py
+${PYSITELIB}/litecli/packages/special/favoritequeries.pyc
+${PYSITELIB}/litecli/packages/special/favoritequeries.pyo
+${PYSITELIB}/litecli/packages/special/iocommands.py
+${PYSITELIB}/litecli/packages/special/iocommands.pyc
+${PYSITELIB}/litecli/packages/special/iocommands.pyo
+${PYSITELIB}/litecli/packages/special/main.py
+${PYSITELIB}/litecli/packages/special/main.pyc
+${PYSITELIB}/litecli/packages/special/main.pyo
+${PYSITELIB}/litecli/packages/special/utils.py
+${PYSITELIB}/litecli/packages/special/utils.pyc
+${PYSITELIB}/litecli/packages/special/utils.pyo
+${PYSITELIB}/litecli/sqlcompleter.py
+${PYSITELIB}/litecli/sqlcompleter.pyc
+${PYSITELIB}/litecli/sqlcompleter.pyo
+${PYSITELIB}/litecli/sqlexecute.py
+${PYSITELIB}/litecli/sqlexecute.pyc
+${PYSITELIB}/litecli/sqlexecute.pyo
diff --git a/py-litecli/distinfo b/py-litecli/distinfo
new file mode 100644
index 0000000000..f79294087f
--- /dev/null
+++ b/py-litecli/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (litecli-1.7.0.tar.gz) = 853e22189a1abeb953399fe1cc603dc5588d0b76f67ac8d84430989f5053e009
+SHA512 (litecli-1.7.0.tar.gz) = 83322e659e537c6b13c3da2c531f0513ae84c76419d8cebd4867d74eac9313b8525aff05eae7cdcbec31813a344833a982ae1b2e8fcba7b5cec439238917e112
+Size (litecli-1.7.0.tar.gz) = 58502 bytes
diff --git a/py-objection/DESCR b/py-objection/DESCR
new file mode 100644
index 0000000000..e69de29bb2
diff --git a/py-objection/Makefile b/py-objection/Makefile
new file mode 100644
index 0000000000..14185bf727
--- /dev/null
+++ b/py-objection/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	objection-1.11.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=o/objection/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/sensepost/objection
+COMMENT=	Runtime mobile exploration
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PYPKGPREFIX}-delegator-[0-9]*:../../wip/py-delegator
+DEPENDS+=	${PYPKGPREFIX}-frida-tools-[0-9]*:../../wip/py-frida-tools
+DEPENDS+=	${PYPKGPREFIX}-litecli-[0-9]*:../../wip/py-litecli
+DEPENDS+=	${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
+DEPENDS+=	${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+DEPENDS+=	${PYPKGPREFIX}-tabulate-[0-9]*:../../textproc/py-tabulate
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-objection/PLIST b/py-objection/PLIST
new file mode 100644
index 0000000000..364f1b2012
--- /dev/null
+++ b/py-objection/PLIST
@@ -0,0 +1,473 @@
+@comment $NetBSD$
+bin/objection
+${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}/objection/__init__.py
+${PYSITELIB}/objection/__init__.pyc
+${PYSITELIB}/objection/__init__.pyo
+${PYSITELIB}/objection/agent.js
+${PYSITELIB}/objection/api/__init__.py
+${PYSITELIB}/objection/api/__init__.pyc
+${PYSITELIB}/objection/api/__init__.pyo
+${PYSITELIB}/objection/api/app.py
+${PYSITELIB}/objection/api/app.pyc
+${PYSITELIB}/objection/api/app.pyo
+${PYSITELIB}/objection/api/rpc.py
+${PYSITELIB}/objection/api/rpc.pyc
+${PYSITELIB}/objection/api/rpc.pyo
+${PYSITELIB}/objection/api/script.py
+${PYSITELIB}/objection/api/script.pyc
+${PYSITELIB}/objection/api/script.pyo
+${PYSITELIB}/objection/commands/__init__.py
+${PYSITELIB}/objection/commands/__init__.pyc
+${PYSITELIB}/objection/commands/__init__.pyo
+${PYSITELIB}/objection/commands/android/__init__.py
+${PYSITELIB}/objection/commands/android/__init__.pyc
+${PYSITELIB}/objection/commands/android/__init__.pyo
+${PYSITELIB}/objection/commands/android/clipboard.py
+${PYSITELIB}/objection/commands/android/clipboard.pyc
+${PYSITELIB}/objection/commands/android/clipboard.pyo
+${PYSITELIB}/objection/commands/android/command.py
+${PYSITELIB}/objection/commands/android/command.pyc
+${PYSITELIB}/objection/commands/android/command.pyo
+${PYSITELIB}/objection/commands/android/general.py
+${PYSITELIB}/objection/commands/android/general.pyc
+${PYSITELIB}/objection/commands/android/general.pyo
+${PYSITELIB}/objection/commands/android/generate.py
+${PYSITELIB}/objection/commands/android/generate.pyc
+${PYSITELIB}/objection/commands/android/generate.pyo
+${PYSITELIB}/objection/commands/android/heap.py
+${PYSITELIB}/objection/commands/android/heap.pyc
+${PYSITELIB}/objection/commands/android/heap.pyo
+${PYSITELIB}/objection/commands/android/hooking.py
+${PYSITELIB}/objection/commands/android/hooking.pyc
+${PYSITELIB}/objection/commands/android/hooking.pyo
+${PYSITELIB}/objection/commands/android/intents.py
+${PYSITELIB}/objection/commands/android/intents.pyc
+${PYSITELIB}/objection/commands/android/intents.pyo
+${PYSITELIB}/objection/commands/android/keystore.py
+${PYSITELIB}/objection/commands/android/keystore.pyc
+${PYSITELIB}/objection/commands/android/keystore.pyo
+${PYSITELIB}/objection/commands/android/monitor.py
+${PYSITELIB}/objection/commands/android/monitor.pyc
+${PYSITELIB}/objection/commands/android/monitor.pyo
+${PYSITELIB}/objection/commands/android/pinning.py
+${PYSITELIB}/objection/commands/android/pinning.pyc
+${PYSITELIB}/objection/commands/android/pinning.pyo
+${PYSITELIB}/objection/commands/android/proxy.py
+${PYSITELIB}/objection/commands/android/proxy.pyc
+${PYSITELIB}/objection/commands/android/proxy.pyo
+${PYSITELIB}/objection/commands/android/root.py
+${PYSITELIB}/objection/commands/android/root.pyc
+${PYSITELIB}/objection/commands/android/root.pyo
+${PYSITELIB}/objection/commands/command_history.py
+${PYSITELIB}/objection/commands/command_history.pyc
+${PYSITELIB}/objection/commands/command_history.pyo
+${PYSITELIB}/objection/commands/custom.py
+${PYSITELIB}/objection/commands/custom.pyc
+${PYSITELIB}/objection/commands/custom.pyo
+${PYSITELIB}/objection/commands/device.py
+${PYSITELIB}/objection/commands/device.pyc
+${PYSITELIB}/objection/commands/device.pyo
+${PYSITELIB}/objection/commands/filemanager.py
+${PYSITELIB}/objection/commands/filemanager.pyc
+${PYSITELIB}/objection/commands/filemanager.pyo
+${PYSITELIB}/objection/commands/frida_commands.py
+${PYSITELIB}/objection/commands/frida_commands.pyc
+${PYSITELIB}/objection/commands/frida_commands.pyo
+${PYSITELIB}/objection/commands/http.py
+${PYSITELIB}/objection/commands/http.pyc
+${PYSITELIB}/objection/commands/http.pyo
+${PYSITELIB}/objection/commands/ios/__init__.py
+${PYSITELIB}/objection/commands/ios/__init__.pyc
+${PYSITELIB}/objection/commands/ios/__init__.pyo
+${PYSITELIB}/objection/commands/ios/binary.py
+${PYSITELIB}/objection/commands/ios/binary.pyc
+${PYSITELIB}/objection/commands/ios/binary.pyo
+${PYSITELIB}/objection/commands/ios/bundles.py
+${PYSITELIB}/objection/commands/ios/bundles.pyc
+${PYSITELIB}/objection/commands/ios/bundles.pyo
+${PYSITELIB}/objection/commands/ios/cookies.py
+${PYSITELIB}/objection/commands/ios/cookies.pyc
+${PYSITELIB}/objection/commands/ios/cookies.pyo
+${PYSITELIB}/objection/commands/ios/generate.py
+${PYSITELIB}/objection/commands/ios/generate.pyc
+${PYSITELIB}/objection/commands/ios/generate.pyo
+${PYSITELIB}/objection/commands/ios/heap.py
+${PYSITELIB}/objection/commands/ios/heap.pyc
+${PYSITELIB}/objection/commands/ios/heap.pyo
+${PYSITELIB}/objection/commands/ios/hooking.py
+${PYSITELIB}/objection/commands/ios/hooking.pyc
+${PYSITELIB}/objection/commands/ios/hooking.pyo
+${PYSITELIB}/objection/commands/ios/jailbreak.py
+${PYSITELIB}/objection/commands/ios/jailbreak.pyc
+${PYSITELIB}/objection/commands/ios/jailbreak.pyo
+${PYSITELIB}/objection/commands/ios/keychain.py
+${PYSITELIB}/objection/commands/ios/keychain.pyc
+${PYSITELIB}/objection/commands/ios/keychain.pyo
+${PYSITELIB}/objection/commands/ios/monitor.py
+${PYSITELIB}/objection/commands/ios/monitor.pyc
+${PYSITELIB}/objection/commands/ios/monitor.pyo
+${PYSITELIB}/objection/commands/ios/nsurlcredentialstorage.py
+${PYSITELIB}/objection/commands/ios/nsurlcredentialstorage.pyc
+${PYSITELIB}/objection/commands/ios/nsurlcredentialstorage.pyo
+${PYSITELIB}/objection/commands/ios/nsuserdefaults.py
+${PYSITELIB}/objection/commands/ios/nsuserdefaults.pyc
+${PYSITELIB}/objection/commands/ios/nsuserdefaults.pyo
+${PYSITELIB}/objection/commands/ios/pasteboard.py
+${PYSITELIB}/objection/commands/ios/pasteboard.pyc
+${PYSITELIB}/objection/commands/ios/pasteboard.pyo
+${PYSITELIB}/objection/commands/ios/pinning.py
+${PYSITELIB}/objection/commands/ios/pinning.pyc
+${PYSITELIB}/objection/commands/ios/pinning.pyo
+${PYSITELIB}/objection/commands/ios/plist.py
+${PYSITELIB}/objection/commands/ios/plist.pyc
+${PYSITELIB}/objection/commands/ios/plist.pyo
+${PYSITELIB}/objection/commands/jobs.py
+${PYSITELIB}/objection/commands/jobs.pyc
+${PYSITELIB}/objection/commands/jobs.pyo
+${PYSITELIB}/objection/commands/memory.py
+${PYSITELIB}/objection/commands/memory.pyc
+${PYSITELIB}/objection/commands/memory.pyo
+${PYSITELIB}/objection/commands/mobile_packages.py
+${PYSITELIB}/objection/commands/mobile_packages.pyc
+${PYSITELIB}/objection/commands/mobile_packages.pyo
+${PYSITELIB}/objection/commands/plugin_manager.py
+${PYSITELIB}/objection/commands/plugin_manager.pyc
+${PYSITELIB}/objection/commands/plugin_manager.pyo
+${PYSITELIB}/objection/commands/sqlite.py
+${PYSITELIB}/objection/commands/sqlite.pyc
+${PYSITELIB}/objection/commands/sqlite.pyo
+${PYSITELIB}/objection/commands/ui.py
+${PYSITELIB}/objection/commands/ui.pyc
+${PYSITELIB}/objection/commands/ui.pyo
+${PYSITELIB}/objection/console/__init__.py
+${PYSITELIB}/objection/console/__init__.pyc
+${PYSITELIB}/objection/console/__init__.pyo
+${PYSITELIB}/objection/console/cli.py
+${PYSITELIB}/objection/console/cli.pyc
+${PYSITELIB}/objection/console/cli.pyo
+${PYSITELIB}/objection/console/commands.py
+${PYSITELIB}/objection/console/commands.pyc
+${PYSITELIB}/objection/console/commands.pyo
+${PYSITELIB}/objection/console/completer.py
+${PYSITELIB}/objection/console/completer.pyc
+${PYSITELIB}/objection/console/completer.pyo
+${PYSITELIB}/objection/console/helpfiles/!.txt
+${PYSITELIB}/objection/console/helpfiles/android.clipboard.monitor.txt
+${PYSITELIB}/objection/console/helpfiles/android.clipboard.txt
+${PYSITELIB}/objection/console/helpfiles/android.heap.search.instances.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.activities.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.class_methods.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.classes.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.receivers.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.services.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.list.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.search.classes.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.search.methods.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.search.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.set.return_value.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.watch.class.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.watch.class_method.txt
+${PYSITELIB}/objection/console/helpfiles/android.hooking.watch.txt
+${PYSITELIB}/objection/console/helpfiles/android.intent.launch_activity.txt
+${PYSITELIB}/objection/console/helpfiles/android.intent.launch_service.txt
+${PYSITELIB}/objection/console/helpfiles/android.intent.txt
+${PYSITELIB}/objection/console/helpfiles/android.keystore.clear.txt
+${PYSITELIB}/objection/console/helpfiles/android.keystore.list.txt
+${PYSITELIB}/objection/console/helpfiles/android.keystore.txt
+${PYSITELIB}/objection/console/helpfiles/android.keystore.watch.txt
+${PYSITELIB}/objection/console/helpfiles/android.root.disable.txt
+${PYSITELIB}/objection/console/helpfiles/android.root.simulate.txt
+${PYSITELIB}/objection/console/helpfiles/android.shell_exec.txt
+${PYSITELIB}/objection/console/helpfiles/android.sslpinning.disable.txt
+${PYSITELIB}/objection/console/helpfiles/android.sslpinning.txt
+${PYSITELIB}/objection/console/helpfiles/android.txt
+${PYSITELIB}/objection/console/helpfiles/android.ui.FLAG_SECURE.txt
+${PYSITELIB}/objection/console/helpfiles/android.ui.screenshot.txt
+${PYSITELIB}/objection/console/helpfiles/cd.txt
+${PYSITELIB}/objection/console/helpfiles/env.txt
+${PYSITELIB}/objection/console/helpfiles/exit.txt
+${PYSITELIB}/objection/console/helpfiles/file.download.txt
+${PYSITELIB}/objection/console/helpfiles/file.txt
+${PYSITELIB}/objection/console/helpfiles/file.upload.txt
+${PYSITELIB}/objection/console/helpfiles/frida.txt
+${PYSITELIB}/objection/console/helpfiles/import.txt
+${PYSITELIB}/objection/console/helpfiles/ios.bundles.list_bundles.txt
+${PYSITELIB}/objection/console/helpfiles/ios.bundles.list_frameworks.txt
+${PYSITELIB}/objection/console/helpfiles/ios.bundles.txt
+${PYSITELIB}/objection/console/helpfiles/ios.cookies.get.txt
+${PYSITELIB}/objection/console/helpfiles/ios.cookies.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.list.class_methods.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.list.classes.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.list.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.search.classes.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.search.methods.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.search.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.set.return_value.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.set.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.watch.class.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.watch.method.txt
+${PYSITELIB}/objection/console/helpfiles/ios.hooking.watch.txt
+${PYSITELIB}/objection/console/helpfiles/ios.jailbreak.disable.txt
+${PYSITELIB}/objection/console/helpfiles/ios.jailbreak.simulate.txt
+${PYSITELIB}/objection/console/helpfiles/ios.jailbreak.txt
+${PYSITELIB}/objection/console/helpfiles/ios.keychain.add.txt
+${PYSITELIB}/objection/console/helpfiles/ios.keychain.clear.txt
+${PYSITELIB}/objection/console/helpfiles/ios.keychain.dump.txt
+${PYSITELIB}/objection/console/helpfiles/ios.keychain.txt
+${PYSITELIB}/objection/console/helpfiles/ios.monitor.crypto.txt
+${PYSITELIB}/objection/console/helpfiles/ios.nsuserdefaults.get.txt
+${PYSITELIB}/objection/console/helpfiles/ios.nsuserdefaults.txt
+${PYSITELIB}/objection/console/helpfiles/ios.pasteboard.monitor.txt
+${PYSITELIB}/objection/console/helpfiles/ios.pasteboard.txt
+${PYSITELIB}/objection/console/helpfiles/ios.plist.cat.txt
+${PYSITELIB}/objection/console/helpfiles/ios.plist.txt
+${PYSITELIB}/objection/console/helpfiles/ios.sslpinning.disable.txt
+${PYSITELIB}/objection/console/helpfiles/ios.sslpinning.txt
+${PYSITELIB}/objection/console/helpfiles/ios.txt
+${PYSITELIB}/objection/console/helpfiles/ios.ui.alert.txt
+${PYSITELIB}/objection/console/helpfiles/ios.ui.dump.txt
+${PYSITELIB}/objection/console/helpfiles/ios.ui.screenshot.txt
+${PYSITELIB}/objection/console/helpfiles/ios.ui.touchid_bypass.txt
+${PYSITELIB}/objection/console/helpfiles/ios.ui.txt
+${PYSITELIB}/objection/console/helpfiles/jobs.kill.txt
+${PYSITELIB}/objection/console/helpfiles/jobs.list.txt
+${PYSITELIB}/objection/console/helpfiles/jobs.txt
+${PYSITELIB}/objection/console/helpfiles/ls.txt
+${PYSITELIB}/objection/console/helpfiles/memory.dump.all.txt
+${PYSITELIB}/objection/console/helpfiles/memory.dump.from_base.txt
+${PYSITELIB}/objection/console/helpfiles/memory.dump.txt
+${PYSITELIB}/objection/console/helpfiles/memory.list.exports.txt
+${PYSITELIB}/objection/console/helpfiles/memory.list.modules.txt
+${PYSITELIB}/objection/console/helpfiles/memory.list.txt
+${PYSITELIB}/objection/console/helpfiles/memory.search.txt
+${PYSITELIB}/objection/console/helpfiles/memory.txt
+${PYSITELIB}/objection/console/helpfiles/memory.write.txt
+${PYSITELIB}/objection/console/helpfiles/plugin.load.txt
+${PYSITELIB}/objection/console/helpfiles/plugin.txt
+${PYSITELIB}/objection/console/helpfiles/pwd.print.txt
+${PYSITELIB}/objection/console/helpfiles/pwd.txt
+${PYSITELIB}/objection/console/helpfiles/reconnect.txt
+${PYSITELIB}/objection/console/helpfiles/rm.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.connect.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.disconnect.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.execute.query.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.execute.schema.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.execute.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.status.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.sync.txt
+${PYSITELIB}/objection/console/helpfiles/sqlite.txt
+${PYSITELIB}/objection/console/helpfiles/ui.alert.txt
+${PYSITELIB}/objection/console/helpfiles/ui.txt
+${PYSITELIB}/objection/console/repl.py
+${PYSITELIB}/objection/console/repl.pyc
+${PYSITELIB}/objection/console/repl.pyo
+${PYSITELIB}/objection/state/__init__.py
+${PYSITELIB}/objection/state/__init__.pyc
+${PYSITELIB}/objection/state/__init__.pyo
+${PYSITELIB}/objection/state/api.py
+${PYSITELIB}/objection/state/api.pyc
+${PYSITELIB}/objection/state/api.pyo
+${PYSITELIB}/objection/state/app.py
+${PYSITELIB}/objection/state/app.pyc
+${PYSITELIB}/objection/state/app.pyo
+${PYSITELIB}/objection/state/connection.py
+${PYSITELIB}/objection/state/connection.pyc
+${PYSITELIB}/objection/state/connection.pyo
+${PYSITELIB}/objection/state/device.py
+${PYSITELIB}/objection/state/device.pyc
+${PYSITELIB}/objection/state/device.pyo
+${PYSITELIB}/objection/state/filemanager.py
+${PYSITELIB}/objection/state/filemanager.pyc
+${PYSITELIB}/objection/state/filemanager.pyo
+${PYSITELIB}/objection/state/jobs.py
+${PYSITELIB}/objection/state/jobs.pyc
+${PYSITELIB}/objection/state/jobs.pyo
+${PYSITELIB}/objection/utils/__init__.py
+${PYSITELIB}/objection/utils/__init__.pyc
+${PYSITELIB}/objection/utils/__init__.pyo
+${PYSITELIB}/objection/utils/agent.py
+${PYSITELIB}/objection/utils/agent.pyc
+${PYSITELIB}/objection/utils/agent.pyo
+${PYSITELIB}/objection/utils/assets/javahookmanager.js
+${PYSITELIB}/objection/utils/assets/network_security_config.xml
+${PYSITELIB}/objection/utils/assets/objchookmanager.js
+${PYSITELIB}/objection/utils/assets/objection.jks
+${PYSITELIB}/objection/utils/helpers.py
+${PYSITELIB}/objection/utils/helpers.pyc
+${PYSITELIB}/objection/utils/helpers.pyo
+${PYSITELIB}/objection/utils/patchers/__init__.py
+${PYSITELIB}/objection/utils/patchers/__init__.pyc
+${PYSITELIB}/objection/utils/patchers/__init__.pyo
+${PYSITELIB}/objection/utils/patchers/android.py
+${PYSITELIB}/objection/utils/patchers/android.pyc
+${PYSITELIB}/objection/utils/patchers/android.pyo
+${PYSITELIB}/objection/utils/patchers/base.py
+${PYSITELIB}/objection/utils/patchers/base.pyc
+${PYSITELIB}/objection/utils/patchers/base.pyo
+${PYSITELIB}/objection/utils/patchers/github.py
+${PYSITELIB}/objection/utils/patchers/github.pyc
+${PYSITELIB}/objection/utils/patchers/github.pyo
+${PYSITELIB}/objection/utils/patchers/ios.py
+${PYSITELIB}/objection/utils/patchers/ios.pyc
+${PYSITELIB}/objection/utils/patchers/ios.pyo
+${PYSITELIB}/objection/utils/plugin.py
+${PYSITELIB}/objection/utils/plugin.pyc
+${PYSITELIB}/objection/utils/plugin.pyo
+${PYSITELIB}/objection/utils/update_checker.py
+${PYSITELIB}/objection/utils/update_checker.pyc
+${PYSITELIB}/objection/utils/update_checker.pyo
+${PYSITELIB}/tests/__init__.py
+${PYSITELIB}/tests/__init__.pyc
+${PYSITELIB}/tests/__init__.pyo
+${PYSITELIB}/tests/commands/__init__.py
+${PYSITELIB}/tests/commands/__init__.pyc
+${PYSITELIB}/tests/commands/__init__.pyo
+${PYSITELIB}/tests/commands/android/__init__.py
+${PYSITELIB}/tests/commands/android/__init__.pyc
+${PYSITELIB}/tests/commands/android/__init__.pyo
+${PYSITELIB}/tests/commands/android/test_clipboard.py
+${PYSITELIB}/tests/commands/android/test_clipboard.pyc
+${PYSITELIB}/tests/commands/android/test_clipboard.pyo
+${PYSITELIB}/tests/commands/android/test_command.py
+${PYSITELIB}/tests/commands/android/test_command.pyc
+${PYSITELIB}/tests/commands/android/test_command.pyo
+${PYSITELIB}/tests/commands/android/test_heap.py
+${PYSITELIB}/tests/commands/android/test_heap.pyc
+${PYSITELIB}/tests/commands/android/test_heap.pyo
+${PYSITELIB}/tests/commands/android/test_hooking.py
+${PYSITELIB}/tests/commands/android/test_hooking.pyc
+${PYSITELIB}/tests/commands/android/test_hooking.pyo
+${PYSITELIB}/tests/commands/android/test_intents.py
+${PYSITELIB}/tests/commands/android/test_intents.pyc
+${PYSITELIB}/tests/commands/android/test_intents.pyo
+${PYSITELIB}/tests/commands/android/test_keystore.py
+${PYSITELIB}/tests/commands/android/test_keystore.pyc
+${PYSITELIB}/tests/commands/android/test_keystore.pyo
+${PYSITELIB}/tests/commands/android/test_pinning.py
+${PYSITELIB}/tests/commands/android/test_pinning.pyc
+${PYSITELIB}/tests/commands/android/test_pinning.pyo
+${PYSITELIB}/tests/commands/android/test_root.py
+${PYSITELIB}/tests/commands/android/test_root.pyc
+${PYSITELIB}/tests/commands/android/test_root.pyo
+${PYSITELIB}/tests/commands/ios/__init__.py
+${PYSITELIB}/tests/commands/ios/__init__.pyc
+${PYSITELIB}/tests/commands/ios/__init__.pyo
+${PYSITELIB}/tests/commands/ios/test_bundles.py
+${PYSITELIB}/tests/commands/ios/test_bundles.pyc
+${PYSITELIB}/tests/commands/ios/test_bundles.pyo
+${PYSITELIB}/tests/commands/ios/test_cookies.py
+${PYSITELIB}/tests/commands/ios/test_cookies.pyc
+${PYSITELIB}/tests/commands/ios/test_cookies.pyo
+${PYSITELIB}/tests/commands/ios/test_hooking.py
+${PYSITELIB}/tests/commands/ios/test_hooking.pyc
+${PYSITELIB}/tests/commands/ios/test_hooking.pyo
+${PYSITELIB}/tests/commands/ios/test_jailbreak.py
+${PYSITELIB}/tests/commands/ios/test_jailbreak.pyc
+${PYSITELIB}/tests/commands/ios/test_jailbreak.pyo
+${PYSITELIB}/tests/commands/ios/test_keychain.py
+${PYSITELIB}/tests/commands/ios/test_keychain.pyc
+${PYSITELIB}/tests/commands/ios/test_keychain.pyo
+${PYSITELIB}/tests/commands/ios/test_nsurlcredentialstorage.py
+${PYSITELIB}/tests/commands/ios/test_nsurlcredentialstorage.pyc
+${PYSITELIB}/tests/commands/ios/test_nsurlcredentialstorage.pyo
+${PYSITELIB}/tests/commands/ios/test_nsuserdefaults.py
+${PYSITELIB}/tests/commands/ios/test_nsuserdefaults.pyc
+${PYSITELIB}/tests/commands/ios/test_nsuserdefaults.pyo
+${PYSITELIB}/tests/commands/ios/test_pasteboard.py
+${PYSITELIB}/tests/commands/ios/test_pasteboard.pyc
+${PYSITELIB}/tests/commands/ios/test_pasteboard.pyo
+${PYSITELIB}/tests/commands/ios/test_pinning.py
+${PYSITELIB}/tests/commands/ios/test_pinning.pyc
+${PYSITELIB}/tests/commands/ios/test_pinning.pyo
+${PYSITELIB}/tests/commands/ios/test_plist.py
+${PYSITELIB}/tests/commands/ios/test_plist.pyc
+${PYSITELIB}/tests/commands/ios/test_plist.pyo
+${PYSITELIB}/tests/commands/test_command_history.py
+${PYSITELIB}/tests/commands/test_command_history.pyc
+${PYSITELIB}/tests/commands/test_command_history.pyo
+${PYSITELIB}/tests/commands/test_device.py
+${PYSITELIB}/tests/commands/test_device.pyc
+${PYSITELIB}/tests/commands/test_device.pyo
+${PYSITELIB}/tests/commands/test_filemanager.py
+${PYSITELIB}/tests/commands/test_filemanager.pyc
+${PYSITELIB}/tests/commands/test_filemanager.pyo
+${PYSITELIB}/tests/commands/test_frida_commands.py
+${PYSITELIB}/tests/commands/test_frida_commands.pyc
+${PYSITELIB}/tests/commands/test_frida_commands.pyo
+${PYSITELIB}/tests/commands/test_jobs.py
+${PYSITELIB}/tests/commands/test_jobs.pyc
+${PYSITELIB}/tests/commands/test_jobs.pyo
+${PYSITELIB}/tests/commands/test_memory.py
+${PYSITELIB}/tests/commands/test_memory.pyc
+${PYSITELIB}/tests/commands/test_memory.pyo
+${PYSITELIB}/tests/commands/test_mobile_packages.py
+${PYSITELIB}/tests/commands/test_mobile_packages.pyc
+${PYSITELIB}/tests/commands/test_mobile_packages.pyo
+${PYSITELIB}/tests/commands/test_plugin_manager.py
+${PYSITELIB}/tests/commands/test_plugin_manager.pyc
+${PYSITELIB}/tests/commands/test_plugin_manager.pyo
+${PYSITELIB}/tests/commands/test_ui.py
+${PYSITELIB}/tests/commands/test_ui.pyc
+${PYSITELIB}/tests/commands/test_ui.pyo
+${PYSITELIB}/tests/console/__init__.py
+${PYSITELIB}/tests/console/__init__.pyc
+${PYSITELIB}/tests/console/__init__.pyo
+${PYSITELIB}/tests/console/test_cli.py
+${PYSITELIB}/tests/console/test_cli.pyc
+${PYSITELIB}/tests/console/test_cli.pyo
+${PYSITELIB}/tests/console/test_completer.py
+${PYSITELIB}/tests/console/test_completer.pyc
+${PYSITELIB}/tests/console/test_completer.pyo
+${PYSITELIB}/tests/console/test_repl.py
+${PYSITELIB}/tests/console/test_repl.pyc
+${PYSITELIB}/tests/console/test_repl.pyo
+${PYSITELIB}/tests/helpers.py
+${PYSITELIB}/tests/helpers.pyc
+${PYSITELIB}/tests/helpers.pyo
+${PYSITELIB}/tests/state/__init__.py
+${PYSITELIB}/tests/state/__init__.pyc
+${PYSITELIB}/tests/state/__init__.pyo
+${PYSITELIB}/tests/state/test_app.py
+${PYSITELIB}/tests/state/test_app.pyc
+${PYSITELIB}/tests/state/test_app.pyo
+${PYSITELIB}/tests/state/test_connection.py
+${PYSITELIB}/tests/state/test_connection.pyc
+${PYSITELIB}/tests/state/test_connection.pyo
+${PYSITELIB}/tests/state/test_device.py
+${PYSITELIB}/tests/state/test_device.pyc
+${PYSITELIB}/tests/state/test_device.pyo
+${PYSITELIB}/tests/state/test_jobs.py
+${PYSITELIB}/tests/state/test_jobs.pyc
+${PYSITELIB}/tests/state/test_jobs.pyo
+${PYSITELIB}/tests/utils/__init__.py
+${PYSITELIB}/tests/utils/__init__.pyc
+${PYSITELIB}/tests/utils/__init__.pyo
+${PYSITELIB}/tests/utils/patchers/__init__.py
+${PYSITELIB}/tests/utils/patchers/__init__.pyc
+${PYSITELIB}/tests/utils/patchers/__init__.pyo
+${PYSITELIB}/tests/utils/patchers/test_android.py
+${PYSITELIB}/tests/utils/patchers/test_android.pyc
+${PYSITELIB}/tests/utils/patchers/test_android.pyo
+${PYSITELIB}/tests/utils/patchers/test_base.py
+${PYSITELIB}/tests/utils/patchers/test_base.pyc
+${PYSITELIB}/tests/utils/patchers/test_base.pyo
+${PYSITELIB}/tests/utils/patchers/test_github.py
+${PYSITELIB}/tests/utils/patchers/test_github.pyc
+${PYSITELIB}/tests/utils/patchers/test_github.pyo
+${PYSITELIB}/tests/utils/patchers/test_ios.py
+${PYSITELIB}/tests/utils/patchers/test_ios.pyc
+${PYSITELIB}/tests/utils/patchers/test_ios.pyo
+${PYSITELIB}/tests/utils/test_agent.py
+${PYSITELIB}/tests/utils/test_agent.pyc
+${PYSITELIB}/tests/utils/test_agent.pyo
+${PYSITELIB}/tests/utils/test_helpers.py
+${PYSITELIB}/tests/utils/test_helpers.pyc
+${PYSITELIB}/tests/utils/test_helpers.pyo
diff --git a/py-objection/distinfo b/py-objection/distinfo
new file mode 100644
index 0000000000..f75adc3ba6
--- /dev/null
+++ b/py-objection/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (objection-1.11.0.tar.gz) = 95af7b43bd165d863505e4a56bd2e87bfa843ff97bfeea709c97a06a2af247b4
+SHA512 (objection-1.11.0.tar.gz) = 40b2feb140c9d33898c649a640b525d683adf823ca6ef9a7845a89055f40db753b4d91442cbb0e48c4cfe6913ca36ee9ec3fc78b9001539752b3c8a0bacc90c4
+Size (objection-1.11.0.tar.gz) = 327219 bytes



Home | Main Index | Thread Index | Old Index