Files
metasploit-gs/data/utilities/encrypted_payload/func_order64.ld
T

12 lines
138 B
Plaintext
Raw Normal View History

ENTRY(AlignRSP)
2019-10-01 10:12:43 -05:00
SECTIONS
{
.text :
{
*(.text.AlignRSP)
2019-10-01 10:12:43 -05:00
*(.text.ExecutePayload)
*(.text.GetProcAddressWithHash)
}
}