吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 384|回复: 3
收起左侧

[经验求助] 求助一个word插件

[复制链接]
lianxia2020 发表于 2026-7-13 13:37
25吾爱币
一个快捷论文排版的word插件--我使用dnspy打开WordPlugin.dll  搜索license发现 class LicenseValidator  里 VerifyActivationCode、VerifyActivationCodeForKind、VerifyRegisteredLicenseOrClear、VerifyWordPluginDllIntegrity、  编辑方法改为:
[C#] 纯文本查看 复制代码
using System;
using System.Security.Cryptography;

namespace WordPlugin
{
    public static class LicenseValidator
    {
        // 修改激活码验证方法,直接返回true
        public static bool VerifyActivationCode(string hardwareFingerprint, string activationCode)
        {
            return true;
        }

        // 修改激活码验证方法,直接返回true
        public static bool VerifyActivationCodeForKind(ActivationLicenseKind kind, string fingerprintHexUpper, string activationCodeBase64)
        {
            return true;
        }

        // 修改DLL完整性校验方法,直接返回true
        public static bool VerifyWordPluginDllIntegrity(string registrySignatureBase64)
        {
            return true;
        }

        // 其他方法保持不变
    }
}

保存替换,直接打不开
安装后打包的文件:
https://lianxia.lanzouv.com/ioQrf3w78lif


安装包:https://lianxia.lanzouv.com/i24U83w78qvi密码:6kt1

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

十万菠萝拍黄瓜 发表于 2026-7-13 17:07
Utils类里有文件hash验证,这样改不直接崩溃了吗
 楼主| lianxia2020 发表于 2026-7-14 08:21
十万菠萝拍黄瓜 发表于 2026-7-13 17:07
Utils类里有文件hash验证,这样改不直接崩溃了吗

对的,直接崩溃,请问是直接
[C#] 纯文本查看 复制代码
public static void checkHash()
{
    // 直接返回
    return;
}


然后再替换吗
 楼主| lianxia2020 发表于 2026-7-14 09:22
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

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

GMT+8, 2026-8-29 22:08

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

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