能力值:
(RANK:1060 )
|
-
-
2 楼
#include <idc.idc>
static main() {
auto ptr, i;
ptr = 0x401000;
while ( ptr = FindBinary(ptr, SEARCH_DOWN | SEARCH_NEXT, "CC") ) {
for (i = 0; i < 16; ++i) {
if ( Byte(ptr + i) != 0xCC
&& ((buf + i) & 15) == 0) {
HideArea(buf, buf + i, "", "", "", -1);
buf = buf + i;
break;
}
}
}
}
|
能力值:
( LV2,RANK:10 )
|
-
-
3 楼
去掉的好处是看到养眼,坏处是神奇的F5不在神气了,解决方法:用nop,不要用HideArea
|
能力值:
( LV13,RANK:530 )
|
-
-
4 楼
为啥你的代码被格式化过了?
|
|
|