如何解压经过 UPX 打包但标头已更改的 dll 文件?

发布于 2024-12-28 04:29:03 字数 290 浏览 2 评论 0原文

我有一个 UPX 打包的文件。有什么方法可以更改标题并仍然发现它是 UPX 打包的吗?我该如何打开它? 我尝试了很多教程,但我厌倦了,因为所有教程都解释了对我不起作用的相同方法。 下面提到了同样的问题: http://www.reteam.org/board/showthread.php?t=2670 我不是一个精通逆向工程的人..:(只是一个菜鸟..任何想法都会非常有帮助。

I have a file which is UPX packed. Is there any way I can change the headers and still find it as UPX packed? And how do I unpack it ?
I tried a lot of tutorials and I am fed up as all explain the same method which doesnt work for me.
the same problem is mentioned in the following :
http://www.reteam.org/board/showthread.php?t=2670
I am not a well versed reverse engg.. :( jst a noob .. any ideas will be really helpful.

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

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

发布评论

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

评论(1

拔了角的鹿 2025-01-04 04:29:03
  1. 为了找到打包,我使用 PEID、protectionID 等。
  2. 为了更正标头,您需要在十六进制编辑器中打开文件并手动修复二进制文件中的偏移量。然后你可以使用upx.exe文件解密为

    upx -d

  1. To find the packing, I use PEID, protectionID etc.
  2. For correcting the headers, you need to open up the file in a hexeditor and fix the offsets in the binary manually. Then you could use the upx.exe file to decrypt as

    upx -d

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