ucsb-seclab / syml

12 stars 5 forks source link

Question about dataset #2

Closed for-just-we closed 1 month ago

for-just-we commented 2 years ago

Hi, author. I'm interested in your work. But I don't see dataset. Would you mind sharing on Github. Thank you very much if you can

lucy112750 commented 4 months ago

Hi,author.I have a problem about syml when I retry the work. This is my command: python run.py --filename /home/sfb/syml/work/test_data/CADET_00001 --pov /home/sfb/syml/work/test_data/POV_00000.xml --analyse

The above command results the following error:

INFO | 2022-01-05 14:06:50,821 | syml.tracing.tracer | Starting to trace binary CADET_00001 with input POV_00000.xml ERROR | 2022-01-05 14:06:52,868 | syml | POV_00000.xml@CADET_00001 terminated with exception 'AttributeError' - ("'angrProjectAnalyzer' object has no attribute 'scout_bow'",) Traceback (most recent call last): File "run.py", line 72, in tracer.run(write_callback=write_callback) File "/home/sfb/syml/work/syml/tracing/tracer.py", line 59, in run self._run(target, r, write_callback) File "/home/sfb/syml/work/syml/tracing/tracer.py", line 70, in _run project = proj_bow.fire(base_addr=None) File "/home/sfb/syml/work/syml/tracing/utils/init.py", line 37, in fire if self.scout_bow is not None: AttributeError: 'angrProjectAnalyzer' object has no attribute 'scout_bow'

Could you please give me some advice?Thank you very much!

ruaronicola commented 1 month ago

Closing this after adding a README with some details on the project. (The attribute error posted above was solved by using a different version of angr and archr. It happens because the archr package was recently rewritten and that functionality was renamed to "analyzers'')