uxmal / reko

Reko is a binary decompiler.
https://uxmal.github.io/reko
GNU General Public License v2.0
2.14k stars 253 forks source link

Output external demangled procedures in the header file #1310

Closed ptomin closed 9 months ago

ptomin commented 9 months ago

They are sorted by (DLL name; class name; function name). External declarations from system or user-defined metafiles aren't here to avoid dublication.

ptomin commented 9 months ago

John, I have done requested changes.

uxmal commented 9 months ago

Nice contribution, Pavel!