Tagged Questions
2
votes
2answers
858 views
Is it important to obfuscate C++ application code?
In the Java world, it seems to sometimes be a problem, but, what about C++? Are there different solutions?
I was thinking about the fact that someone can replace the C++ library of a specific OS ...