This method is strongly recommended when using C++:
CPPFILT /B /P file1.obj file2.obj
> cppdll.def
/B specifies that the files are binary, and
/P specifies to include all public symbols in the CPPFILT
output.![]()
Create a Module Definition File
![]()
Demangling Compiled C++
Names with CPPFILT