Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/print3m/amsi-dll-wrapper

AMSI DLL-Wrapper (DLL-Implant)
https://github.com/print3m/amsi-dll-wrapper

amsi amsi-patch amsi-wrapper dll-hijacking dll-injection dll-proxying dll-wrapper

Last synced: about 2 months ago
JSON representation

AMSI DLL-Wrapper (DLL-Implant)

Awesome Lists containing this project

README

        

# Manual DLL-Wrapping Technique (AMSI DLL-Implant)

Visit related blog post for a better understanding of this code: [print3m.github.io/blog/amsi-dll-wrapper](https://print3m.github.io/blog/amsi-dll-wrapper)

This repository demonstrates a technique for creating DLL-Wrappers using a manual implementation of each exported function from the original DLL module. The built-in Windows `amsi.dll` was used as an example here. This technique can be used to perform some **more stealthy DLL-Hijacking tactics**, or for conveniently manipulating module parameters (function input and output) to get a better idea of what is going on.