Skip to content

Commit c0db5bb

Browse files
committed
Using pfq command, instead of pr command
1 parent deda23a commit c0db5bb

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
@@ -641,7 +641,7 @@ def _get_string_by_address(self, address: str) -> str:
641641
:return: the content in the given address
642642
"""
643643
r2 = self._get_r2()
644-
content = r2.cmd(f"pr @ {int(address, 16)}")
644+
content = r2.cmd(f"pfq z @ {int(address, 16)}")
645645
return content
646646

647647
@staticmethod

0 commit comments

Comments
 (0)