trailofbits/binary_type_inference

Handle variadic functions

Opened this issue · 0 comments

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