Hi folks, I am going to continue the tutorial from my previous post. In my previous post we have been able to activate the command
Author: rioasmara
MSSQL RCE and Reverse Shell xp_cmdshell
Hi Guys Finaly i am back with pentesting tutorial after few weeks discussing about reverse engineering (assembly). Usually after you get access to the database
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.
Simple Integer Array
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