Thanks.
Help decompiling
Started by rpg711, Jul 20 2008 12:10 PM
5 replies to this topic
#1
Posted 20 July 2008 - 12:10 PM
Can somebody help me de-obfuscate and decompile my program? I sorta lost the source code but it is obfuscated at the IL level. It is attached in a RAR archive.
Thanks.
Thanks.
|
|
|
#2
Posted 20 July 2008 - 02:52 PM
LOL, I'm sure that is your code.
Anyways just use OllyDbg, if it is really your code then you should have better luck going through the obfuscation then any of us.
Anyways just use OllyDbg, if it is really your code then you should have better luck going through the obfuscation then any of us.
#3
Posted 20 July 2008 - 06:17 PM
May I ask how I use OllyDbg?
It comes up with the chart but I really don't understand any of the things that come up.
Also, I don't know how I would get the source code from all those letters, is there any function that would automatically find build and save the source code?
It comes up with the chart but I really don't understand any of the things that come up.
Also, I don't know how I would get the source code from all those letters, is there any function that would automatically find build and save the source code?
#4
Posted 20 July 2008 - 06:21 PM
Dude are you serious? You can't just take an executable and turn it back into source code. OllyDbg gets it back to assembly for you.
#5
Posted 20 July 2008 - 11:12 PM
My experience is that deobfuscated source is useless for futher development on it as a project. But it may help to understand how programm operates. So if it is your code the best way is to rewrite it.
#6
Posted 25 July 2008 - 10:18 PM
unfortunately the whole point of obfuscation is to make decompiling a hellish task. You would have better luck using the executable as a reference to rewrite the program.
Visual C# Kicks - Everything C#.NET programming related


Sign In
Create Account


Back to top









