1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-20 14:39:22 +01:00
metasploit-payloads/c/meterpreter/workspace
Stephen Fewer c80fcf9558 modularize the source for each technique, making it cleaner to add in new techniques at a later stage.
git-svn-id: file:///home/svn/framework3/trunk@8298 4d416f70-5f16-0410-b530-b9f4589650da
2010-01-28 15:04:27 +00:00
..
common Initial commit of the multi-threaded meterpreter. 2009-12-04 17:37:21 +00:00
elevator update the workspace files. 2010-01-28 13:46:51 +00:00
ext_posix_sample Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly 2009-08-10 02:02:16 +00:00
ext_server_boiler Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
ext_server_espia Replace the use of Critical Sections for locking with Mutex's (thread.c). This appears to resolve a deadlock issue with OpenSSL on some Windows systems. This commit resolves a bug in interactive processes where an interactive waiter thread will chew cpu due to a tight loop introduced by anonymous pipes not blocking (process.c). Dynamic lock creation for OpenSSL has been re-enabled should a future version of OpenSSL require it, AFAIK the current version used, v0.8.9, does not use dynamic lock creation (server_setup.c). Channels have been given locks to help synchronize concurrent access to a single channel. 2009-12-07 13:04:41 +00:00
ext_server_incognito Commit the x64 build of the meterpreter incognito extension. 2009-09-07 09:25:25 +00:00
ext_server_priv modularize the source for each technique, making it cleaner to add in new techniques at a later stage. 2010-01-28 15:04:27 +00:00
ext_server_sniffer Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
ext_server_stdapi updated stapi project file. 2010-01-19 11:07:21 +00:00
metcli Commit the source code for the cross compilable reflective dll injection module. Some minor modifications to the stdapi extension were also required. All the projects (.vcproj) now have an x64 debug/release target as well as an x86 counterpart. 2009-09-04 01:53:58 +00:00
metsrv Initial commit of the multi-threaded meterpreter. 2009-12-04 17:37:21 +00:00
ReflectiveDLLInjection Replace the use of Critical Sections for locking with Mutex's (thread.c). This appears to resolve a deadlock issue with OpenSSL on some Windows systems. This commit resolves a bug in interactive processes where an interactive waiter thread will chew cpu due to a tight loop introduced by anonymous pipes not blocking (process.c). Dynamic lock creation for OpenSSL has been re-enabled should a future version of OpenSSL require it, AFAIK the current version used, v0.8.9, does not use dynamic lock creation (server_setup.c). Channels have been given locks to help synchronize concurrent access to a single channel. 2009-12-07 13:04:41 +00:00
ulibc fix the posix build (patch from JR) 2009-08-09 17:28:44 +00:00
Makefile Major merge of Meterpreter POSIX codebase from JR, Win32 projects may need a few more fixes to work properly 2009-08-10 02:02:16 +00:00
meterpreter.sln update the workspace files. 2010-01-28 13:46:51 +00:00