use relative path
This commit is contained in:
parent
8a192b0e1a
commit
ce261b75f9
3 changed files with 6 additions and 7 deletions
2
theseus_autopatcher/poetry.lock
generated
2
theseus_autopatcher/poetry.lock
generated
|
|
@ -1818,4 +1818,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.13,<4.0.0"
|
python-versions = ">=3.13,<4.0.0"
|
||||||
content-hash = "13983494fca870a74a993c9b5bb4b50970338583ae754db299d553c341c2c099"
|
content-hash = "8e014dd037fc84f3479bd8821c65d1afa5672d3c3c99f39a4024d5197d7b26bb"
|
||||||
|
|
|
||||||
|
|
@ -7,9 +7,10 @@ authors = [
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.13,<4.0.0"
|
requires-python = ">=3.13,<4.0.0"
|
||||||
dependencies = [
|
#dependencies = []
|
||||||
"theseus-frida @ file:///home/histausse/workspace/dev/Project/android_of_theseus/frida"
|
|
||||||
]
|
[tool.poetry.dependencies]
|
||||||
|
theseus-frida = { path = "../frida" }
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
packages = [{include = "theseus_autopatcher", from = "src"}]
|
packages = [{include = "theseus_autopatcher", from = "src"}]
|
||||||
|
|
|
||||||
|
|
@ -207,9 +207,7 @@ def main():
|
||||||
if not args.keystore.exists():
|
if not args.keystore.exists():
|
||||||
gen_keystore(keytool, args.keystore)
|
gen_keystore(keytool, args.keystore)
|
||||||
|
|
||||||
tmpdname = "/tmp/tmp.xzq9jLxUbQ/tmp"
|
with tempfile.TemporaryDirectory() as tmpdname:
|
||||||
if True:
|
|
||||||
# with tempfile.TemporaryDirectory() as tmpdname:
|
|
||||||
tmpd = Path(tmpdname)
|
tmpd = Path(tmpdname)
|
||||||
(tmpd / "dex").mkdir()
|
(tmpd / "dex").mkdir()
|
||||||
with (tmpd / "runtime.json").open("w") as fp:
|
with (tmpd / "runtime.json").open("w") as fp:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue