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
Category: Reverse Engineering
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
X86 Assembly Struct Padding
Hi Friends I would like to write about struct padding. Struct padding is all about the alignment of the data in memory for read optimization.
IDA Pro Labeling struct
Hi Everybody In this post, I am going to write about labeling c struct which improve our assembly reading which make easier to do interpretation.
IDAPython : XRef tutorial and Python Debug
Dear Friends, Happy new year all. After taking a break a week or so, I am going to write tutorial about IDAPython especially about XRef.