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
難度 很大!!有挑戰。。我表示不會!!坐等高手!