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.
No.
If the RTTI data is readable to the computer, then a human can read it.
If not, you can leave it disabled.
Just avoid writing passwords in class names and you should be fine.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With