Help! apk that doesnt containt .so file

Iwazooo

Platinian
Original poster
Sep 1, 2018
18
204
28
30
Here
hello, I'd like to mod a game but it doesn't contain lib2cpp.so or something like that, so I don't know how to go about it.
1590122104567.png
1590122034466.png

1590121958238.png

(assets/bin/Data/Managed/Ressources)
if anyone could help me, it would be nice, thank you.
 

Ner0X

Platinian
Jun 2, 2020
19
23
3
28
Saturn
look inside the lib folder, then navigate to armeabi-v7a folder. there you may find .so files
 

theseus137

Rookie
Jan 11, 2021
2
0
1
27
Malaysia
I have the same issue as you. I am trying to mod a game name Inflation RPG. I decompile it using APK Tool. There is no DLL, IDA, or il2cpp. There is .swf file. So I figured I need to use that to make changes. But every time I edit something in .swf file. and compile it. I can't get past the Loading... screen. any idea how to progress??
 

LEIIKUN

Retired Staff
Retired but loved <3
Oct 13, 2019
500
11,024
1,193
20
Davao
I have the same issue as you. I am trying to mod a game name Inflation RPG. I decompile it using APK Tool. There is no DLL, IDA, or il2cpp. There is .swf file. So I figured I need to use that to make changes. But every time I edit something in .swf file. and compile it. I can't get past the Loading... screen. any idea how to progress??
It's a Adobe Flash based game. You will need to use a software for editing .swf file. I heard that there is, but I don't know what it is.
 
  • Like
Reactions: theseus137

theseus137

Rookie
Jan 11, 2021
2
0
1
27
Malaysia
It's a Adobe Flash based game. You will need to use a software for editing .swf file. I heard that there is, but I don't know what it is.
Yes. I figure it requires FFDec. I use FFDec to edit the file. I save the edit, save the file. and compile using APK Easy Tool. Install it. but I stuck at Loading... Screen.

Is it possible if I just extract the apk by renaming it to .zip. extract it. and do the things without APK Easy Tool. would it work?