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

'Apk' object has no attribute 'lifter' #2

Open
Yu3H0 opened this issue Jun 18, 2021 · 0 comments
Open

'Apk' object has no attribute 'lifter' #2

Yu3H0 opened this issue Jun 18, 2021 · 0 comments

Comments

@Yu3H0
Copy link

Yu3H0 commented Jun 18, 2021

Hello:

I use angr (version 9.0.8021) to run the command

python sweet_spot_finder_angr.py ./abdo.free.remote.samsung.tv.apk

But the result is something like this:

Traceback (most recent call last):
  File "sweet_spot_finder_angr.py", line 954, in <module>
    ssf = SweetSpotFinder(path_apk)
  File "sweet_spot_finder_angr.py", line 113, in __init__
    self.p = turi.Project(apk_path, input_format='apk', android_sdk=sdk_path, lifter=self.angr_p.loader.main_object.lifter)
AttributeError: 'Apk' object has no attribute 'lifter'

I want to know what version of angr you are using or do you know why this mistake happened?

The turi I use is open source by you at https://github.com/ucsb-seclab/turi/tree/main.

Thanks

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

1 participant