Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReversecLabs/drozer
/ hexifyNull
Method
hexifyNull
src/drozer/modules/common/shell_code.py:55–56 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
53
return
[int(
"0x"
+ byte[0:2], 16), int(
"0x"
+ byte[2:4], 16)]
54
55
def
hexifyNull(self):
56
return
0x00
57
58
def
hexifyString(self, string):
59
return
map(
lambda
c: ord(c), string)
Callers
2
generate
Method · 0.80
generate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected