boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - 修改.dll文件
相关主题
a question about C++.net class library
How to make Internet Explorer Toolbar?
混合语言编程
CE.Net 4.2 question
understand ASP .Net 2: ASP .Net vs ATL Server
Re: DotNetNuke2.04, Could you pls expla
用DLL会快些吗?
how to import C# .net DLL in VC6?
怎么写多语言的程序?
how to use old DLL in VB .NET?
相关话题的讨论汇总
话题: dll话题: exe话题: do话题: 修改话题: 文件
进入DotNet版参与讨论
1 (共1页)
k***e
发帖数: 7933
1
有没有办法可以直接编辑修改编译好了的.net DLL文件?
j*****g
发帖数: 980
2
Depends. What do you want to do?

【在 k***e 的大作中提到】
: 有没有办法可以直接编辑修改编译好了的.net DLL文件?
a********y
发帖数: 20
3
more details please.

【在 j*****g 的大作中提到】
: Depends. What do you want to do?
k***e
发帖数: 7933
4
好奇而已. 以前的exe都可以直接改,
.net 的 DLL EXE应该更容易吧.
can you give more detail?

【在 j*****g 的大作中提到】
: Depends. What do you want to do?
a********y
发帖数: 20
5
I think the DLL or EXE contains meta data.

【在 k***e 的大作中提到】
: 好奇而已. 以前的exe都可以直接改,
: .net 的 DLL EXE应该更容易吧.
: can you give more detail?

k***e
发帖数: 7933
6
比如简单的改动把1改成2应该跟meta data没有关系吧?

【在 a********y 的大作中提到】
: I think the DLL or EXE contains meta data.
a**y
发帖数: 335
7
I didn't see any reason why it couldn't be done.
hehe. If you want to do reverse engineering, it should be easier than from
a C++ executable file.

【在 k***e 的大作中提到】
: 有没有办法可以直接编辑修改编译好了的.net DLL文件?
k***e
发帖数: 7933
8
I also think this way... do you have any more detail info?

【在 a**y 的大作中提到】
: I didn't see any reason why it couldn't be done.
: hehe. If you want to do reverse engineering, it should be easier than from
: a C++ executable file.

r***e
发帖数: 38
9
use ildasm to dump the dll to .il file
modify it
use ilasm to make il back to dll
1 (共1页)
进入DotNet版参与讨论
相关主题
how to use old DLL in VB .NET?
[solved] Re: use old DLL in VB .NET?
CrystalReport 问题
如何注销一个顽固留在内存的DLL?
求教:从条形码扫描器Scanner读数据到VB .NET程序
问个弱问题
问个DLL调用问题
如何提取一个executable的所有dependency?
贴一些.net面试题
How to find the DLL dependency of an EXE file?
相关话题的讨论汇总
话题: dll话题: exe话题: do话题: 修改话题: 文件