Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'EncodedMethod' object has no attribute 'is_external' #910

Closed
Fengjiayin1983 opened this issue Sep 17, 2022 · 1 comment
Closed

Comments

@Fengjiayin1983
Copy link

Fengjiayin1983 commented Sep 17, 2022

_, _, dx = AnalyzeAPK(a.apk)
dcg = dx.get_call_graph()
for node in dcg.nodes()
if node.is_external():
print(node)

AttributeError: 'EncodedMethod' object has no attribute 'is_external'
As per the 3.4 version, there is no is_external() method there.

how to fix it?
I would appreciate it if you could reply to me!

@erev0s
Copy link
Collaborator

erev0s commented May 7, 2024

Closing this as the issue is old and the source has substantially changed.
Please feel free to open a new issue if this persists.

@erev0s erev0s closed this as completed May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants