I lost the source code of my own application written in vb.net. I have tried many decompilers, justdecompile is one of the best, but it generates thousands of errors in vb.net or c# code.
each procedure is thousands of peas, for example in the vb.net code for "button_clik" it has "Friend Overridable Property Button14 As Button" and that is about 2000 procedures in each place, what is the problem if I am using it wrongly
Please specify mscorlib 0.0.0.0 location
I have a problem where my Just decompile can never connect to the servers.
please advise?
Error below:
Cannot connect to JustDecompile server.
Please, check your internet connection.
The request channel timed out while waiting for a reply after 00:00:13.8077585. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.
I am wanted to know about the Security Patch Update of the below software and also the Version which I added is currently supported or not? Software Name: JustDecompile R1 2019; Version: 19.1.118.0
I have a VB 6 app that lost the source code but have .exe files and .iss file etc. We're looking for a trial version to decompile it. I got the JustDecompile installed and tried it but it shows me the error of "JustDecompile supports only valid CLR assemblies. Not Supported file(s)". Can someone please advise?
Thanks!
Hello!
JustDecompile prompts me the following:
"Please specify System.Runtime. 5.0.0.0 location"
What does it want from me?
Thank you!
I've decompiled an assembly and a number of objects and there members are showing only as invalid characters making some of the code unreadable. I have made sure that all references are in place and at a loss, hoping someone has seen this and know what the problem is, any help is appreciated.
Example:
Error at the bottom of the class:
(* being omitted text)Exception in: System.Collections.Generic.SortedDictionary<System.String,System.Tuple<***.***.***.***,System.Boolean>> (***.***.***.***)
Queue empty.
at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
at Telerik.JustDecompiler.Decompiler.TypeInference.TypeInferer.(ICollection`1 ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\TypeInference\TypeInferer.cs:line 525
at Telerik.JustDecompiler.Decompiler.TypeInference.TypeInferer.() in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\TypeInference\TypeInferer.cs:line 445
at Telerik.JustDecompiler.Decompiler.TypeInference.TypeInferer.() in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\TypeInference\TypeInferer.cs:line 363
at Telerik.JustDecompiler.Decompiler.TypeInference.TypeInferer.() in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\TypeInference\TypeInferer.cs:line 307
at Telerik.JustDecompiler.Decompiler.ExpressionDecompilerStep.(DecompilationContext , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\ExpressionDecompilerStep.cs:line 86
at ..(MethodBody , , ILanguage ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\DecompilationPipeline.cs:line 88
at ..(MethodBody , ILanguage ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\DecompilationPipeline.cs:line 70
at Telerik.JustDecompiler.Decompiler.Extensions.( , ILanguage , MethodBody , DecompilationContext& ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\Extensions.cs:line 95
at Telerik.JustDecompiler.Decompiler.Extensions.(MethodBody , ILanguage , DecompilationContext& , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\Extensions.cs:line 58
at ..(ILanguage , MethodDefinition , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\WriterContextServices\BaseWriterContextService.cs:l
I've this .exe file and set of DLLs for a software which keeps track of player points. I need to modify the variable value to increase from 15 to 21. So I looked around for options and Telerik Decompiler was mentioned in quite a few places. I used the decompile and was able to see the .exe source code. However the decompiler doesn't allow me to edit the code.
So how do I go about making that small change in the code and not mess up the existing functionality azar?
Thanks
<?
xml
version
=
"1.0"
?>
<
configuration
>
<
startup
>
<
supportedRuntime
version
=
"v4.0"
sku
=
".NETFramework,Version=v4.0"
/>
</
startup
>
<
runtime
>
<
loadFromRemoteSources
enabled
=
"true"
/>
</
runtime
>
<
system.serviceModel
>
<
bindings
>
<
basicHttpBinding
>
<
binding
name
=
"BasicHttpBinding_IUpdatesService"
/>
</
basicHttpBinding
>
</
bindings
>
<
client
>
<
endpoint
address
=
"http://justdecompile.telerik.com/AutoUpdatesService/UpdatesService.svc"
binding
=
"basicHttpBinding"
bindingConfiguration
=
"BasicHttpBinding_IUpdatesService"
contract
=
"Services.IUpdatesService"
name
=
"BasicHttpBinding_IUpdatesService"
/>
</
client
>
</
system.serviceModel
>
<
system.net
>
<
defaultProxy
enabled
=
"true"
useDefaultCredentials
=
"true"
>
<
proxy
autoDetect
=
"True"
/>
</
defaultProxy
>
</
system.net
>
</
configuration
>