Fixed android check in procinfo (#1156)

pull/1157/head
NT Sleep 3 years ago committed by GitHub
parent 446f5d5ae2
commit 560e1fc1e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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))

Loading…
Cancel
Save