I need to create (and run!) a thread within (and not outside) the initialization procedure of a specific dll (LoadLibrary).
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.
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开发者
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
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.
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\'
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
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
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
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.