as打包报错missing ) after argument list - detail
Uncaught Exception: - location : (no filename):0:0 - msg : Uncaught SyntaxError: missing ) after argument list - detail :
Uncaught Exception: - location : (no filename):0:0 - msg : Uncaught SyntaxError: missing ) after argument list - detail :
Jadx-gui 有适用于 macOS 的版本:
通过 Homebrew 安装
在 macOS 上,可以通过 Homebrew 来安装 Jadx:brew install jadx
1、 卸载frida
2、 pip uninstall frida frida-tools -y
3、 pip install frida==16.1.0 frida-tools==12.1.0 # frida-tools 12.1.0 是 16.1.0 的配套版本
先解压xapk,mac上直接用归档工具就能解压了。
pure
AYA 可以访问安卓文件, AYA-安卓手机连接
如何避免游戏被破解
先看frida技巧:https://xigk.com/blog/index.php/archives/1501/
然后安装:
pip install frida-tools
但是一般要指定版本,比如pip install frida==16.5.9 frida-tools==16.5.9
下载地址:
https://github.com/frida/frida/releases/
使用Mac自带的录屏功能(快捷键Command + Shift + 5)时没有声音
PyTexturePacker平替TexturePacker,安装pip install PyTexturePacker
https://xigk.com/blog/index.php/archives/1690/
xcode的图片替换问题
会有残留,打在手机上还是同样的图片,必须重命名才能解决加载图片缓存问题。
你是谁?你为什么而奋斗?你从哪里来,将往哪里去?这是我们每次复盘时问自己的问题。
export function callStaticMethod (className: string, methodName: string, methodSignature: string, ...parameters:any): any;
改成
export function callStaticMethod (className: string, methodName: string, methodSignature?: string, ...parameters:any): any;
Building for 'iOS-simulator', but linking in object file (/Users/lzlc/Library/Developer/Xcode/DerivedData/hello_world-gethtgqqerhlqgczkmxviuocgnws/Build/Products/Debug-iphonesimulator/libcocos2d iOS.a337) built for 'iOS'
https://developer.android.com/guide/practices/page-sizes?hl=zh-cn
16 KB Google Play 兼容性要求
自 2025 年 11 月 1 日起,提交到 Google Play 且以 Android 15 及更高版本的设备为目标平台的所有新应用和现有应用更新都必须支持 16 KB 页面大小。
安卓ADB桌面管理应用程序,跨平台的,mac也有
https://github.com/liriliri/aya
split_config.arm64_v8a.apk!libcocos2djs.so
CENTER_CROP,按比例缩放图片,使图片的宽高至少等于 ImageView 的宽高(减去内边距),然后居中显示。这样会裁切掉一些宽和高适配全屏显示。
1)Block Blast! | HungryStudio 5亿+次下载
"Block Blast"是一款免费且令人上瘾的方块益智小游戏,当您想打发时间并挑战大脑时,它是您的理想选择。 游戏的目标简单又有趣:清除尽可能多的方块来获得高分。 熟练掌握填充行或列的技巧将使益智小游戏变得更容易。免费方块益智游戏不仅能提高您的空间规划技能并训练您的大脑,更能伴您度过休闲好时光!
"Block Blast"拥有两种有趣的游戏模式:经典方块拼图模式和方块冒险模式,提供无尽的乐趣。 这款休闲益智游戏不仅简单易玩,而且可以锻炼大脑,提高智力。"Block Blast"是免费的单机小游戏,不需要互联网连接。 因此,您可以随时随地离线享受这款方块益智游戏。
PyTexturePacker平替TexturePacker的开源工具。
安装pip install PyTexturePacker