decompiling
Run a thread within DLL initialization routine (Win32 assembler)
I need to create (and run!) a thread within (and not outside) the initialization procedure of a specific dll (LoadLibrary).[详细]
2023-04-12 23:21 分类:问答Goto statements in decompiled code causing issues
I\'ve been given some ancient unsupported third party vendor code in a jar file by a customer and I\'m trying to reverse engineer it so I re-implement the same protocol it used to connect to a server.[详细]
2023-04-11 16:58 分类:问答How can I extract images from the .resources file created by a decompile of a .NET assembly?
I am working on recovering the source for an application for a client of mine. I have managed to recover the application code using .NET Reflector. But now I want to neaten the code and recreate开发者[详细]
2023-04-10 10:19 分类:问答How to edit a hardcoded string in compiled DLL?
I have a single compiled dll which i need to change a little. It was written by me half a year ago, but I\'ve lost the source code. There\'s开发者_Go百科 one single hardcoded string in it (it\'s a fil[详细]
2023-04-08 04:21 分类:问答Decompiling Non PC Binary
I have a binary file for some old music hardware I own that\'s been out of production for the past 3 years. The company is now bust and no longer exists.[详细]
2023-04-03 23:20 分类:问答Empty <> before C# class name
I need to repair C# code that was decompiled on with .NET 4. Unfortunately, on my workstation there is only .NET 3.5 installed and that might b开发者_如何转开发e the reason why the following codewon\'[详细]
2023-04-03 13:06 分类:问答What does it mean when you have a variable like access$002 in Java?
I have a java jar I have decompiled with permission of the original developer that we are to use until they can get us a copy of the source code. I have run into a member of a class that looks like th[详细]
2023-04-03 10:56 分类:问答Decompiling VB.Net assembly produces code with invalid member variable names; names starting with $STATIC$
I am doing work for a client who has lost the source code for one of their VB.Net WinForms applications. The assembly they have is not obfuscated at all. I am trying to recover as much of the 开发者_S[详细]
2023-04-03 06:57 分类:问答Multi return statement STRANGE?
Today while playing with a De-compiler, i Decompiled the .NET C# Char Class and there is a strange case which i don\'t Understand[详细]
2023-04-02 23:17 分类:问答Decompiling Dalvik to Java, why so many inconsistencies?
I used dex2jar an开发者_JAVA百科d JD-gui on the dex file of an application, although at several parts of the code, it did not make sense and there were error in term of decompilation.[详细]
2023-04-02 20:19 分类:问答