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'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
>
without using build-in plugin finder/installer since it's always failed to connected
thanks
When I decompile code for one of the method I am getting below error. Can someone please guide what can be done to resolve that ?
// Current member / type
: System.Threading.Tasks.Task`1<System.Boolean> TPluginRegistrator.Registrator::AuhorizeAndStoreTokens()
// File path: sample.exe
//
// Product version: 2019.1.118.0
// Exception in: System.Threading.Tasks.Task<System.Boolean> AuhorizeAndStoreTokens()
//
// Specified method is not supported.
// at Telerik.JustDecompiler.Common.Extensions.(TypeReference , TypeReference& ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Common\Extensions.cs:line 113
// at ..(Expression , TypeReference& ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\FixBinaryExpressionsStep.cs:line 240
// at ..(BinaryExpression ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\FixBinaryExpressionsStep.cs:line 221
// at ..(ICodeNode ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Ast\BaseCodeTransformer.cs:line 97
// at ..Visit(ICodeNode ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Ast\BaseCodeTransformer.cs:line 276
// at ..(BinaryExpression ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\FixBinaryExpressionsStep.cs:line 75
// at ..(ICodeNode ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Ast\BaseCodeTransformer.cs:line 97
// at ..Visit(ICodeNode ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Ast\BaseCodeTransformer.cs:line 276
// at ..(DecompilationContext , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\FixBinaryExpressionsStep.cs:line 44
// at Telerik.JustDecompiler.Decompiler.ExpressionDecompilerStep.(DecompilationContext , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\ExpressionDecompilerStep.cs:line 91
// 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.(MethodBody , DecompilationContext , , Func`2 , DecompilationContext& ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\Extensions.cs:line 104
// at Telerik.JustDecompiler.Decompiler.Extensions.(MethodBody , DecompilationContext , & ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Decompiler\Extensions.cs:line 150
// at ..() in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\RebuildAsyncStatementsStep.cs:line 148
// at ..Match() in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\RebuildAsyncStatementsStep.cs:line 57
// at ..(DecompilationContext , ) in C:\DeveloperTooling_JD_Agent1\_work\15\s\OpenSource\Cecil.Decompiler\Steps\RebuildAsyncStatementsStep.cs:line 31
// 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:line 117
//
// mailto: JustDecompilePublicFeedback@telerik.com
Hi,
When I am decompiling my .NET Framework DLL using tool it for some method it generated below code and it gives error.
Why it is providing d__12 ? and it gives error in many method which converted similar as below.
TicketeHttpClient.< GetPluginData > d__12 variable = null;
AsyncTaskMethodBuilder<TPluginJson> asyncTaskMethodBuilder = AsyncTaskMethodBuilder<TPluginJson>.Create();
asyncTaskMethodBuilder.Start < TicketeHttpClient.< GetPluginData > d__12 > (ref variable);
return asyncTaskMethodBuilder.Task;
Please advice what went wrong in this case and how to resolve the problem.
I am trying to unlock a spreadsheet DLL that I locked up with LockXLSRuntime.dll. For some reason this DLL will not decompile. JustDecompile does not give any indication what is invalid about the DLL. The attached file is a .rar with the
Any help would be appreciated.
Thank you.
Richard