use relative path

This commit is contained in:
Jean-Marie 'Histausse' Mineau 2025-03-14 18:20:05 +01:00
parent 8a192b0e1a
commit ce261b75f9
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
3 changed files with 6 additions and 7 deletions

View file

@ -1818,4 +1818,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.1"
python-versions = ">=3.13,<4.0.0"
content-hash = "13983494fca870a74a993c9b5bb4b50970338583ae754db299d553c341c2c099"
content-hash = "8e014dd037fc84f3479bd8821c65d1afa5672d3c3c99f39a4024d5197d7b26bb"

View file

@ -7,9 +7,10 @@ authors = [
]
readme = "README.md"
requires-python = ">=3.13,<4.0.0"
dependencies = [
"theseus-frida @ file:///home/histausse/workspace/dev/Project/android_of_theseus/frida"
]
#dependencies = []
[tool.poetry.dependencies]
theseus-frida = { path = "../frida" }
[tool.poetry]
packages = [{include = "theseus_autopatcher", from = "src"}]

View file

@ -207,9 +207,7 @@ def main():
if not args.keystore.exists():
gen_keystore(keytool, args.keystore)
tmpdname = "/tmp/tmp.xzq9jLxUbQ/tmp"
if True:
# with tempfile.TemporaryDirectory() as tmpdname:
with tempfile.TemporaryDirectory() as tmpdname:
tmpd = Path(tmpdname)
(tmpd / "dex").mkdir()
with (tmpd / "runtime.json").open("w") as fp: