Closed bcook-r7 closed 9 years ago
Test PASSED. Refer to this link for build results (access rights to CI server needed): https://ci.metasploit.com//job/GPR-MeterpreterWin/135/ Test PASSED.
Huh, this says there's a merge conflict, but I'm not seeing it. weird. Maybe it's just not liking the mode changes?
Well it's strange that the .c files are now executable.
Fixed and landed. Sorry for the massive delay.
This adds registry access methods that do an atomic open//close on
registry keys. They improve efficiency and safety, since we're not passing
HKEY's back and forth to enumerate or read registry keys. This better fits the
common usage patterns anyway.
This is part of the fix for https://github.com/rapid7/metasploit-framework/issues/3693