泡泡战士UCE

谁有泡泡战士的最新版UCE,附上教程,谢了!...
2026年09月22日 10:10
有3个网友回答
网友(1):

[ENABLE]
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov al,00
ret
mov edi,edi
exit:
jmp returnhere
0050316b:
jmp newmem
returnhere:
[DISABLE]
dealloc(newmem)
0050316b:
mov al,01
ret
mov edi,edi
//Alt: db B0 01 C3 8B FF

网友(2):

叫别人改就可以 不用这么麻烦的

网友(3):

分辨率的问题吧,能正常进入吗