We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello:
I use angr (version 9.0.8021) to run the command
But the result is something like this:
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
The text was updated successfully, but these errors were encountered: