rapid7 / meterpreter

THIS REPO IS OBSOLETE. USE https://github.com/rapid7/metasploit-payloads INSTEAD
Other
328 stars 143 forks source link

add direct access registry methods #107

Closed bcook-r7 closed 9 years ago

bcook-r7 commented 9 years ago

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

metasploit-public-bot commented 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.

todb-r7 commented 9 years ago

Huh, this says there's a merge conflict, but I'm not seeing it. weird. Maybe it's just not liking the mode changes?

todb-r7 commented 9 years ago

Well it's strange that the .c files are now executable.

todb-r7 commented 9 years ago

Fixed and landed. Sorry for the massive delay.