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.
发布评论
评论(2)
我推荐Hex Workshop
这是一个 30 天的试用期,非常适合您的目的。
I recommend Hex Workshop
It's a 30-day trial, and would suit your purposes perfectly.
您需要使用十六进制编辑器,有很多可供选择。
(我使用 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.