Grant Willcox

Results 252 comments of Grant Willcox
trafficstars

Been unable to replicate this with Ruby 3.1.2 (same version you are running) and pg 1.4.5. Here is the output from my tests: ``` ~/git/metasploit-framework │ master *1 !1 ?10...

Might be good to close this now that https://github.com/iftheshoefritz/solargraph-rails/pull/49 has landed which essentially fixes this issue.

For context with above fixes `msfconsole` seems to start up fine and `msfdb` was confirmed to be able to start the database. Have not done testing beyond this to see...

Nokigiri gem has been updated to support 3.2.0 with the release of 1.14.0 which is now out of beta and at https://github.com/sparklemotion/nokogiri/releases/tag/v1.14.0

Put an initial PR up for this, but it seems like two of our tests in our test suite break if we add Ruby 3.2 support, so there is some...

Fixed with https://github.com/rapid7/metasploit-framework/pull/17559

Tagging this `rn-modules` since this was also missing the tag in preparation for tomorrow's release.

Note for testing might be an idea to use a module such as `modules/post/windows/gather/enum_ad_users.rb` and check that is still working.

Found a few other functions with incorrect return definitions. Attempted to update them but not 100% sure if the definitions are correct. Let me know if you see anything that...

Looks like setting the return type to LPVOID as you suggested didn't work, but ULONG_PTR or PULONG_PTR works, likely as the former isn't treated as a pointer type.