Is it possible to obfuscate RTTI data?

Viewed 619

My project currently is compiled using -fno-rtti to prevent g++ from generating RTTI data in the binary. Now I am at some point where I need RTTI. Is it possible to randomize the RTTI data so the names will not be readable to everyone? Using g++/clang.

1 Answers
Related