BinaryAnalysisPlatform / bap-toolkit

A collection of ready to use binary analysis tools
MIT License
55 stars 14 forks source link

fixes broken with the switch to dune workflow and build scripts #9

Closed ivg closed 1 year ago

ivg commented 1 year ago

1) workflow was using bap.master but it is now called bap.dev (dune has better ideas on how we should name things, sorry) Since the workflow was totally outdated, I rewrote it to use dune instead of omake

2) the build.sh script was hardcoding the recipe locations, they are now retrieved via $(bap config sysdatadir).