You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I sent you an email today, and I will write down my questions here too!
I'm experimenting with Docker because I want to experiment with it myself. (docker pull 4rbit3r/arbiter:latest) and in cmd, downloading arbiter from "Git" and trying to do what "README.md" tells me to do, but an error has occurred.
root@f0ae4c4b1270:/home/test/arbitergit# ls
Dockerfile Makefile README.md arbiter dataset examples overview.png setup.py some_json some_log test_files vuln_templates
The data that comes out when I enter the "ls" command is as above.
"python vuln_templates/run_arbiter.py -f examples/cve-vuln_templates/vd_cve-2018-10388.py -t examples/cve-binaries/cve-2018-10388 -l some_log -j some_json"
This is the command I entered. (/home/test/arbitergit)
WARNING | 2023-03-14 07:00:03,193 | cle.loader | The main binary is a position-independent executable. It is being loaded with a base address of 0x400000.
DEBUG | 2023-03-14 07:00:03,237 | arbiter.master_chief.sa_recon | Creating CFG
Traceback (most recent call last):
File "vuln_templates/run_arbiter.py", line 125, in
main(template, target)
File "vuln_templates/run_arbiter.py", line 48, in main
sa.analyze(ignore_funcs=BLACKLIST)
TypeError: analyze() got an unexpected keyword argument 'ignore_funcs'
It doesn't work when it comes out.
Could you tell me how to fix this error?
Thank you for reading
The text was updated successfully, but these errors were encountered:
Hi, I sent you an email today, and I will write down my questions here too!
I'm experimenting with Docker because I want to experiment with it myself. (docker pull 4rbit3r/arbiter:latest) and in cmd, downloading arbiter from "Git" and trying to do what "README.md" tells me to do, but an error has occurred.
root@f0ae4c4b1270:/home/test/arbitergit# ls
Dockerfile Makefile README.md arbiter dataset examples overview.png setup.py some_json some_log test_files vuln_templates
The data that comes out when I enter the "ls" command is as above.
"python vuln_templates/run_arbiter.py -f examples/cve-vuln_templates/vd_cve-2018-10388.py -t examples/cve-binaries/cve-2018-10388 -l some_log -j some_json"
This is the command I entered. (/home/test/arbitergit)
WARNING | 2023-03-14 07:00:03,193 | cle.loader | The main binary is a position-independent executable. It is being loaded with a base address of 0x400000.
DEBUG | 2023-03-14 07:00:03,237 | arbiter.master_chief.sa_recon | Creating CFG
Traceback (most recent call last):
File "vuln_templates/run_arbiter.py", line 125, in
main(template, target)
File "vuln_templates/run_arbiter.py", line 48, in main
sa.analyze(ignore_funcs=BLACKLIST)
TypeError: analyze() got an unexpected keyword argument 'ignore_funcs'
It doesn't work when it comes out.
Could you tell me how to fix this error?
Thank you for reading
The text was updated successfully, but these errors were encountered: