i just want to know if someone could make a TuT on how to decompile a hack or c++ project..Thank you
how to decompile a hack
Interesting. If you want to know how a hack works, just reverse it. i.e. if it injects the hack itself via WriteProcessMemory just dump it and you can rip their memory writes in a few seconds.
or c++ project
it doesn't matter what lanugage the project is, it still produced an executable, in which to 'decompile' to 'dissasemble' and reverse engineer, in reality
also, there could be a million different ways you can, or have to, reverse a file. this question is to generic and the threads purpose can never be more than vague. perhaps start trying to learn what hacking even is. its hard to give you an answer, what is 1 exact goal of yours? because you're basically asking "how do i hack."
thanks i know all the basics of c++ and some of java.I just wanted to use peoples bases on there hack.I download the cabase but it gave me a extraction error on winrar
Well, if you want to disassemble a .exe file, you'd best go for Red's .NET Reflector, i haven't found one to disassemble .DLLs though.