My Reading List
Published:
My reading-list organised based on various topics.
Published:
My reading-list organised based on various topics.
Published:
X86 FAQs & Binary Analysis Tools.
Published:
Getting rid of my dependecies on online convertors. The online version coming soon...
Published:
x86-64 Stack Frame Layout
Published:
Here I am collecting some important points from various articiles mentioned in the reference section.
Published:
One of the classic examples of compilers making use of undefined behaviour is as follows: C standars says signed integers overflow is undefined.
Published:
Lambda Calculus.
Published:
Instructions to build Spec2006 using LLVM's Cmake infrastructure.
Published:
The following code illustrates the usage of various APIs to time execution in C++ code. Some of these are applicable in C as well.
Published:
Assembly Language Debugging with gdb.
Published:
Differences in Intel (NASM) vs AT&T (GAS) Syntax.