Posts

Post not yet marked as solved
2 Replies
944 Views
Hi guys, I'm building a static library (using ObjC, C++) for my Swift project. I want to hide symbols in my static library which written in C++ to protected it from attackers. I've followed this tutorial: https://github.com/leetal/ios-cmake by using cmake to build the static library but when I use Hopper Disassembler to check I still see all the symbols in the library. So I'm stucking on finding solution to hide the symbols.So please help me how to hide the symbols. Thank you!
Posted
by trint4.
Last updated
.