Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generate
Method · 0.80
generate
Method · 0.80
generate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected