Hi friends, I want to discuss about the .net serialization which lately become a quite hot. There are alot of discussion about the detail of
Injecting MSFVenom Shellcode into QueueUserAPC
Hi fellows, I just want to share C codes that enable to inject shellcodes to its process using QueueUserAPC with NtTestAlert. The advantage of this technique
Requesting Priviledge Token SE_PRIVILEGE_ENABLED
Hi Friend, I would like to give a simple tutorial on windows programming to escalate your priviledge token programatically. In this tutorial is to enable
Dll Runtime Injection
I would like to write about basic runtime dll injection which one method that used by malware creator to inject their process to other application.
x86 Function Call Conventions
Hi Fellow, At this bloc article I am going to write about the difference call standard in x86 assembly. 1. cdecl As we can see
x86 : Conditional Jump
Here is the list of conditional jump with its description jz loc Jump to specified location if ZF = 1. jnz loc Jump to specified