rapid7 / rex-core

Created by David Maloney via the GitHub Connector
Other
4 stars 23 forks source link

Add support for Windows Ruby ucrt #40

Closed adfoster-r7 closed 6 months ago

adfoster-r7 commented 6 months ago

Ruby 3.0:

image

Ruby 3.1:

image

I need this method updated, so that msfconsole can print out color via the Reex::text color helpers

Rex::Text Helper:

https://github.com/rapid7/rex-text/blob/843bedf83c44f7c36bbcfaf05b3c2fa49f9d4f28/lib/rex/text/color.rb#L102-L104

supports_color? implementation

https://github.com/rapid7/metasploit-framework/blob/f6e7aacfb5e3724c15b1ed7373522ad071561bc8/lib/rex/ui/text/output/stdio.rb#L98-L112