12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
ENTRY(AlignRSP)
|
|
SECTIONS
|
|
{
|
|
.text :
|
|
{
|
|
*(.text.AlignRSP)
|
|
*(.text.ExecutePayload)
|
|
*(.text.GetProcAddressWithHash)
|
|
}
|
|
|
|
}
|