Master_mati im getting a problem once i inject the first code
[ENABLE]
alloc(newmem,2048)
alloc(X,30)
alloc(Y,8)
label(exit)
label(returnhere)
4230AA:
jmp newmem
returnhere:
newmem:
cmp [10044004],ff
je exit
mov [10044000],00
pushad
pushfd
push 00000000
push 10000000
push 10003FD0
push 02
call SetWindowsHookExA
mov [10044004],ff
push 0
mov [X],74696C45
mov [X+4],70767065
mov [X+8],2E737265
mov [X+C],006D6F63
mov eax,X
push eax
mov [Y],69746341
mov [Y+4],65746176
mov eax,Y
push eax
push 0
call messageboxa
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere
UnhookWindowsHookEx:
ret 0004
[DISABLE]
4230AA:
mov ecx,[ebp-0c]
pop edi
pop esi
10044000:
nop
UnhookWindowsHookEx:
ret 0004
dealloc(newmem,2048)
dealloc(X,30)
dealloc(Y,8)
It says" Error in line 22(called setwindowshookexa): This instruction cant be compiled.
Help please?
[ENABLE]
alloc(newmem,2048)
alloc(X,30)
alloc(Y,8)
label(exit)
label(returnhere)
4230AA:
jmp newmem
returnhere:
newmem:
cmp [10044004],ff
je exit
mov [10044000],00
pushad
pushfd
push 00000000
push 10000000
push 10003FD0
push 02
call SetWindowsHookExA
mov [10044004],ff
push 0
mov [X],74696C45
mov [X+4],70767065
mov [X+8],2E737265
mov [X+C],006D6F63
mov eax,X
push eax
mov [Y],69746341
mov [Y+4],65746176
mov eax,Y
push eax
push 0
call messageboxa
popfd
popad
exit:
mov ecx,[ebp-0c]
pop edi
pop esi
jmp returnhere
UnhookWindowsHookEx:
ret 0004
[DISABLE]
4230AA:
mov ecx,[ebp-0c]
pop edi
pop esi
10044000:
nop
UnhookWindowsHookEx:
ret 0004
dealloc(newmem,2048)
dealloc(X,30)
dealloc(Y,8)
It says" Error in line 22(called setwindowshookexa): This instruction cant be compiled.
Help please?