Open
Description
We should make it possible to pass headers to RetDec that will be used to extract information about function data types. Then these types would be applied to functions during decompilation.
Original email from user:
I have a dll and accompanying header file that I want to decompile. I cannot see how to feed the header file into the decompilation process and without the header file, the decompiled export functions have (void) argument list, which is incorrect of course. In fact, I see that all the internal functions also have (void) argument list. This seems wrong too.