Fixed android check in procinfo (#1156)

This commit is contained in:
NT Sleep 2022-09-22 22:54:07 +02:00 committed by GitHub
parent 446f5d5ae2
commit 560e1fc1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def procinfo():
print("%-10s %s" % ("ppid", proc.ppid))
if not pwndbg.lib.android.is_android():
if not pwndbg.gdblib.android.is_android():
print("%-10s %s" % ("uid", proc.uid))
print("%-10s %s" % ("gid", proc.gid))
print("%-10s %s" % ("groups", proc.groups))