jmpedi
㈠ 谁能给我找几张彩虹的照片
http://pub.cai.swufe.e.cn/002/ljg125.jpg
http://www.dabaoku.com/sucai/ziran/caihong/001a.jpg
http://jmp.edibay.net/album/yunnan/41.jpg
http://www.dabaoku.com/sucai/ziran/caihong/024x.jpg
http://www.luetu.com/tupian/1776/10798_a.jpg
http://melodyinthesky.blogbus.com/files/1129550124.jpg
http://www.21jtx.com/propic/2006319840057104.jpg
㈡ 泡泡战士穿墙代码怎么穿墙
[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
㈢ 帮我把这段汇编代码改成VC内嵌汇编 C++ VC ASM
难度 很大!!有挑战。。我表示不会!!坐等高手!