Skip to content

Commit 82482af

Browse files
committed
Using axtj command, instead of axlj command
1 parent 8819e02 commit 82482af

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

368368
r2 = self._get_r2()
369369

370-
xrefs = r2.cmdj(f"axlj @ {cache.address}")
370+
xrefs = r2.cmdj(f"axtj @ {cache.address}")
371371
upperfunc_set = set()
372372
for xref in xrefs:
373373
if xref["type"] != "CALL":

0 commit comments

Comments
 (0)