如何编辑扩展名为.dll的文件? [英] How can I edit a file with .dll extension?

查看:151
本文介绍了如何编辑扩展名为.dll的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想编辑一个游戏文件Android,我发现它可能很简单。



我尝试了什么:



我用Eclipse试过了。没有帮助!

I wanted to edit a game file, Android, I found that it could be simple.

What I have tried:

I've tried it with Eclipse. Doesn't help!

推荐答案

首先要做的事情:Android不使用DLL文件,它使用.SO文件。 DLL适用于Windows项目(或者可能是Xamarin)。



通过查看二进制文件来编辑游戏既不简单也不大 - 在大多数情况下 - 合法。这是一种侵犯版权的行为,被视为恶意行为。

我们不会宽恕,支持或协助以任何方式,形式或方式生成恶意代码。这是专业开发人员的专业网站。



如果你想知道如何做这些事情,你需要访问一个黑客网站:但一定要禁用所有首先是防火墙和防病毒产品,或者他们不会信任你足以告诉你。
First things first: Android doesn't use DLL files, it uses .SO files. DLL's are for windows projects (or Xamarin possibly).

And editing a game by looking at its binary files is neither simple nor - in most cases - legal. It's a copyright violation and that's counted as malicious behaviour.
We do not condone, support, or assist in the production of malicious code in any way, form, or manner. This is a professional site for professional developers.

If you want to know how to do such things, you need to visit a hacking site: but be sure to disable all firewalls and antivirus products first or they won't trust you enough to tell you.


扩展名不一定告诉你你有什么样的文件。 DLL文件是二进制Windows文件(动态链接库),与Android(Linux操作系统)无关。



要编辑此类二进制文件,您可以使用十六进制编辑但这样做可能会使包含代码的文件不再起作用。



而不是编辑这些文件,你必须获取源代码并重建它们。
The extension does not necessarily tells you what kind of file you have. DLL files are binary Windows files (Dynamic Link Library) and are not related to Android (which is a Linux OS).

To edit such binary files you can use a hex editor. But doing so likely makes files containing code not working anymore.

Instead of editing such files you have to get the sources and rebuild them.


这篇关于如何编辑扩展名为.dll的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆