Hiding Function Calls in C#

<p>its been quite a minute since my last article talking about malware development in python, in this article im shifting the focus a bit to C#, .NET Framework in particular</p> <h1>lets have a bit of a background</h1> <p>not a while ago i decided to learn C# to enhance my Windows Targeted Malware Development Capability, so i started reproducing most of the injection and AV bypassing techniques i&rsquo;ve seen during THM Red Team Path and Sektor7 courses in C#, one technique i really liked is hiding Function calls using dynamic importations and type redefinitions</p> <p>in C/C++ for example redefining VirtualAlloc would look like this</p> <p><a href="https://systemweakness.com/hiding-function-calls-in-c-1cc0de0c50b7"><strong>Learn More</strong></a></p>