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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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)
}
}