如何十六进制编辑 .dll 文件

发布于 2024-10-10 13:43:57 字数 1459 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不必了 2024-10-17 13:43:57

我推荐Hex Workshop
这是一个 30 天的试用期,非常适合您的目的。

I recommend Hex Workshop
It's a 30-day trial, and would suit your purposes perfectly.

最后的乘客 2024-10-17 13:43:57

您需要使用十六进制编辑器,有很多可供选择。

(我使用 Vim,但它有一个初始学习曲线,因此您可能会发现 更容易搜索一个

通常不建议以这种方式编辑 DLL,因为您可以很容易地破坏它们,但阅读线程似乎是在发布补丁之前唯一可行的解​​决方法。

只是需要小心编辑 DLL,特别是注意不要添加或删除任何字符 - 只需更改日期中的字符即可(将 2010 年更改为 2020 年应该可以)。完成编辑后,文件长度应该与开始时完全相同。如果不是,那么你就搞砸了,需要重新开始。

You need to use a hex editor, and there are quite a few to choose from.

(I use Vim, but it has an initial learning curve, so you might find it easier to just search for one)

It is not normally advised to edit DLLs in this way, since you can very easily break them, but reading the thread it seems the only viable workaround until a patch is released.

Just do need to be careful editing the DLL, in particular be careful not to add or remove any characters - just change the characters in the date (changing 2010 to 2020 should do it). When you've finished editing, the file length should be exactly the same as when you started. If it's not, you've screwed up and need to start again.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文