mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-03-18 15:14:10 +01:00
8 lines
197 B
C
8 lines
197 B
C
/*!
|
|
* @file python_meterpreter_binding.y
|
|
* @brief Declrations for functions that support meterpreter bindings.
|
|
*/
|
|
|
|
VOID binding_startup();
|
|
VOID binding_add_command();
|
|
VOID binding_init(); |