Joel Höner
Joel Höner
We use `const` to annotate pure input parameters. The only thing that SAL would provide on top of this is the ability to distinguish pure output parameters from in/out parameters....
~The list looks good, except for `reporter`, which should definitely be public: its interface is one of the primary customization points.~ (nvm, misread OP)
I think we should adjust the amalgamation script to automatically define those: I think it's safe to assume that pretty much no one will want to use the amalgamated sources...
Happy to include ARM disassemblers as well! I'm not really familiar with the library landscape around 32-bit ARM, and Capstone is the only other one that comes to mind. In...
Personally I wouldn't be opposed to more test cases, though I'd definitely want to go with an approach where we sample a subset from the "full parameter space". Not sure...
Wouldn't mind it, PRs welcome!