MCPcopy 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
54def 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

runMethod · 0.85

Calls 3

joinMethod · 0.80
encodeMethod · 0.80
splitMethod · 0.45

Tested by

no test coverage detected