|
|
|
|
|
by sspiff
4342 days ago
|
|
Minor nitpick: X32 is not "32-bit x86", it's an entirely different ABI[1], using 32-bit pointers but the (faster) 64-bit instructions. You're better of just calling it x86 to describe the 32-bit instruction set. I love the connections between jumps and landing sites though, very helpful! [1]: https://en.wikipedia.org/wiki/X32_ABI |
|