反编译受VM保护的DLL

编程入门 行业动态 更新时间:2024-10-26 03:22:07
本文介绍了反编译受VM保护的DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

嗨朋友们, 我是新手来反编译保护免受VM保护的DLL文件。到目前为止,我发现了很少的OLLYDBG脚本脚本,Phython脚本,最后找到了IDA调试器软件的步骤。我仍然无法从受保护的dll文件中提取源代码。 有人解释反编译DLL文件并生成源代码的过程吗? 随你的支持, 詹姆斯 我尝试过: 我尝试过OLLYDBG脚本,Phython脚本

Hi Friends, I am new to decompile the DLL file which is protected from VM protect. So far, I found few scripts of OLLYDBG scripts, Phython scripts and finally found the steps with IDA debugger software. I am still unable to extract the source code from the protected dll file. Is anybody explain the process to decompile the DLL file and generate the source code? With your support, James What I have tried: I tried OLLYDBG Scripts, Phython scripts

推荐答案

你没有。出于某种原因,它以这种方式受到保护。这是为了防止你从.DLL获取原始源代码! 联系你获得.DLL的人,看看他们是否可以帮助你你真的想要它的源代码。 除此之外,你所做的事情被认为是偷窃,没有人会帮助你。 You don't. It's PROTECTED this way for a reason. It's there to prevent you from getting the original source code from the .DLL! Contact the people you got the .DLL from and see if they can help you with whatever it is you really want the source code for. Other than that, what you're doing is considered stealing and nobody here is going to help you with that.

Quote:

我仍然无法从受保护的dll文件中提取源代码。

I am still unable to extract the source code from the protected dll file.

很可能DLL保护在这里是为了防止你尝试做什么。 您无法从DLL中提取源代码,因为DLL不包含源代码,反编译的动作从DLL中找到的信息重建源代码。

Chances are that the DLL protection is here to prevent what you try to do. You can't extract source code from DLL because DLL do not contain source code, the action of decompiling rebuilds a source code alike from informations found in the DLL.

引用:

反编译受到VM保护的DLL保护

Decompile the DLL which is protected from VM protect

你正在寻求帮助闯入外国的房子,我们不会这样做。 如果你的用法是合法的,请问作者。

You are asking for help to break into a foreign house, which we will not do. If your usage is legitimate, ask the author.

更多推荐

反编译受VM保护的DLL

本文发布于:2023-11-09 22:47:36,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1573642.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:反编译   VM   DLL

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!