# Functions
NewAMD64Registers creates a new AMD64Registers struct from a CONTEXT struct and the TEB base address of the thread.
NewCONTEXT allocates Windows CONTEXT structure aligned to 16 bytes.
# Structs
AMD64Registers represents CPU registers on an AMD64 processor.
CONTEXT tracks the _CONTEXT of windows.
M128A tracks the _M128A windows struct.
XMM_SAVE_AREA32 tracks the _XMM_SAVE_AREA32 windows struct.