File tree Expand file tree Collapse file tree 1 file changed +13
-9
lines changed
Expand file tree Collapse file tree 1 file changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -7,24 +7,28 @@ the game and perform integrations with Android or Google API.
77
88* Game executable
99
10- * ✔️ Main Android Java entrypoint
10+ * ✔️ Main Android Java entrypoint (3rd party libraries might not match)
1111 * ❌ Main iOS Objective-C entrypoint
1212 * ❌ Main Windows RT C++ entrypoint
1313
1414 * Main game library
1515
1616 * ❌ Game client code
1717 * Statically linked libraries
18-
19- * ❌ Cocos2d-x (partially found but there might be changes)
20- * ❌ zlib
21- * ❌ OpenSSL
22- * ❌ curl
18+ * ✔️ Android NDK libraries (found the exact compiler used)
19+ * ❌ Cocos2d-x (base version found but there might be changes)
20+ * ✔️ curl
21+ * ❌ libpng
22+ * ❌ libtiff
23+ * ❌ libxml2 (original commit found, might not match our compiler)
24+ * ✔️ OpenSSL
2325 * ❌ rapidjson
24- * ❌ Other statically linked libraries
25- * ❌ Android NDK C++ library
26+ * ❌ zlib
27+
28+ * Dynamically linked libraries for Android
2629
27- * ❌ Dynamically linked libraries
30+ * ✔️ libc++_shared.so
31+ * ❌ libcrashlytics.so
2832
2933
3034Android Java decompilation status
You can’t perform that action at this time.
0 commit comments