metasploit-framework/data/utilities/encrypted_payload/func_order.ld

10 lines
78 B
Plaintext

ENTRY(_ExecutePayload)
SECTIONS
{
.text :
{
*(.text.ExecutePayload)
}
}