trailofbits / binary_type_inference

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

Handle variadic functions #33

Open 2over12 opened 2 years ago

2over12 commented 2 years ago

Currently, we dont bind up information to the in parameters of a function that are variadic because we look at the functions formals to bind up the actuals. We should query ghidra or use our own analysis to figure out how to bind these up