Skip to content

Commit

Permalink
Setting member size
Browse files Browse the repository at this point in the history
  • Loading branch information
alterakey committed Sep 15, 2024
1 parent 739a9ba commit 25db463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trueseeing/app/cmd/android/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ async def _export_context(self, args: deque[str]) -> None:

bf = BytesIO(blob)
ti = tarfile.TarInfo(name=target)
ti.size = len(blob)
ti.uname = 'root'
ti.gname = 'root'
ti.mode = 0o600
Expand Down

0 comments on commit 25db463

Please sign in to comment.