maoabc / nmmp

dex-vm used to protect the android classes.dex file
736 stars 260 forks source link

请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 #33

Open jinshihao1998 opened 2 years ago

maoabc commented 2 years ago

不是最新源码编译的吧?示例里的版本在没自定义application时会修改androidManifest.xml,后面改进不再修改这个了,但没编译新的jar直接给人下载, 那个本来就是demo。

jinshihao1998 commented 2 years ago

是的,谢谢,用的那个jar,我看看

------------------ 原始邮件 ------------------ 发件人: "maoabc/nmmp" @.>; 发送时间: 2022年1月30日(星期天) 中午11:14 @.>; @.**@.>; 主题: Re: [maoabc/nmmp] 请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 (Issue #33)

不是最新源码编译的吧?示例里的版本在没自定义application时会修改androidManifest.xml,后面改掉这个了,但没编译新的jar。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

maoabc commented 2 years ago

直接修改编译后的xml当时是有点问题,后面改进就不修改xml,但没跟着更新那个jar,可以用最新源码进行编译

jinshihao1998 commented 2 years ago

好的,谢谢,我用的Windows,这个源码怎么编译呢,我属于是相当菜了

------------------ 原始邮件 ------------------ 发件人: "maoabc/nmmp" @.>; 发送时间: 2022年1月30日(星期天) 中午11:21 @.>; @.**@.>; 主题: Re: [maoabc/nmmp] 请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 (Issue #33)

直接修改编译后的xml当时是有点问题,后面改进就不修改xml,但没跟着更新那个jar,可以用最新源码进行编译

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

maoabc commented 2 years ago

这目录实际是两个项目,nmm-protect开发用的idea社区版,apk和dex相关处理都在这, 你只需要编译这个就行。 nmmvm那个主要是c项目用android studio,不过暂时可以不用管它。

jinshihao1998 commented 2 years ago

好的,万分感谢,我试试

------------------ 原始邮件 ------------------ 发件人: "maoabc/nmmp" @.>; 发送时间: 2022年1月30日(星期天) 中午11:28 @.>; @.**@.>; 主题: Re: [maoabc/nmmp] 请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 (Issue #33)

这目录实际是两个项目,nmm-protect开发用的idea社区版,apk和dex相关处理都在这, 你只需要编译这个就行。 nmmvm那个主要是c项目用android studio,不过暂时可以不用管它。

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

ljlVink commented 2 years ago

在idea里编译的 出来的jar提示没有主类,怎么办

jinshihao1998 commented 2 years ago

仿佛gradle里面,有一段代码是生成nmm-protect-1.2-SNAPSHOT.jar文件,运行那一段代码就行了

------------------ 原始邮件 ------------------ 发件人: "maoabc/nmmp" @.>; 发送时间: 2022年2月8日(星期二) 上午8:05 @.>; @.**@.>; 主题: Re: [maoabc/nmmp] 请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 (Issue #33)

在idea里编译的 出来的jar提示没有主类,怎么办

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

ljlVink commented 2 years ago

仿佛gradle里面,有一段代码是生成nmm-protect-1.2-SNAPSHOT.jar文件,运行那一段代码就行了 ------------------ 原始邮件 ------------------ 发件人: "maoabc/nmmp" @.>; 发送时间: 2022年2月8日(星期二) 上午8:05 @.>; @.**@.>; 主题: Re: [maoabc/nmmp] 请问为什么加固后,软件的名字变成了包名,actionbar上的也是包名 (Issue #33) 在idea里编译的 出来的jar提示没有主类,怎么办 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.Message ID: @.***>

okok 谢谢了 arsc和apkprotect都得点一下assembly 然后主项目就好了