开发者

Edit dll file without sourceCode

开发者 https://www.devze.com 2023-01-17 12:17 出处:网络
we want to edit one dll file that write with C#. I check the file with reflector and want to change just the connection string password field to new password.

we want to edit one dll file that write with C#. I check the file with reflector and want to change just the connection string password field to new password. How can I edit this without accessing to source code or recompiling th开发者_运维技巧e file?


Try Reflexil, a plugin for reflector than can modify IL code.


I think you're out of luck. This is a good example of why such items need to be referenced in external resources.

EDIT: though I've never tried it, the comment from @Testalino regarding Reflexil looks promising.

0

精彩评论

暂无评论...
验证码 换一张
取 消