Closed AngheloAlf closed 1 year ago
Adds c++filt 5.3 to the recomped files. c++filt can demangle IDO C++ mangling scheme.
c++filt
Other IDO 5.3 C++ files were added to the repo, but they are not being recomped since I didn't test them to work properly.
Also fixed ctype to be unsigned char instead of signed char array, and wrapper_printf skipping the first variadic argument.
ctype
unsigned char
signed char
wrapper_printf
Adds
c++filt
5.3 to the recomped files.c++filt
can demangle IDO C++ mangling scheme.Other IDO 5.3 C++ files were added to the repo, but they are not being recomped since I didn't test them to work properly.
Also fixed
ctype
to beunsigned char
instead ofsigned char
array, andwrapper_printf
skipping the first variadic argument.