MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / RelocationWriteException

Class RelocationWriteException

python/exceptions.py:1–3  ·  view source on GitHub ↗

Exception raised when a relocation fails to apply

Source from the content-addressed store, hash-verified

1class RelocationWriteException(Exception):
2 """ Exception raised when a relocation fails to apply """
3 pass
4
5class ILException(Exception):
6 """ Exception raised when IL operations fail """

Callers 6

writeMethod · 0.85
writeMethod · 0.85
write8Method · 0.85
write16Method · 0.85
write32Method · 0.85
write64Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected