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

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 6949|回复: 16
上一主题 下一主题
收起左侧

[Android 原创] Java混淆器Allatori v7.6 DEMO 破解

  [复制链接]
跳转到指定楼层
楼主
痴想 发表于 2021-1-19 11:37 回帖奖励
本帖最后由 痴想 于 2021-1-20 14:13 编辑

https://www.52pojie.cn/thread-622023-1-1.html 给出方案
但没有代码 而且版本较低
还要求有linux
找了一圈 git上有个5.2的破解 版本实在太低了

本地懒得装虚拟机
直接用 Zip 操作 过滤掉 iI 大小写windows下文件名的问题

上代码 https://github.com/lqs1848/AllatoriCrack/tree/main


如果没用过完全可以试一下
官网 http://allatori.com/
直接下载下来的 /tutorial 文件夹里面就是完整的教程
非常简单
cmd java -Xms128m -Xmx512m -jar allatori.jar config.xml
就可以混淆你的jar包
config.xml 在教程里面有

免费评分

参与人数 6吾爱币 +6 热心值 +4 收起 理由
WAlitudealiy + 1 + 1 谢谢@Thanks!
专属味道 + 1 + 1 谢谢@Thanks!
ff12322 + 1 + 1 我很赞同!
KSTG_茶飘香 + 1 热心回复!
youyisi2a + 1 欢迎分析讨论交流,吾爱破解论坛有你更精彩!
E式丶男孩 + 1 + 1 欢迎分析讨论交流,吾爱破解论坛有你更精彩!

查看全部评分

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

推荐
 楼主| 痴想 发表于 2021-1-19 15:31 |楼主
netpeng 发表于 2021-1-19 13:35
沙发,能有个界面截图会比较直观。

这个加密工具就是个Jar包而已 没有界面

原来加密出来会携带 它自己的信息 还会输出 demo版本的提示

我是 java web开发
不知道 android 用 gradle 怎么调用

Maven 可以用插件   build的时候自动加密
<plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>exec-maven-plugin</artifactId>
                                <version>1.2.1</version>
                                <executions>
                                        <execution>
                                                <id>run-allatori </id>
                                                <phase>package</phase>
                                                <goals>
                                                        <goal>exec</goal>
                                                </goals>
                                        </execution>
                                </executions>
                                <configuration>
                                        <executable>java</executable>
                                        <arguments>
                                                <argument>-Xms128m</argument>
                                                <argument>-Xmx512m</argument>
                                                <argument>-jar</argument>
                                                <argument>../../../allatori /allatori .jar</argument>//allatori.jar的位置
                                                <argument>${basedir}/target/allatori .xml</argument> //allatori 的配置 一般要过滤掉spring 之类的
                                        </arguments>
                                </configuration>
                        </plugin>
推荐
 楼主| 痴想 发表于 2021-1-20 14:08 |楼主
lvbuqing 发表于 2021-1-19 17:02
配置清单发一份,,,allatori.xml

<config>
    <input>
        <jar in="xxx.jar" out="xxx.加密.jar"/>
    </input>
   <keep-names>//哪些名称保持不变
        <class access="protected+">
            <field access="protected+"/>
            <method access="protected+"/>
        </class>
    </keep-names>
        <ignore-classes>//不加密的类
                <class template="class *springframework*" />
                <class template="class *shardingjdbc*" />
                <class template="class *jni*" />
                <class template="class *alibaba*"/>
                <class template="class *persistence*"/>
        </ignore-classes>
    <property name="log-file" value="log.xml"/>//加密日志
</config>

allatori 下载下来会有 demo 可以参考里面的配置
4#
netpeng 发表于 2021-1-19 13:35
5#
hanyexuefeng 发表于 2021-1-19 15:31
顶!!!!!!!!!!!!!!!!!!
6#
lvbuqing 发表于 2021-1-19 17:02
本帖最后由 lvbuqing 于 2021-1-19 17:05 编辑

配置清单发一份,,,allatori.xml
7#
hualonghongyan 发表于 2021-1-19 18:27
哈哈哈,这个可以有的
8#
bdrdc 发表于 2021-1-19 20:47
这个不错,好好研究研究.......
头像被屏蔽
9#
yjc2020 发表于 2021-1-19 22:53
提示: 作者被禁止或删除 内容自动屏蔽
10#
豪情壮志 发表于 2021-1-20 10:11
这个能混淆安卓?
您需要登录后才可以回帖 登录 | 注册[Register]

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

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

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

GMT+8, 2024-4-24 19:13

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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