ใครคิดอยากเป็นมือโปร ที่ไม่ใช่เครื่องมือช่วย hackแบบมือโปร
รองหาผลรับจาก Code ภาษา ชี นี้ ถ้าใครหาได้ เกีบเป้นมือโปร
//* คำแนะนำ Code นี้อาจจะยากไปสำรับมือใหม่ หรือ คนที่ไม่ใช้เก่งเรื่องภาษาชี
Code นี้มี การใช้ function pointer เข้ามาช่วยนะ *\\
-ทิ้งท้าย ภาษาชีเป็นภาษาที่ มาตฐาน ที่ใช้เขียนระบบปฎิบัติการ วินโดว หรือ Os -
มาเริ่มกันเลย
Go Go Go to hacker your Dream everybody let's Go
มันไม่ยาอยางที่คิด แต่มันอาจจะ ใช้สมองเยอะไปหน่อยนะ ิอิอิอิ สุ้ๆๆๆ
แก้ให้แล้วนะครับโทษที พิมตก
-----------------------------
-----------------------------
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
int check_authentication(char *password){
char password_buffer[16];
int auth_flag = 0;
strcpy(passworwd_buffer, password);
if(strcmp(password_buffer, "brilling") == 0)
auth_flag = 1;
if(strcmp(password_buffer, "outgrade") == 0)
auth_flag = 1;
return auth_flag;
}
int main(int argc, char *argv[]){
if(argc < 2 ){
printf("Usage: %s <password>\n", argv[0]);
Exit(0);
}
if (check_authentication(argv[1])){
printf("\n====================\n");
printf(" Access Granted.\n");
printf("-=====================\n");
}else{
printf("\n Access Denied.\n");
}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น