MCPcopy Create free account
hub / github.com/ReversecLabs/drozer / hexifyString

Method hexifyString

src/drozer/modules/common/shell_code.py:58–59  ·  view source on GitHub ↗
(self, string)

Source from the content-addressed store, hash-verified

56 return 0x00
57
58 def hexifyString(self, string):
59 return map(lambda c: ord(c), string)

Callers 3

generateMethod · 0.80
generateMethod · 0.80
generateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected