Skip to content

Commit f19091b

Browse files
committed
Using pfq command, instead of pr command
1 parent 82482af commit f19091b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/core/r2apkinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ def _get_string_by_address(self, address: str) -> str:
631631
:return: the content in the given address
632632
"""
633633
r2 = self._get_r2()
634-
content = r2.cmd(f"pr @ {int(address, 16)}")
634+
content = r2.cmd(f"pfq z @ {int(address, 16)}")
635635
return content
636636

637637
@staticmethod

0 commit comments

Comments
 (0)