Skip to main content

One post tagged with "Assembly"

An assembly is a low-level programming language that uses symbolic representations to refer to binary machine code instructions. It's a human-readable language that's specific to a particular computer architecture or processor family. Assembly languages allow programmers to write code at a level close to the machine, but still higher than machine code itself.

View All Tags

THM | x86 Assembly Crash Course

· 14 min read

Malware Analysis | x86 Assembly Crash Course | Summary:

The room discusses various aspects of x86 assembly language programming, covering essential concepts such as opcodes and operands, general assembly instructions, arithmetic and logical instructions, conditionals, and branching instructions.

It also includes some warnings about the use of these instructions in real-world scenarios, particularly related to shellcode injection.