音频裁剪大师破解笔记
大家好我是夏糜,今天给大家带来的是
【音频剪辑大师脱壳破解教程】
我们直接看软件
可以看到 这是一个腾讯加固
我们使用微脱壳来脱这个壳
由于我是8.1的系统我就演试一下过程 但是无法脱壳
很简单 打开微脱壳 选择需要脱壳的软件
然后重新打开需要脱壳的软件即可
1lanniaoFdex 拖好的dex会在这个文件夹里面
我已经用另外一个手机脱壳好了
我们开始修复
将脱好的dex直接改名classes.dex放入安装包
删除tencent_stub
打开xml文件
修改前
<application
android:theme="@style/AppTheme"
android:label="@string/app_name"
android:icon="@mipmap/ic_tubiao"
android:name="com.tencent.StubShell.TxAppEntry"
android:allowBackup="true"
android:supportsRtl="true"
android:roundIcon="@mipmap/ic_tubiao_round">
<meta-data
android:name="TxAppEntry"
android:value="com.lixiangdong.songcutter.pro.MyApplication" />
修改后
<application
android:theme="@style/AppTheme"
android:label="@string/app_name"
android:icon="@mipmap/ic_tubiao"
android:name="com.lixiangdong.songcutter.pro.MyApplication"
android:allowBackup="true"
android:supportsRtl="true"
android:roundIcon="@mipmap/ic_tubiao_round">