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

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

10 lines
78 B
Plaintext
Raw Normal View History

2019-09-13 10:07:49 -05:00
ENTRY(_ExecutePayload)
SECTIONS
{
.text :
{
*(.text.ExecutePayload)
}
}