15-02-2020, 02:23 PM
(15-02-2020, 01:54 PM)the9am3 كتب : بس ياريت لو مكمل الشرح و شرحت لنا كيفية بروت فورس (التخمين )
اعكس الكود ...
مثلا :
asm
mov eax,user
cmp eax,5
jl @error
mov al,byte ptr[eax+2]
add al,$BD
sub al,2
jb @success
add al,$F8
sub al,2
jb @success
sub al,1
je @success
sub al,3
je @success
@error:
mov M,0
jmp @error1
@success:
mov M,1
jmp @normal
@error1:
mov M,0
@normal: