fuzzware-fuzzer / fuzzware

Fuzzware's main repository. Start here to install.
Apache License 2.0
302 stars 51 forks source link

Add "arm-none-eabi-objcopy" in docker #1

Closed Zero871015 closed 2 years ago

Zero871015 commented 2 years ago

Hello,

I try to use fuzzware genconfig to generate the config of other firmware which not in your dataset. And then I found that there are no arm-none-eabi-objcopy in the docker system. If the .elf file need to extract to .bin there will be an error.

I think the solution is to add binutils-arm-none-eabi in the dockerfile on 3 line. I made this change and it worked.

Best regards.

Scepticz commented 2 years ago

Thanks for the PR! I am merging the changes now