Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ escaped_output
Function
escaped_output
python/examples/angr_plugin.py:54–55 ·
view source on GitHub ↗
(str)
Source
from the content-addressed store, hash-verified
52
53
54
def
escaped_output(str):
55
return
'\n'
.join([s.encode(
"string_escape"
)
for
s in str.split(
'\n'
)])
56
57
58
# Define a background thread object for solving in the background
Callers
1
run
Method · 0.85
Calls
3
join
Method · 0.80
encode
Method · 0.80
split
Method · 0.45
Tested by
no test coverage detected