Source Code C# Anti HTTP Debugger

0

0x58B

Active Member
Joined
Sep 3, 2022
Messages
19
Reaction score
5
C#:
using System.ServiceProcess;


foreach (ServiceController s in ServiceController.GetServices())
                {
                    if (s.ServiceName.Contains("HTTPDebugger") && s.Status == ServiceControllerStatus.Running)
                    {
                    Console.WriteLine("lol :P");
                    Process.GetCurrentProcess().Kill();

                    }
                }

Kendim Kullandığım Korumalarımdan biriydi, Etrafta Process ve Title Check Dışında Hiçbir şey olmadığı için paylaşma gereği duydum.
Ekstra olarak forumda unpackme gibi örneklerin paylaşılabileceği bir bölüm var mı?
Kolay gelsin, iyi forumlar.
 
O

Osderda

>.....
Admin
Joined
Sep 19, 2019
Messages
2,892
Reaction score
3,919
Location
X399+WF3 Kadıköy, İstanbul
unpackme projelerini Genel of topic de paylaşabilirsiniz, eğer ayrı bir bölüm açılmasını isterseniz yönetici ekibimize bildirebilirim. iyi forumlar.
 
0

0x58B

Active Member
Joined
Sep 3, 2022
Messages
19
Reaction score
5
unpackme projelerini Genel of topic de paylaşabilirsiniz, eğer ayrı bir bölüm açılmasını isterseniz yönetici ekibimize bildirebilirim. iyi forumlar.
Elbette ayrı bir bölüm çok daha işlevsel olur, genel'e de açabilirim fakat gereksiz mesaj yağmuru, ve bir çok sorun olabilir.
benim için sıkıntı yok da öylesi çok daha iyi olur aslında.
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom