DEV Community

Cover image for Reversing x64
Sriram Jayarman
Sriram Jayarman

Posted on

Reversing x64

I have this bit of code (function) in x64 assembly. I am not able to understand what it does. I get lost with MOVSX, MOVZX and MOVSXD.

Code snippet

Top comments (0)