모 뢰 .
모 많 뢰 뢰 Reverse Engineering
뢰 만 coder 떤 는 부 .
모 많 뢰 뢰 Reverse Engineering
뢰 만 coder 떤 는 부 .
목: 뢰
: 2 배 만들 며 .
Crack: 료 , Inline Patch 배 부 보 뢰 1 료.
: 2 배 만들 며 .
Crack: 료 , Inline Patch 배 부 보 뢰 1 료.
는 뢰 coder 대 C 벽 . (마 M$ 는 벽 .)
--------------------------------뢰 --------------------------------
int func(int limit)
{
int num = (int)rand();
return num%limit;
}
// 뢰
// srand(GetTickCount()); 를 밖 .
main_func()
{
...
int base = 0x1E; // (30) <- main_func() 매변 받.
int height = 0x10; // (16)
int count = 0x0A; // 뢰 (10)
int map[height][base] = {0x0f, }; // 눈 볼 x는 뒤 y는 는 .. 뢰 는 0x0f 는 0x80
int ret_base, ret_height;
do {
ret_base = func(base)++;
ret_height = func(height)++;
if(map[ret_height][ret_base] == 0x80)
continue;
map[ret_height][ret_base] = 0x80;
count--;
} while(count);
...
}
// map 배 DS:1005340
--------------------------------뢰 --------------------------------










