Skip to content

Commit deda23a

Browse files
committed
Using axtj command, instead of axlj command
1 parent 5dafc62 commit deda23a

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

378378
r2 = self._get_r2()
379379

380-
xrefs = r2.cmdj(f"axlj @ {cache.address}")
380+
xrefs = r2.cmdj(f"axtj @ {cache.address}")
381381
upperfunc_set = set()
382382
for xref in xrefs:
383383
if xref["type"] != "CALL":

0 commit comments

Comments
 (0)