avatar
A*n
1
who knows which software can edit .dll file?
sevel years ago, a programmer designed the dll files and embedded the
connectstring in the file, now the server is changed. so I need a editor can
open the dll file and change the connectstring setting.
thanks for help
avatar
a9
2
reflector

can

【在 A*******n 的大作中提到】
: who knows which software can edit .dll file?
: sevel years ago, a programmer designed the dll files and embedded the
: connectstring in the file, now the server is changed. so I need a editor can
: open the dll file and change the connectstring setting.
: thanks for help

avatar
a9
3
或者直接ilasm,改完字符串再编译回去。这个最简单。

【在 a9 的大作中提到】
: reflector
:
: can

avatar
A*n
4
直接ilasm?
would you please tell me more detail?
I try to use reflector, I get the classes, but too much error when I use VS
2010, I think the code too old (8-10 years ago).
a9, how to use ilasm?
Thanks

【在 a9 的大作中提到】
: 或者直接ilasm,改完字符串再编译回去。这个最简单。
avatar
a9
5
先用ildasm搞成中间代码,就是.il。然后查找那个字符串,替换成正确的,然后再
ilasm编
成exe就行了啊。

VS

【在 A*******n 的大作中提到】
: 直接ilasm?
: would you please tell me more detail?
: I try to use reflector, I get the classes, but too much error when I use VS
: 2010, I think the code too old (8-10 years ago).
: a9, how to use ilasm?
: Thanks

avatar
A*n
6
我用下面的语句可是出问题了:
ildasm dwhlib.dll /output:dwhlib.il
error: unable to open 'dwhlib.il' for output.
是不是要先建立.il文件啊

【在 a9 的大作中提到】
: 先用ildasm搞成中间代码,就是.il。然后查找那个字符串,替换成正确的,然后再
: ilasm编
: 成exe就行了啊。
:
: VS

avatar
a9
7
不用 ildasm不是有个窗口应用程序吗?

【在 A*******n 的大作中提到】
: 我用下面的语句可是出问题了:
: ildasm dwhlib.dll /output:dwhlib.il
: error: unable to open 'dwhlib.il' for output.
: 是不是要先建立.il文件啊

avatar
A*n
8
a9,
ildasm的窗口应用程序不能编辑。 我用命令得到.il文件.
能不能告诉我怎么用ilasm把.il编成dll, 我用:
ilasm c:/myfolder/dwhlib.il /dll
error message: fusion.dll is mising.
我下载了文件,可是要存在什么地方啊

【在 a9 的大作中提到】
: 不用 ildasm不是有个窗口应用程序吗?
avatar
A*n
9
I got it. I have to use ilasm in "windows/microsoft.net/framework64/v4.0.
30319/"folder.
thanks
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。