DLL Injection using LoadLibrary() API

Before we dive into the concept of DLL injection its important to know the basics, So let's start with what is a DLL? and why are they used so widely? Dynamically Linked Library or DLL is are the files written to add features to an application. DLL's contain code and data that can be used... Continue Reading →

Different Visual C/C++ calling conventions

Visual C++ provides different calling conventions based on users requirements for calling internal as well as external functions. Some of the widely used conventions areĀ  __cdecl, __stdcall, __fastcall and __thiscall. We will be discussing how these calling convention differs on the basis of how the arguments are passed, how the stack is cleared after the... Continue Reading →

Create a free website or blog at WordPress.com.

Up ↑