Skip to content

Commit 06f73c0

Browse files
committed
Update decomp status page
1 parent 68af7bc commit 06f73c0

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

source/pages/Status/decomp-status.rst

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff 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

3034
Android Java decompilation status

0 commit comments

Comments
 (0)