Files
metasploit-gs/lib
Spencer McIntyre 9d757990fe Fix LocalAlloc/LocalFree definitions
Railgun should not be using DWORD for pointer sizes because it breaks
things on 64-bit sessions.

Fixes #18544
2023-11-20 16:23:33 -05:00
..
2022-03-16 14:24:45 -05:00
2023-06-29 22:53:17 +01:00
2023-10-06 15:49:06 +01:00
2023-09-24 17:42:00 -04:00
2023-11-20 16:23:33 -05:00
2023-09-24 17:42:00 -04:00

This is where all of the libraries and mixins of Metasploit live. Generally speaking any code that will be reused across multiple modules will be placed into a library or mixin which will then be placed under this folder.