# Spoof-RetAddr Spoofing the return address of a WinAPI call by modifying the stack, this is the code for the blog post I have written at [x64 Return Address Spoofing](https://hulkops.gitbook.io/blog/red-team/x64-return-address-spoofing) ## Usage To use this code in additional projects, you need to copy the "spoof.asm" and "spoof.h" files. Make sure that "nasm" is installed before compiling this project. ## Disclaimer This tool is intended for educational purposes only. You are solely responsible for the usage of this tool. The creator and contributors to this project are not responsible for any damage or legal consequences caused by the use or misuse of this tool. Use it responsibly and legally.