This website requires JavaScript.
Explore
Help
Sign In
adam
/
metasploit-gs
Watch
1
Star
0
Fork
0
You've already forked metasploit-gs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0a55c7e4b628bf0fe0e6763cc78ff6ba2dbc8649
metasploit-gs
/
external
/
source
/
meterpreter
/
source
/
ReflectiveDLLInjection
T
History
Stephen Fewer
df7a093eb8
force the eip() function to never be inlined under x64 in order to avoid an error being introduced when some unexpected compiler flags are being used. Now the compiler flags used (/O1, /O2, ...) shouldnt pose any problem
2012-07-02 17:40:57 +01:00
..
DelayLoadMetSrv.c
Update project
2012-06-24 14:03:57 -05:00
DelayLoadMetSrv.h
Checkin new code
2012-06-24 14:03:53 -05:00
GetProcAddressR.c
Remove left over debug statements
2012-06-24 14:03:56 -05:00
GetProcAddressR.h
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
LoadLibraryR.c
Remove left over debug statements
2012-06-24 14:03:56 -05:00
LoadLibraryR.h
Commit all the code for the new 'screenshot' command in the stdapi extension. Screenshot will now work on NT4 - 7 on both x86 and x64 and on newer versions of Windows we can break out of session isolation (e.g. session 0 isolation for services) to screenshot the active desktop (or logon screen) without the need to migrate meterpreter. The majority of the migration code-injection stuff has been refactored out into base_inject.c so it can be shared with the new ps_inject() functionality to inject dlls. The 'ps' command now reports what session each process belongs to (if this is too verbose we can remove it or add a -v verbose switch to the ps command). The 'execute' command can now take a -s switch in order to create a process in a users session under the users privs (assuming you have the privs to do this).
2010-03-11 17:09:55 +00:00
ReflectiveDLLInjection.h
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
ReflectiveLoader.c
force the eip() function to never be inlined under x64 in order to avoid an error being introduced when some unexpected compiler flags are being used. Now the compiler flags used (/O1, /O2, ...) shouldnt pose any problem
2012-07-02 17:40:57 +01:00
ReflectiveLoader.h
Checkin new code
2012-06-24 14:03:53 -05:00