mirror of
https://github.com/Flangvik/NetLoader
synced 2026-06-21 13:43:06 +00:00
99508fddeae5649f439dc80dd7c49831b9934937
NetLoader
Loads any C# binary in mem, patching AMSI and bypassing Windows Defender
The binaries are clean compiled from their respective GitHub repos, but feel free to compile / host your own. Code is designed to get binaries from a GitHub, so should be straight forward.
- Clone your own repo from this
- Change the url on line 13 in Program.cs
- Re-Compile / add your own binaries in /Binaries (Regex looks for .bin only!)
- Build and enjoy!
As of 05.05.2020, it's FUD and bypasses Defender.
(Going to try to update and keep it like this)
Credits to https://twitter.com/_RastaMouse for the AMSI bypass -> https://github.com/rasta-mouse/AmsiScanBufferBypass/blob/master/ASBBypass/Program.cs
Description
Languages
C#
100%