FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
binaryninja-api/api-docs/cppdocs/header.html 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
35
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
/
api-docs
/
cppdocs
/
header.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
97 lines (95 loc) · 3.72 KB
Breadcrumbs
binaryninja-api
/
api-docs
/
cppdocs
/
header.html
Copy path
File metadata and controls
97 lines (95 loc) · 3.72 KB
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
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!-- HTML header for doxygen 1.15.0-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
="
http://www.w3.org/1999/xhtml
"
lang
="
$langISO
"
>
<
head
>
<
meta
http-equiv
="
Content-Type
"
content
="
text/xhtml;charset=UTF-8
"
/>
<
meta
http-equiv
="
X-UA-Compatible
"
content
="
IE=11
"
/>
<
meta
name
="
generator
"
content
="
Doxygen $doxygenversion
"
/>
<
meta
name
="
viewport
"
content
="
width=device-width, initial-scale=1
"
/>
<!--BEGIN PROJECT_NAME-->
<
title
>
$projectname: $title
</
title
>
<!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME-->
<
title
>
$title
</
title
>
<!--END !PROJECT_NAME-->
<!--BEGIN PROJECT_ICON-->
<
link
rel
="
icon
"
href
="
$relpath^$projecticon
"
type
="
image/x-icon
"
/>
<!--END PROJECT_ICON-->
<
link
href
="
$relpath^tabs.css
"
rel
="
stylesheet
"
type
="
text/css
"
/>
<!--BEGIN FULL_SIDEBAR-->
<
script
type
="
text/javascript
"
>
var
page_layout
=
1
;
</
script
>
<!--END FULL_SIDEBAR-->
<
script
type
="
text/javascript
"
src
="
$relpath^jquery.js
"
>
</
script
>
<
script
type
="
text/javascript
"
src
="
$relpath^dynsections.js
"
>
</
script
>
<!--BEGIN COPY_CLIPBOARD-->
<
script
type
="
text/javascript
"
src
="
$relpath^clipboard.js
"
>
</
script
>
<!--END COPY_CLIPBOARD-->
$treeview
$search
$mathjax
<
link
href
="
$relpath^$stylesheet
"
rel
="
stylesheet
"
type
="
text/css
"
/>
$extrastylesheet
<
script
type
="
text/javascript
"
src
="
$relpath^binaryninja-darkmode.js
"
>
</
script
>
<
script
type
="
text/javascript
"
>
document
.
addEventListener
(
'DOMContentLoaded'
,
function
(
)
{
setTimeout
(
function
(
)
{
var
selected
=
document
.
querySelector
(
'#nav-tree .selected'
)
;
if
(
selected
)
{
var
parentLi
=
selected
.
closest
(
'li'
)
;
if
(
parentLi
)
{
var
arrow
=
parentLi
.
querySelector
(
'.arrow'
)
;
var
arrowhead
=
arrow
?
arrow
.
querySelector
(
'.arrowhead.closed'
)
:
null
;
if
(
arrowhead
)
{
arrow
.
click
(
)
;
setTimeout
(
function
(
)
{
if
(
document
.
activeElement
)
{
document
.
activeElement
.
blur
(
)
;
}
}
,
0
)
;
}
}
}
}
,
150
)
;
}
)
;
</
script
>
</
head
>
<
body
>
<!--BEGIN FULL_SIDEBAR-->
<
div
id
="
side-nav
"
class
="
ui-resizable side-nav-resizable
"
>
<!-- do not remove this div, it is closed by doxygen! -->
<!--END FULL_SIDEBAR-->
<
div
id
="
top
"
>
<!-- do not remove this div, it is closed by doxygen! -->
<!--BEGIN TITLEAREA-->
<
div
id
="
titlearea
"
>
<
table
cellspacing
="
0
"
cellpadding
="
0
"
>
<
tbody
>
<
tr
id
="
projectrow
"
>
<!--BEGIN PROJECT_LOGO-->
<
td
id
="
projectlogo
"
>
<
img
alt
="
Logo
"
src
="
$relpath^$projectlogo
"
$logosize
/>
</
td
>
<!--END PROJECT_LOGO-->
<!--BEGIN PROJECT_NAME-->
<
td
id
="
projectalign
"
>
<
div
id
="
projectname
"
>
<
a
href
="
$relpath^index.html
"
>
Binary Ninja C++ API
<!--BEGIN PROJECT_NUMBER-->
<
span
id
="
projectnumber
"
>
 $projectnumber
</
span
>
<!--END PROJECT_NUMBER-->
</
a
>
</
div
>
</
td
>
<!--END PROJECT_NAME-->
<!--BEGIN !PROJECT_NAME-->
<!--BEGIN PROJECT_BRIEF-->
<
td
>
<
div
id
="
projectbrief
"
>
$projectbrief
</
div
>
</
td
>
<!--END PROJECT_BRIEF-->
<!--END !PROJECT_NAME-->
<!--BEGIN DISABLE_INDEX-->
<!--BEGIN SEARCHENGINE-->
<!--BEGIN !FULL_SIDEBAR-->
<
td
>
$searchbox
<
button
id
="
bn-darkmode-toggle
"
class
="
bn-darkmode-toggle
"
onclick
="
cycleDarkMode()
"
title
="
Toggle theme
"
>
◐
</
button
>
</
td
>
<!--END !FULL_SIDEBAR-->
<!--END SEARCHENGINE-->
<!--END DISABLE_INDEX-->
</
tr
>
<!--BEGIN SEARCHENGINE-->
<!--BEGIN FULL_SIDEBAR-->
<
tr
>
<
td
colspan
="
2
"
>
$searchbox
<
button
id
="
bn-darkmode-toggle
"
class
="
bn-darkmode-toggle
"
onclick
="
cycleDarkMode()
"
title
="
Toggle theme
"
>
◐
</
button
>
</
td
>
</
tr
>
<!--END FULL_SIDEBAR-->
<!--END SEARCHENGINE-->
</
tbody
>
</
table
>
</
div
>
<!--END TITLEAREA-->
<!-- end header part -->
Back
|
FazBrowse Home
|
New Git URL