1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00

10 Commits

Author SHA1 Message Date
OJ
37fb807a95
Get extapi compiling under mingw 2020-06-25 10:31:53 +10:00
OJ
c8aa435b3c
Finally removed delay loading from the last extension: extapi 2020-04-22 13:06:49 +10:00
OJ
078a3e960f
Finalise 'Release' build for both x86 and x64 _clean_
Still need to fix dependencies and whatnot as well.
2020-04-14 13:18:25 +10:00
OJ
e40f1a0eaf Fix missing field on x64, use packet groups
Despite rigorous testing, the x64 version seemed to be dropping a column
from the result set. This would appear to be due to the differences in
the way the x86 version of the API handles the ubound parameter of the
enumeration.

x86 ubounds are inclusive, where as x64 are exclusive. Hence in the case
of x86 we need to subtract one from the field set, but not in x64.
2014-03-21 17:22:46 +10:00
OJ
a54e37f301 Remove unused defintion 2014-03-12 06:58:47 +10:00
OJ
3ec5aaca3f Fix small indexing issue resulting in a crash 2014-01-23 10:19:33 +10:00
OJ
da194e07b4 Add error message return support
The errors returned still aren't nice though.
2014-01-17 11:43:32 +10:00
OJ
0472814b7f Last tweak to x64 for WMI 2014-01-17 09:13:08 +10:00
OJ
316ae95ac8 Last part of WMI support
There's some messy code in here, but that's what you get for dealing
with COM and nested variant arrays!
2014-01-16 21:48:33 +10:00
OJ
af5d6bd908 First pass of WMI support
Not quite working, but a good deal done.
2014-01-16 13:34:15 +10:00