This adds two new flags, --user-func-specs-orig and --user-func-specs-mod.
These can be use to add function specs for one binary or the other in comparative analysis, and to give a function a different spec in each program. This is based on Cody's earlier branch. I've changed it to be compatible with the existing --user-func-specs flag, added some test cases, and updated the docs.
This adds two new flags,
--user-func-specs-orig
and--user-func-specs-mod
.These can be use to add function specs for one binary or the other in comparative analysis, and to give a function a different spec in each program. This is based on Cody's earlier branch. I've changed it to be compatible with the existing
--user-func-specs
flag, added some test cases, and updated the docs.