that is if its possible. I am just wondering because my freind emailed me this exe file (he says that he wrote it. i don't believe him) and i was curious how it works. any advice?
you could open it in the notepad or see propeties and see if his name is in it but there is no way to see the code srry
well thanx anyway. i guess i just have to belive him. maybe i can convince him to tell me how he did it. thanks again
there is to ways to see the code. Cracking a program is not impossible. Have you noticed the similarties between atmos and blade abers ? thats because chaos_bladder cracked atmos. Its very easy to do actually.
well i don't want to it i just want to see the code. do you know how? or a webpage that describes it?
YESSS there is a python decompiler. Now to make my own autobuyer in python which I have some idea of how to do
From what I have experienced (In java) cracking / deobfuscating an obfuscated, compiled class file is fucking hard. Especially if a good obfuscation method was used in the first place. BTW mate, that .exe is most likely a torjan or keylogger.
If it is an .exe file, like from Visual Basic, there is a lot of human readable meta data in there. Use a hex editor like Free Hex Editor. Open up the file, and see if you see the right kind of information. For example it may say the name of the person that created it, or the operating system it was compiled on, or the date, etc. Just check that kind of information and interrogate your friend to see if he gives you the right answers.