gpt4 book ai didi

android - 所有组件 id 更改为随机数

转载 作者:行者123 更新时间:2023-11-29 23:03:25 24 4
gpt4 key购买 nike

我丢失了我的项目文件夹,所以我使用 ApkTooljava2dex 解码 APK。现在,我所有包含如此多组件的 Java 类都已将其 ID 更改为随机数。

是这样的:

this.time = (EditText)findviewById(2131296533); 

应该是“时间”而不是数字。大约有一百人受到了影响。

我尝试在网站上使用另一个逆向工程 APK,但结果是一样的。

我还注意到一些代码也发生了变化。我希望你们能帮助我。这是我最后一年的项目!!谢谢!!!

最佳答案

这是因为 R.id.* 是由您的 IDE 生成的常量,在编译时被丢弃。可以从 Id 中获取你的名字

in res/values, you can find the id using name in public.xml (or something similar, e.g. publics.xml or name.xml). That's it.

来源https://reverseengineering.stackexchange.com/questions/12733/mapping-android-resource-ids-to-resource-string

关于android - 所有组件 id 更改为随机数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56770063/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com