Hi,
I just wanted to know how to execute shellcode in python/perl like i do in c using
int main(void)
{
((void (*)(void)) shellcode)();
}
I created a linux/x86/meterpreter/bind_tcp...
Type: Posts; User: debub; Keyword(s):
Hi,
I just wanted to know how to execute shellcode in python/perl like i do in c using
int main(void)
{
((void (*)(void)) shellcode)();
}
I created a linux/x86/meterpreter/bind_tcp...