|
-
Oct 16th, 2002, 11:27 PM
#1
Thread Starter
Hyperactive Member
Help
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++????
-
Oct 17th, 2002, 09:14 AM
#2
Translate the disassembled code of a whole DLL to C++? Are you aware of what you're asking?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 17th, 2002, 12:20 PM
#3
Thread Starter
Hyperactive Member
Ya i know It a LOT but its REALY NEEDED
-
Oct 17th, 2002, 12:58 PM
#4
I am not aware of anything that can do that..... but if someone knows of one, I'd be interested.........
-
Oct 17th, 2002, 01:00 PM
#5
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.....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|