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
Cyber Security Architect | Red/Blue Teaming | Exploit/Malware Analysis
by Rio Asmara Suryadi
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
Here is the list of conditional jump with its description jz loc Jump to specified location if ZF = 1. jnz loc Jump to specified
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.
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.
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.
Hi Engineer, I would like to write tutorial about C array in the assembly. Lets start from the basic concept Here is the C code