Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmsiPatcher

A C++ implementation of the Remote Amsi patcher that creates a powershell process and patches the functions of your choice, AmsiOpenSession and AmsiScanBuffer

ScanBufferPatch

#include <cstdio>
#include "Patcher.h"

int main()
{
	Patcher* patch = new Patcher();
	patch->ScanBufferPatch();
}

OpenSessionPatch

#include <cstdio>
#include "Patcher.h"

int main()
{
	Patcher* patch = new Patcher();
	patch->OpenSessionPatch();
}

If you have any questions, feel free to contact me

About

AmsiPatcher C++ implementation

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages