MCPcopy Create free account
hub / github.com/longld/peda / green

Function green

lib/utils.py:134–136  ·  view source on GitHub ↗

Wrapper for colorize(text, 'green')

(text, attrib=None)

Source from the content-addressed store, hash-verified

132 return CPRE + ccode + "m" + text + CSUF
133
134def green(text, attrib=None):
135 """Wrapper for colorize(text, 'green')"""
136 return colorize(text, "green", attrib)
137
138def red(text, attrib=None):
139 """Wrapper for colorize(text, 'red')"""

Callers 12

_get_helptextMethod · 0.85
aslrMethod · 0.85
context_codeMethod · 0.85
contextMethod · 0.85
cmpmemMethod · 0.85
eflagsMethod · 0.85
get_reg_textMethod · 0.85
xinfoMethod · 0.85
checksecMethod · 0.85
nxtestMethod · 0.85
shellcodeMethod · 0.85
__init__Method · 0.85

Calls 1

colorizeFunction · 0.85

Tested by

no test coverage detected