📄️ Introduction
In the previous 2 sessions you started discovering what binary security looks like.
📄️ Registers
You might have already seen the image below.
📄️ Assembly Instructions
We've now learned what assembly is theoretically and what registers are, but how do we use them?
📄️ Dereferencing Addresses
Up to this point we know how to operate with data and can write complex programs using conditional jumps.
📄️ Reading Assembly
objdump
📄️ Summary
The key takeaways from this session are:
📄️ Further Reading
The Whole ISA