C# wolftü bypas Yapma?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Uzman Üye
Katılım
15 May 2018
Mesajlar
273
Çözümler
1
Tepki puanı
21
Ödüller
9
8 HİZMET YILI
wolftü c# tan hile yapıcaktım ama bypas olmadıgı için yapamadım lütfen yardım edin
 
Banlı Üye
Katılım
9 Ağu 2018
Mesajlar
194
Tepki puanı
34
Yaş
26
7 HİZMET YILI
C#:
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) {
}
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst