Jarvis OJ

Jarvis OJ - 爬楼梯 -Writeup

http://ethereal.prohitime.top/demo/


有可能要爬的楼梯数随即取成32的倍数,进而为0
关键判断

if(this.to_reach_int <= this.has_gone_int) {
            this.findViewById(0x7F0C0056).setClickable(true); 让这个按钮变成可点击状态(可以自己更改固定为true)
        }

需要使用apktool改变重新打包
这里使用aoktoolBox


smali文件
smali之于java就如同汇编之于C语言,因此我们只需要修改smali就可以修改app
不过我看不太懂smali
可以使用smali2jave把smali文件转为java文件(没什么意义,大概看一下对比一下,最后打包还是得用smali文件)

需要删除整个unknown文件夹



http://ethereal.prohitime.top/demo/

原文地址:https://www.cnblogs.com/serendipity-my/p/13878148.html