trailofbits / binary_type_inference

GNU General Public License v3.0
11 stars 0 forks source link

Experiment with Allowing Type Inference to Instantiate Summary Signatures of Callees into Constraints #52

Open 2over12 opened 1 year ago

2over12 commented 1 year ago

This would allow for more precise inference and attack https://github.com/trailofbits/BTIGhidra/issues/19 by including the structure of the callee into the caller FSA inference.

2over12 commented 1 year ago

This costs performance but would allow more precise inference by not relying on the inferred structure of the callee alone.