吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2167|回复: 15
上一主题 下一主题
收起左侧

[.NET] NETReactorSlayer-6.4.0.0_fixed9 含源码

[复制链接]
跳转到指定楼层
楼主
moocher 发表于 2026-3-4 13:39 回帖奖励
[C#] 纯文本查看 复制代码
private IDecrypter GetDecrypter()
{
    if (!DecrypterMethod.IsStatic || !DecrypterMethod.HasBody)
        return null;

    var localTypes = new LocalTypes(DecrypterMethod);

    //if (DecrypterV2.CouldBeResourceDecrypter(localTypes, AdditionalTypes))
    //{
    DecrypterV5 dec_v5 = new DecrypterV5(DecrypterMethod);
    if (dec_v5.Initialize())
    {
        DecrypterVer = "V5 (trial)";
        return dec_v5;
    }
    //}

    if (DecrypterV1.CouldBeResourceDecrypter(DecrypterMethod, localTypes, AdditionalTypes))
    {
        DecrypterVer = "V1";
        return new DecrypterV1(DecrypterMethod);
    }
    if (DecrypterV3.CouldBeResourceDecrypter(localTypes, AdditionalTypes))
    {
        DecrypterVer = "V3";
        return new DecrypterV3(DecrypterMethod);
    }

    if (DecrypterV4.CouldBeResourceDecrypter(DecrypterMethod, localTypes, AdditionalTypes))
    {
        DecrypterVer = "V4";
        return new DecrypterV4(DecrypterMethod);
    }

    if (DecrypterV2.CouldBeResourceDecrypter(localTypes, AdditionalTypes))
    {
        /*DecrypterV5 dec_v5 = new DecrypterV5(DecrypterMethod);
        if (dec_v5.Initialize())
        {
            DecrypterVer = "V5";
            return dec_v5;
        }
        dec_v5 = null;
        */
        DecrypterVer = "V2";
        return new DecrypterV2(DecrypterMethod);
    }

    return null;

}


增加了V5 (trial)解码

搬运自:https://forum.tuts4you.com/topic/45593-net-reactor-v73-embedded-dlls/page/2/

文件8M多,超过上传限制。
原链接:
https://workupload.com/file/9FgKGVGdEEY

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

推荐
devSteven 发表于 2026-3-4 14:18
本帖最后由 devSteven 于 2026-3-4 14:20 编辑

这东西是干嘛的啊?也没说,我来补充一下。
NETReactorSlayer‌ 是一款开源的 .NET 程序反混淆与解包工具,专门用于处理由 Eziriz .NET Reactor 加密或混淆的程序。它支持多种反混淆功能,适用于安全分析、代码审计、调试和学习等场景。

沙发
xixicoco 发表于 2026-3-4 14:04
4#
sxlh2311 发表于 2026-3-4 14:54
5#
 楼主| moocher 发表于 2026-3-4 14:56 |楼主
xixicoco 发表于 2026-3-4 14:04
贴的部分是源码的什么?

Decrypter 跟原版的区别,这个是fix版
6#
ZMST123 发表于 2026-3-4 16:27
是不是那个解密工具
7#
LuckyClover 发表于 2026-3-4 23:04
去混淆的
8#
stzzhx 发表于 2026-3-5 08:15
好吧,进来了就看看,学习了。
9#
jgs 发表于 2026-3-5 08:29
收藏,学习,谢谢楼主分享
10#
poptop 发表于 2026-3-10 10:04
学习,谢谢楼主分享
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

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

GMT+8, 2026-6-5 12:37

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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