uxmal / reko

Reko is a binary decompiler.

Home Page:https://uxmal.github.io/reko

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output imported function signatures in the header file

ptomin opened this issue · comments

Header file should contain declaration of demangled imported methods:

// Imported functions from dllnam.dll

void __thiscall Read(ClassName *, void *, uint32); // <mangled-name>

They should be sorted by (DLL name; function name).
But external declarations from system or user-defined metafiles shouldn't be here to avoid dublication.

Done in #1310