Hello People i lost the source code for my .dll and now i need it i found a program that will decompile it to ASM but i have NOOOOOO clue how how to understand ASM can i get some one to help me convert it back VC++????
Printable View
Hello People i lost the source code for my .dll and now i need it i found a program that will decompile it to ASM but i have NOOOOOO clue how how to understand ASM can i get some one to help me convert it back VC++????
Translate the disassembled code of a whole DLL to C++? Are you aware of what you're asking?
Ya i know It a LOT but its REALY NEEDED
I am not aware of anything that can do that..... but if someone knows of one, I'd be interested.........
You do realize that ASM deals in memory registers.... and that anything that decompiles it is going to have mumbo-jumbo for variable names????
Plus, any JMP command (in ASM) couls mean a loop, a for, an If, Try/Catch.....