Linux x86-64 calling convention

2020-01-02

Calling convention is how the function receives the parameters and how they return a result. This is important when solving pwnable CTF challenges because there’s a lot of situations where you have to use these features.

Read More