Introduction
Hey Reader !!
Here, we are gonna write some C code, compile them, look its disassembly and see how C Code constructs in assembly.
Coding environment→
Windows OS (FlareVM)
cl.exe (Visual Studio Dev Tools) Compiler for 32 bit EXEs
IDA Freeware for disassembly
C Concepts covered→
HelloWorld
Variables
Data Type
Conditional
Switch
Loops
Arrays
Strings
Pointers
Functions
Memory Allocation
Windows API (Introduction)
Last updated