2024-03-11, 17:27
I don't know what is up with the 2.9.2 version but that thing just does not work....
I downloaded the source code and whatta know, even that doesn't match the executable... it is version 2.8.0 and the program calls out 2.9.2 as the version.
I retooled the 2.8.0 and up Rev'd it to 3.0.0 and I got it to decompile as one would expect.
I cleaned up the GUI a bunch and fixed typos, still only one issue I see is when it finished decompiling, it never releases base.exe and continues to sit in a finish loop.
I think this has to do with the permissions on %temp% on windows 10 in the user directory in which that is where it does all its work in the @TempDir folder.
I may rewrite it to use a simple local folder so permissions do not become an issue.
What a mess.
I downloaded the source code and whatta know, even that doesn't match the executable... it is version 2.8.0 and the program calls out 2.9.2 as the version.
I retooled the 2.8.0 and up Rev'd it to 3.0.0 and I got it to decompile as one would expect.
I cleaned up the GUI a bunch and fixed typos, still only one issue I see is when it finished decompiling, it never releases base.exe and continues to sit in a finish loop.
I think this has to do with the permissions on %temp% on windows 10 in the user directory in which that is where it does all its work in the @TempDir folder.
I may rewrite it to use a simple local folder so permissions do not become an issue.
What a mess.