How To Learn..
August 6th, 2016
Thank You
assembly
It’s not a 1,2,3 step process, you actually need to learn how app’s are coded.
assembly
It's not a 1,2,3 step process, you actually need to learn how app's are coded.
Read learn how to program and you should be on the right path.
Thanks guys, what exactly is assembly though?
without giving you a paper on about it you should use this.
http://en.wikipedia.org/wiki/Assembler_language
The short vesion is its a low level computer lanauge that is pretty close to machine code. ……. so it will be a pain to kinda get the idea about it. and will be a lot of work to get the game to crack correctly and things like that but if you can get to know it people will love you. I am sure their are other ways to do it. but drawing blanks.
i can teach u cracking:
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
Not sure this was what he meant. I think he wants to make cracks not use them.
usually the files download already has a crack…
u just need to identify it and copy it to installation directory..
it will usually ask for overwrite…click yes and ur good to go
yeah but i think he’s more interested in designing the crack… not just cracking a game.
If i was you i’d try and contact a cracker or a cracking team, or just google it..
to start, grab OllyDBG from:
http://www.ollydbg.de/
and learn about conditional jumps, JNZ’s (jump if not zero), and Nulls. (0x90)
http://www.dreamincode.net/code/snippet450.htm
You basically need to learn assembler, because you need to look at a program in a debugger such as olly, and figure out what it is doing to authenticate the software. Then the general method is to use a conditional jump to bypass the check.
I’m not the best person to talk to about the actual cracking of apps, but i think on hackthissite.org there are a few cracking tests with support forums.
A nice place to start learning assembly is learning how buffer overflows work. I can send you the slides of a talk I gave at the linux society on them, if you would like. Buffer overflows are in no way related to cracking apps, but it’s a nice way to learn an intro into assembler and processer registers.
try our friend google for cracking tutorials (or reverse engineering )