microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Cache other debuggable modules in the setup container #3298

Open tevoinea opened 1 year ago

tevoinea commented 1 year ago

Related comment: https://github.com/microsoft/onefuzz/pull/3280#issuecomment-1626488765

We have the opportunity to pre-compute and cache debug info for all modules present in the setup folder. This would be an extension of #3217

AB#162267