1.获取游戏apk包

2.apktool捷报apk

第一步,下载链接https://ibotpeaches.github.io/Apktool/ 

第二步,安装文档:Apktool - 如何安装 (ibotpeaches.github.io)

  1. Download Windows wrapper script (Right click, Save Link As apktool.bat)
  2. Download apktool-2 (find newest here)
  3. Rename downloaded jar to apktool.jar
  4. Move both files (apktool.jar & apktool.bat) to your Windows directory (Usually C://Windows)
  5. If you do not have access to C://Windows, you may place the two files anywhere then add that directory to your Environment Variables System PATH variable.
  6. Try running apktool via command prompt

第三步。安装java


Quick Check

  1. Is at least Java 1.8 installed?
  2. Does executing java -version on command line / command prompt return 1.8 or greater?
  3. If not, please install Java 8+ and make it the default. (Java 7 will also work at this time)
下载链接:Java Downloads | Oracle 配置环境变量 是依据菜鸟教程配置的 win+r cmd 打开命令行 java -version 安装成功 第四步,使用.把shift+右键--在此处打开powershell(有的应该是打开命令行,我也不确定我安的啥打开是这个),输cmd
apktool d testapp.apk

3.\lib\arm64-v8a\libcocos2dlua.so路径下有这个文件,初步估计是这个游戏

4.strings命令字符串 - Windows Sysinternals | Microsoft Docs  安装  装完解压完3文件并没有什么发现 借鉴的a链接放弃

5.\assets\src\main.lua 又发现了这个文件反正我手里的是没有加密的,加密的话可以按b链接试一试

借鉴链接:a.cocos-luac 游戏逆向破解反编译的一些启示 - SegmentFault 思否

b.Cocos2dlua手游 Lua解密与资源解密实战 (qq.com)


点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论
返回
顶部