This is a tutorial by my friend Godofcereal, enjoy it guys. Check out more videos at www.hackinghq.com
For this tutorial you should have basicaly programming knowledge and at least know what assembly is. If you don’t, thats ok. I’ve provided some links to tutorials in the description of this video. What is assembly? en.wikipedia.org Basic assembly programming tutorial www.xs4all.nl Assembly cheat sheet: ADD Add SUB Subtract AND Logical AND CALL Call procedure CMP Compare operands Jxx Jump if condition (JA, JAE, JB, JBE, JC, JCXZ, JE, JG, JGE, JL, JLE, JNA, JNAE, JNB, JNBE, JNC, JNE, JNG, JNGE, JNL, JNLE, JNO, JNP, JNS, JNZ, JO, JP, JPE, JPO, JS, JZ) JMP Jump MOV Move NOP No operation OR Logical OR POP Pop data from stack PUSH Push data onto stack RET Return from procedure RETN Return from near procedure SHL Shift left (multiply) SHR Shift right (unsigned divide) TEST Logical compare (AND) XOR Exclusive OR opcodes – opcodes are numbers that represent actualy instructions that the computer can understand mirror.href.com Here is the link to the crack me file I used in this tutorial: www.woodmann.com