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→

  1. HelloWorld

  2. Variables

  3. Data Type

  4. Conditional

  5. Switch

  6. Loops

  7. Arrays

  8. Strings

  9. Pointers

  10. Functions

  11. Memory Allocation

  12. Windows API (Introduction)

Last updated