Completed
07 - Signed and Unsigned Integers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Learning Assembly - Intel 32-bit Architecture with NASM
Automatically move to the next video in the Classroom when playback concludes
- 1 Getting Started with Assembly - Creating a Development Environment with NASM & Microsoft C Compiler
- 2 Debugging Assembly Programs Using WinDbg and Time-Travel Debugging - Getting Started with Assembly
- 3 01 - Introduction to Assembly
- 4 02 - Registers and Components of the CPU
- 5 03 - Bitwise Operations
- 6 04 - Assembly Mnemonics
- 7 05 - Converting to Hexadecimal
- 8 06 - Program Segments and Debugging with GDB
- 9 07 - Signed and Unsigned Integers
- 10 08 - Sign Extension
- 11 09 - Mul and Div
- 12 10 - Conditionals
- 13 11 - Shift and Test
- 14 13 - Bitwise Operations and Endianess
- 15 14 - The Stack
- 16 15 - Functions
- 17 16 - Function Arguments
- 18 18 - EBP + Arguments
- 19 19 - EBP & Locals
- 20 20 - Enter & Leave
- 21 22 - Arrays
- 22 23 - Load Effective Address (LEA) and Buffer Overflows
- 23 24- Basic Shellcode Example
- 24 Tracing Stack Usage and Stack Frames in a Debugger