FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binaryninja-api/python/exceptions.py at dev · Vector35/binaryninja-api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
Vector35
/
binaryninja-api
Public
Notifications
You must be signed in to change notification settings
Fork
294
Star
1.3k
Code
Issues
1.9k
Pull requests
37
Discussions
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
binaryninja-api
/
python
/
exceptions.py
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (12 loc) · 412 Bytes
Breadcrumbs
binaryninja-api
/
python
/
exceptions.py
Copy path
File metadata and controls
15 lines (12 loc) · 412 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
class
RelocationWriteException
(
Exception
):
""" Exception raised when a relocation fails to apply """
pass
class
ILException
(
Exception
):
""" Exception raised when IL operations fail """
pass
class
ProjectException
(
Exception
):
""" Exception raised when project operations fail """
pass
class
ExternalLinkException
(
Exception
):
""" Exception raised when external library/location operations fail """
pass
Back
|
FazBrowse Home
|
New Git URL