Help my ASM sux

03/30/2007 19:01 craby987#1
???
03/30/2007 20:34 noctorum#2
Quote:
Originally posted by craby987@Mar 30 2007, 19:01
Ok I have absolutely no idea how to insert a value into something such a raise a score from 1 to 10000 any help? Or for instance make your cof 5 with out NOP'ing.
This can not be done with nop'ing, it must be done either through a codecave or modifying the line (if its unscanned). Lets say the value was stored in EAX, the correct assembly code to change the value in EAX to 5 would be;
Code:
MOV EAX,5
Syntax;
Code:
MOV [destination],[value]
04/01/2007 20:39 noctorum#3
I can't really explain it any clearer than that. Whats the issue your having?
04/24/2007 19:54 muscle-fighter#4
[Only registered and activated users can see links. Click Here To Register...]
there's tons of better guides/books but it's a start :p