rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
325 stars 144 forks source link

getsystem_namedpipes_synch #183

Closed NickSampanis closed 8 years ago

NickSampanis commented 8 years ago

I accidentally deleted the remote branch, because i was bored to resolve the conflict i created between the local and the remote branch. Anyway, this is a fixed patch which replaces the Sleep(500) with a more reliable signal technique based on semaphores. In case the creation of the semaphore fails, it will use the old Sleep() technique. Sorry for the reposting.

metasploit-public-bot commented 8 years ago

Can one of the admins verify this patch? For more information see: https://github.com/rapid7/metasploit-payloads/wiki/CI-Testing

bcook-r7 commented 8 years ago

Jenkins, this is ok to test

bcook-r7 commented 8 years ago

I ported this to the new repo, so closing this one: https://github.com/rapid7/metasploit-payloads/pull/30