Skip to content

Commit ab8d3ea

Browse files
committed
Using pfq command, instead of pr command
1 parent c713555 commit ab8d3ea

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
@@ -648,7 +648,7 @@ def _get_string_by_address(self, address: str) -> str:
648648
:return: the content in the given address
649649
"""
650650
r2 = self._get_r2()
651-
content = r2.cmd(f"pr @ {int(address, 16)}")
651+
content = r2.cmd(f"pfq z @ {int(address, 16)}")
652652
return content
653653

654654
@staticmethod

0 commit comments

Comments
 (0)