Open Yu3H0 opened 3 years ago
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
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