1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-12-29 02:50:22 +01:00

docs: update Sécurité/Pentest/Process-Hollowing

Cette révision appartient à :
Yvan S 2021-08-18 16:11:32 +00:00 révisé par Mickael Asseline
Parent 3f66be22b4
révision dc68c90536

Voir le fichier

@ -2,7 +2,7 @@
title: Process Hollowing
description: On mets Kaspersky en PLS
published: true
date: 2021-08-18T16:08:43.212Z
date: 2021-08-18T16:11:30.302Z
tags: sécurité, anti-virus, c#, powershell
editor: markdown
dateCreated: 2021-08-18T09:52:51.760Z
@ -130,7 +130,7 @@ namespace Assembly
public static void runner ()
{
//petit timer pour check si il y a un AV.Les AV accèlerent les wait, donc si le temps est différent, avant/après le wait, on quite
//Petit timer pour check si il y a un AV. Les AV accèlerent les wait, donc si le temps est différent, avant/après le wait, on quitte
DateTime t1 = DateTime.Now;
Sleep(2000);
double t2 = DateTime.Now.Subtract(t1).TotalSeconds;