吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 1671|回复: 29
收起左侧

[已解决] MT管理器dex里找不到关键字。在ext.json文件里有是咋回事?

[复制链接]
zhang0459 发表于 2022-12-10 19:20
本帖最后由 zhang0459 于 2022-12-11 14:13 编辑

ext.json这个文件都是,这是调用的么。还是咋回事。

xml文件里
android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <application
        android:label="替换名字"
        android:icon="@7F080000"
        android:hardwareAccelerated="true"
        android:usesCleartextTraffic="true"
        android:networkSecurityConfig="@7F0C0002"
        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
        android:requestLegacyExternalStorage="true">
        <provider
            android:name="androidx.core.content.FileProvider"
            android:exported="false"
            android:authorities="vip.lgsgd.qfzwak.fileProvider"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@7F0C0000" />
        </provider>
        <activity
            android:theme="@7F0A0000"
            android:name="com.tbone.zpcpj.MainActivity"
            android:launchMode="1"
            android:configChanges="0x40003FB4"
            android:windowSoftInputMode="0x00000010">
            <meta-data
                android:name="io.flutter.embedding.android.NormalTheme"
                android:resource="@7F0A0001" />
            <meta-data
                android:name="io.flutter.embedding.android.SplashScreenDrawable"
                android:resource="@7F040002" />
            <intent-filter>
                <action
                    android:name="android.intent.action.MAIN" />
                <category
                    android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <meta-data
            android:name="flutterEmbedding"
            android:value="2" />
        <uses-library
            android:name="org.apache.http.legacy"
            android:required="false" />
        <activity
            android:theme="@01030007"
            android:name="io.flutter.plugins.urllauncher.WebViewActivity"
            android:exported="false" />
        <provider
            android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider"
            android:exported="false"
            android:authorities="vip.lgsgd.qfzwak.flutter.image_provider"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@7F0C0001" />
        </provider>
    </application>
</manifest>

软件打开有这几个文件夹

软件打开有这几个文件夹

/assets/flutter_assets/assets/file/这个路径下有这个文件

/assets/flutter_assets/assets/file/这个路径下有这个文件

这里面都是关键字

这里面都是关键字

免费评分

参与人数 1吾爱币 +1 热心值 +1 收起 理由
renshaowei + 1 + 1 谢谢@Thanks!

查看全部评分

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

 楼主| zhang0459 发表于 2022-12-11 14:07
小骚 发表于 2022-12-11 13:41
首先MT不能识别所有加固,其次我说的是你可以发部分代码,比如Application内的代码就能看出来是否加固

好的大佬。
android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
    <application
        android:label="替换名字了"
        android:icon="@7F080000"
        android:hardwareAccelerated="true"
        android:usesCleartextTraffic="true"
        android:networkSecurityConfig="@7F0C0002"
        android:appComponentFactory="androidx.core.app.CoreComponentFactory"
        android:requestLegacyExternalStorage="true">
        <provider
            android:name="androidx.core.content.FileProvider"
            android:exported="false"
            android:authorities="vip.lgsgd.qfzwak.fileProvider"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@7F0C0000" />
        </provider>
        <activity
            android:theme="@7F0A0000"
            android:name="com.tbone.zpcpj.MainActivity"
            android:launchMode="1"
            android:configChanges="0x40003FB4"
            android:windowSoftInputMode="0x00000010">
            <meta-data
                android:name="io.flutter.embedding.android.NormalTheme"
                android:resource="@7F0A0001" />
            <meta-data
                android:name="io.flutter.embedding.android.SplashScreenDrawable"
                android:resource="@7F040002" />
            <intent-filter>
                <action
                    android:name="android.intent.action.MAIN" />
                <category
                    android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>
        <meta-data
            android:name="flutterEmbedding"
            android:value="2" />
        <uses-library
            android:name="org.apache.http.legacy"
            android:required="false" />
        <activity
            android:theme="@01030007"
            android:name="io.flutter.plugins.urllauncher.WebViewActivity"
            android:exported="false" />
        <provider
            android:name="io.flutter.plugins.imagepicker.ImagePickerFileProvider"
            android:exported="false"
            android:authorities="vip.lgsgd.qfzwak.flutter.image_provider"
            android:grantUriPermissions="true">
            <meta-data
                android:name="android.support.FILE_PROVIDER_PATHS"
                android:resource="@7F0C0001" />
        </provider>
    </application>
</manifest>
小骚 发表于 2022-12-11 16:08
zhang0459 发表于 2022-12-11 14:07
好的大佬。
android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
   

这个怕是flutter写的应用,如果是基本无解,你可以看assets目录下有没有相关的框架文件
yuan6975 发表于 2022-12-10 19:44
 楼主| zhang0459 发表于 2022-12-10 19:47
yuan6975 发表于 2022-12-10 19:44
可能是故意那样防止破解吧

哦,,研究了好几天也没研究明白。。。
luxiaole 发表于 2022-12-10 20:13
这JSON里面的不是键值对吗,你搜索需要用到的对应的关键字的键值不行吗
luxiaole 发表于 2022-12-10 20:15
比方说你要搜索的关键字是“免费领取会员”,然后在这个JSON文件里面找到这个关键字对应的键值是“mflqhy",你搜这个试试可以吗
 楼主| zhang0459 发表于 2022-12-10 20:19
luxiaole 发表于 2022-12-10 20:15
比方说你要搜索的关键字是“免费领取会员”,然后在这个JSON文件里面找到这个关键字对应的键值是“mflqhy" ...

试了,搜不到,
LeiSir 发表于 2022-12-10 20:24
你这app正经不啊?打开Activity看看你要找的
 楼主| zhang0459 发表于 2022-12-10 20:29
LeiSir 发表于 2022-12-10 20:24
你这app正经不啊?打开Activity看看你要找的

不正经的,正经的我不敢搞啊,不正经的随便干,&#128531;&#128531;&#128531;&#128531;
 楼主| zhang0459 发表于 2022-12-10 20:30
luxiaole 发表于 2022-12-10 20:13
这JSON里面的不是键值对吗,你搜索需要用到的对应的关键字的键值不行吗

嗯,搜对应的值也搜不到
无闻无问 发表于 2022-12-10 20:39
是不是有很多com.facebook类?
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则 警告:本版块禁止回复与主题无关非技术内容,违者重罚!

快速回复 收藏帖子 返回列表 搜索

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-4-16 18:58

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表