guys. I want to change function names that I import from static lib, like ProGuard does it with java methods and classes. I think it can make reverse much harder. For example, if I check some file with sha1 I don't want the reverser to know what this function exactly is. He can see some func0024 instead.
Is it possible to make this with standard tools in android cmake? Or if it's not what tools can you advise for this task?