trailofbits / binary_type_inference

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

Ian/polymorphism #23

Closed 2over12 closed 2 years ago

2over12 commented 2 years ago

Implements polymorphism in the sketch graph to prevent unifying types of calling functions through callees. Ie. all values passed to malloc should not be unified.