1
1
101usb2016-08-04 19:30:39
.NET
101usb, 2016-08-04 19:30:39

How to change ComVisible in an existing assembly?

There is an unsigned .NET assembly, the ComVisible attribute for the entire assembly is set to false. Without building the project from source and perversions like ildasm (disassembling, editing and building), are there utilities or techniques that would allow setting the ComVisible(true) attribute? Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#algooptimize #bottize, 2016-08-04
@user004

Since when has running two commands in the console become a perversion?
There is a technique to find or write your own IL editor and resave. Perhaps this task is easily solved in the HEX editor.
If ildasm-a is sufficient (that is, no unmanaged code), then I would stop there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question