Chương trình hỗ trợ crack OllyDog: http://www.ollydbg.de/download.htm
Video hướng dẫn crack:
Mã nguồn chương trình thử nghiệm: vungoimora.cpp
Mã lệnh:
#include <stdio.h>
#include <conio.h>
int main(){
int pwd;
printf("Nhap mat khau: ");
scanf("%d",&pwd);
if (pwd == 1234)
printf("Dang nhap thanh cong");
else
printf("Dang nhap that bai");
getch();
return 0;
}
0 nhận xét:
Đăng nhận xét