Learning Assembly with NASM

Learning Assembly with NASM Assembly language Assembly language is used to communicate directly with computer hardware. It is architecture-specific and is used in the development of OS and embedded systems programming Notable Unix System Calls Process creation syscall (execve) - Allows execution of the new program I/O syscall (open, read, write) - Exploit file handling vulnerabilities to access, read, or write sensitive files, such as configuration files, passwords, or private user data...

October 16, 2023