BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

Can bap analyze text assembly file? #1534

Closed ya0guang closed 2 years ago

ya0guang commented 2 years ago

As title, can bap take .s file as the input and output bil? Working with text assembly direclty can avoid disassembling.

ivg commented 2 years ago

Nope, BAP is not able to assemble files or work with the assembly input. It wouldn't be hard to add, actually, but it was never in the scope. If you're interested in adding this functionality, we will be happy to help you and provide some guidance.

ivg commented 2 years ago

Feel free to reopen if you want to work on it.