Alexander Dimitrov
Alexander Dimitrov
Hi @dogfuntom, We've tested your plugin and we've found some problems: 1. It doesn't work for assemblies compiled in debug, because of the `nop` instructions. 2. When assembly is reloaded,...
@uberDoward, sadly the original JustDecompileEngine repo is no longer public. You can read more about it [here](https://github.com/codemerx/JustDecompileEngine#justdecompile-engine). However, there's a [fork](https://github.com/codemerx/JustAssembly) with a working submodule you can use.
Hi @Lexcess, First and foremost - please, excuse us for the huge delay on our answer. > Looking at the interface you use a combination of difftype and is breaking...
Would it be possible to attach the assemblies needed for reproduction?
JustAssembly does ignore assembly names by default. The different module (also known as "netmodule", more info [here](https://blogs.msdn.microsoft.com/junfeng/2005/02/12/netmodule-vs-assembly/)) names is what causes this. In order to function properly both assemblies should...
Hi, @richard-rodriquez. Thank you for taking the time to report this problem to us. This is definately a bug and should not happen. However, I'm unable to reproduce it. Would...
That's interesting. I'm running it on an AS Mac and the mouse button support never worked for me even though it is configured. It works fine on other OSs. I...
Hello. Which version of .NET has been used for the compilation of that project?
This assembly seems to be built with .NET 6. Starting with .NET Core, projects (even application projects like console applications) do not generate `.exe` files. This is due to the...
That's interesting. I have to check the assembly in order to figure out what's going on. Could you, please, upload the assembly causing the issue? Keep in mind you may...