.net - Recompiling C# DLL for closed source program -


i have decompiled 1 of dll files closed source program uses , want make edits it. possible me recompile dll file though has errors due referencing other files not included in project.

thanks.

is possible me recompile dll file though has errors due referencing other files not included in project.

in general, no. you'll need have other assemblies in order reference them in project.

also, careful you're not violating original software's license terms decompiling. many non-open source projects have licenses explicitly disallow reverse engineering or modification.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -