mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-12 04:12:05 +02:00
8 lines
211 B
C
Executable File
8 lines
211 B
C
Executable File
/*!
|
|
* @file python_meterpreter_binding.y
|
|
* @brief Declrations for functions that support meterpreter bindings.
|
|
*/
|
|
|
|
VOID binding_startup(Remote* remote);
|
|
VOID binding_add_command();
|
|
VOID binding_init(); |