I would like to write about mini challenge about reversing the .NET application. There is nothing new here but I just want to create it

Cyber Security Architect | Red/Blue Teaming | Exploit/Malware Analysis
by Rio Asmara Suryadi
I would like to write about mini challenge about reversing the .NET application. There is nothing new here but I just want to create it
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
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.