Uzman Üye
wolftü c# tan hile yapıcaktım ama bypas olmadıgı için yapamadım lütfen yardım edin
onu nası yapacaazvb.net in bypasını c# e çevirebilirsin
try {
string folderPath = Environment.GetFolderPath(SpecialFolder.Windows);
FileSystem.FileClose(new int[] { 1 });
FileSystem.FileClose(new int[] { 2 });
if (My.Computer.FileSystem.FileExists((folderPath + "\\xspirit.sys"))) {
FileSystem.FileOpen(1, (folderPath + "\\xspirit.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1);
}
else {
File.WriteAllBytes((folderPath + "\\xspirit.sys"), new byte[] { 0 });
FileSystem.FileOpen(1, (folderPath + "\\xspirit.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1);
}
if (My.Computer.FileSystem.FileExists((folderPath + "wolftü.bin\\xhunter1.sys"))) {
FileSystem.FileOpen(2, (folderPath + "\\xhunter1.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1);
}
else {
File.WriteAllBytes((folderPath + "\\xhunter1.sys"), new byte[] { 0 });
FileSystem.FileOpen(2, (folderPath + "\\xhunter1.sys"), OpenMode.Append, OpenAccess.ReadWrite, OpenShare.LockReadWrite, -1);
}
}
catch (Exception exception1) {
ProjectData.SetProjectError(exception1);
Exception ex = exception1;
ProjectData.SetProjectError(ex);
Exception exception = ex;
ProjectData.ClearProjectError();
ProjectData.ClearProjectError();
}
//set wolftü process
// if wolftü process detected
Process[] p = null;p = Process.GetProcessesByName("wolftü.bin");if (p.Count == 1) {
}