BinaryAnalysisPlatform / bap

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

allows target overriding #1515

Closed ivg closed 2 years ago

ivg commented 2 years ago

Before this PR, the target parameter to Project.create and corresponding target command-line option had to be the refinements of the inferred target. This PR lifts this restriction and now the target could be any value, e.g., you can pass the arm target for the x86 binary. Moreover, if target is specified then no inference will be even made.