decompals / ido-static-recomp

IDO static recomp
43 stars 10 forks source link

Add `c++filt` 5.3 #56

Closed AngheloAlf closed 1 year ago

AngheloAlf commented 1 year ago

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 be unsigned char instead of signed char array, and wrapper_printf skipping the first variadic argument.