How to edit a .gha

So I’m using Rhino 8 and want to use the WiresRenderer app, but it seems to override existing hidden wires so it turned my file into a spaghetti mess. How might I be able to go into the .gha file and change how it behaves with hidden wires?

Doesn’t work in Rhino 8

You can’t. GHA files are compiled code. Although theoretically you could disassemble the gha back into source code, change the code and then recompile the result this is exceedingly cumbersome and probably a violation of the plug-in licence agreement.

-edit-

This plugin uses the MIT licence, so you’re probably allowed to disassemble it. But it requires significant coding skills to make changes like this.

Decompilation will not give good and, even less, accurate results :(. You must have the source files.

Hi use this method to run this plugin to Rhino8