I just decompiled APK using dex2jar and JD-GUI to access the source code, but I could not find any .h
or .cpp
files in classes.dex
folder. I want to know how does Cocos2d-x take care of that issue and where are all these files stored?
How does Cocos2d-x keep code (C++ file) safe from decompilation?
2.3k views Asked by Yogesh Kumar At
1
the c++ files are compiled into a dynamic library, in lib/armeabi/, like libxxx.so