Skip to content

Commit 326ccd0

Browse files
committed
Using axtj command, instead of axlj command
1 parent 8c854ea commit 326ccd0

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
@@ -384,7 +384,7 @@ def upperfunc(self, method_object: MethodObject) -> Set[MethodObject]:
384384

385385
r2 = self._get_r2()
386386

387-
xrefs = r2.cmdj(f"axlj @ {cache.address}")
387+
xrefs = r2.cmdj(f"axtj @ {cache.address}")
388388
upperfunc_set = set()
389389
for xref in xrefs:
390390
if xref["type"] != "CALL":

0 commit comments

Comments
 (0)