-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
368 lines (347 loc) · 17.4 KB
/
index.html
File metadata and controls
368 lines (347 loc) · 17.4 KB
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description"
content="B2R2 is an open-source binary analysis and reverse engineering framework for .NET, written purely in F#." />
<meta name="keywords" content="B2R2, binary analysis, reverse engineering, F#, .NET" />
<meta name="author" content="Sang Kil Cha" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<title>B2R2 - Open-Source Binary Analysis Framework for .NET</title>
<link rel="canonical" href="https://b2r2.org/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="B2R2" />
<meta property="og:title" content="B2R2 - Open-Source Binary Analysis Framework for .NET" />
<meta property="og:description"
content="Open-source binary analysis and reverse engineering framework for .NET, written purely in F#." />
<meta property="og:url" content="https://b2r2.org/" />
<meta property="og:image" content="https://b2r2.org/images/b2r2-3d.png" />
<meta property="og:image:width" content="640" />
<meta property="og:image:height" content="640" />
<meta property="og:image:alt" content="B2R2 binary analysis framework logo" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="B2R2 - Open-Source Binary Analysis Framework for .NET" />
<meta name="twitter:description"
content="Open-source binary analysis and reverse engineering framework for .NET, written purely in F#." />
<meta name="twitter:image" content="https://b2r2.org/images/b2r2-3d.png" />
<meta name="twitter:image:alt" content="B2R2 binary analysis framework logo" />
<link href="css/b2r2.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">
<link rel="apple-touch-icon" sizes="57x57" href="images/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="images/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="images/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.png">
<link rel="manifest" href="images/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="images/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://b2r2.org/#website",
"url": "https://b2r2.org/",
"name": "B2R2",
"description": "Open-source binary analysis and reverse engineering framework for .NET, written purely in F#."
},
{
"@type": "WebPage",
"@id": "https://b2r2.org/#webpage",
"url": "https://b2r2.org/",
"name": "B2R2 - Open-Source Binary Analysis Framework for .NET",
"description": "Official homepage for B2R2, an open-source binary analysis and reverse engineering framework for .NET.",
"isPartOf": {
"@id": "https://b2r2.org/#website"
},
"about": {
"@id": "https://b2r2.org/#software"
},
"primaryImageOfPage": "https://b2r2.org/images/b2r2-3d.png"
},
{
"@type": "SoftwareApplication",
"@id": "https://b2r2.org/#software",
"name": "B2R2",
"applicationCategory": "DeveloperApplication",
"applicationSubCategory": "Binary Analysis Framework",
"operatingSystem": "Windows, macOS, Linux",
"description": "B2R2 is an open-source binary analysis and reverse engineering framework for .NET, written purely in F#.",
"url": "https://b2r2.org/",
"image": "https://b2r2.org/images/b2r2-3d.png",
"downloadUrl": "https://www.nuget.org/packages/B2R2.RearEnd.Launcher/",
"codeRepository": "https://github.com/B2R2-org/B2R2",
"license": "https://github.com/B2R2-org/B2R2/blob/main/LICENSE.md",
"programmingLanguage": "F#",
"runtimePlatform": ".NET",
"softwareHelp": {
"@id": "https://b2r2.org/B2R2/#api-reference"
},
"subjectOf": [
{
"@id": "https://b2r2.org/B2R2/#api-reference"
}
],
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
},
"sameAs": [
"https://github.com/B2R2-org/B2R2",
"https://www.nuget.org/packages/B2R2.RearEnd.Launcher/"
]
},
{
"@type": "TechArticle",
"@id": "https://b2r2.org/B2R2/#api-reference",
"url": "https://b2r2.org/B2R2/",
"name": "B2R2 API Reference",
"headline": "B2R2 API Reference",
"description": "Reference documentation for the B2R2 library API, including namespaces, types, and usage details for F# and C# developers.",
"isPartOf": {
"@id": "https://b2r2.org/#website"
},
"about": {
"@id": "https://b2r2.org/#software"
},
"audience": {
"@type": "Audience",
"audienceType": "Software developers"
},
"learningResourceType": "API Reference"
},
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What does B2R2 mean?",
"acceptedAnswer": {
"@type": "Answer",
"text": "B2R2 is a binary analysis framework, so its name comes from binary and reversing. Both B and 2 stand for binary, and R stands for reversing. The framework was originally named B2-R2, inspired by R2-D2 from Star Wars. The dash was later removed because .NET identifiers and namespaces do not allow it."
}
},
{
"@type": "Question",
"name": "Does the logo have any special meaning?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. The logo is inspired by Bagua. The two robots facing each other resemble the Tai Chi symbol, and the idea of Yin and Yang mirrors binary values such as 0 and 1. The repeated B2R2 letters and alternating colors also represent this binary duality."
}
}
]
}
]
}
</script>
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">B2R2</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#features">Features</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#download">Download</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#resources">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#faq">FAQ</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<header class="masthead">
<div class="container h-100">
<div class="row h-100">
<div class="col-lg-7 my-auto">
<div class="header-content mx-auto">
<h1 class="mb-5"><span class="text-white">B2R2</span> is a collection of open-source libraries and tools <i class="fas fa-tools"></i> for <i><b class="text-white">binary analysis</b></i>, written entirely in F#.</h1>
<a href="#download" class="btn btn-outline-light btn-outline btn-xl js-scroll-trigger">Download it now!</a>
</div>
</div>
<div class="col-lg-5 my-auto">
<div class="device-container">
<div class="device-mockup iphone6_plus portrait white">
<div class="device">
<div class="screen">
<img src="images/b2r2-3d.png" class="img-fluid" alt="B2R2 logo displayed on the landing page" width="640" height="640">
</div>
<div class="button">
<!-- You can hook the "home button" to some JavaScript events or just remove it -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="features" id="features">
<div class="container">
<div class="section-heading text-center">
<h2>Binary Analysis Made Easy and Fun!</h2>
<p class="text-muted">Key features of B2R2</p>
<hr>
</div>
<div class="row">
<div class="col-lg-12 my-auto">
<div class="container-fluid">
<div class="row">
<div class="col-lg-4">
<div class="feature-item">
<i class="fas text-primary">λ</i>
<h3>Functional First</h3>
<p class="text-muted">Written entirely in F#, B2R2 offers language features that make program analysis easier, including <b>pattern matching</b> and <b>algebraic data types</b>.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item">
<i class="fas fa-fighter-jet text-primary"></i>
<h3>Fast</h3>
<p class="text-muted">Thanks to F# and its functional-first design, B2R2 naturally supports <b>parallelism</b>, making it easier to build highly optimized binary analysis tools.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item">
<i class="fas fa-unlink text-primary"></i>
<h3>Fully Managed</h3>
<p class="text-muted">Because it is fully managed, B2R2 avoids dependency hell. All you need is the .NET SDK to get started.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<div class="feature-item">
<i class="fas fa-handshake text-primary"></i>
<h3>OS Independent</h3>
<p class="text-muted">B2R2 runs on any operating system supported by .NET, including <b>Linux</b>, <b>macOS</b>, and <b>Windows</b>.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item">
<i class="fas fa-pastafarianism text-primary"></i>
<h3>Language Agnostic</h3>
<p class="text-muted">Although B2R2 is written in F#, it interoperates well with other languages, including <b>C#</b> and <b>VB.NET</b>.</p>
</div>
</div>
<div class="col-lg-4">
<div class="feature-item">
<i class="fas fa-unlock-alt text-primary"></i>
<h3>Open Source</h3>
<p class="text-muted">B2R2 is released under the <b>MIT License</b>, so you can use it in commercial projects as well.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="download bg-primary text-center" id="download">
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<h2 class="section-heading">Download B2R2</h2>
<p>B2R2 is available from both NuGet and GitHub.</p>
<div class="badges">
<a class="badge-link" href="https://www.nuget.org/packages/B2R2.RearEnd.Launcher/"><img src="https://raw.githubusercontent.com/NuGet/Home/dev/meta/resources/nuget.png" alt="Download B2R2 from NuGet"></a>
<a class="badge-link" href="https://github.com/B2R2-org/B2R2/releases/"><img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Logo.png" alt="View the B2R2 source code on GitHub"></a>
</div>
</div>
</div>
</div>
</section>
<section class="resources" id="resources">
<div class="container">
<i class="fas fa-gift"></i>
<h3>The source code is freely available on GitHub.</h3>
<p class="lead">
Building B2R2 is as simple as running <code>dotnet build</code> in
your terminal. No <em>dependency hell</em>. It just works.
</p>
<i class="fab fa-github"></i>
<h3>We welcome contributions.</h3>
<p class="lead">
Please read the
<a href="https://github.com/B2R2-org/B2R2/blob/main/CONTRIBUTING.md">contribution guidelines</a>
carefully before opening a pull request.
</p>
<br/>
<a href="https://github.com/B2R2-org/B2R2" class="btn btn-outline-dark btn-lg" role="button"><i class="fas fa-code-branch"></i> Fork B2R2 on GitHub</a>
<a href="https://b2r2.org/B2R2/" class="btn btn-outline-dark btn-lg ml-3" role="button" aria-label="Open the B2R2 API reference"><i class="fas fa-book"></i> Browse the API Reference</a>
</div>
</section>
<section class="faq bg-primary" id="faq">
<div class="container">
<div class="section-heading text-center">
<h2>FAQ</h2>
<p> </p>
</div>
<div class="container">
<h3>Q. What does B2R2 mean?</h3>
<p class="m-4">
B2R2 is a binary analysis framework, so its name comes from
"binary" and "reversing." In fact, both "B" and "2" stand for
<em>binary</em>, and "R" stands for <em>reversing</em>. Originally,
the framework was named B2-R2, inspired by <em>R2-D2</em> from
Star Wars. We later removed the dash (-) because .NET does not
allow it in identifiers or namespaces.
</p>
<h3>Q. Does the logo have any special meaning?</h3>
<p class="m-4">
Yes. It is inspired by <a href="https://en.wikipedia.org/wiki/Bagua">Bagua</a>. The
two robots facing each other at the center of the logo resemble the
Tai Chi symbol. In Taoism, every object in the universe is considered
to have its own energy, or force. This energy can be either negative
or positive, which are known as <a href="https://en.wikipedia.org/wiki/Yin_and_yang">Yin and Yang</a>,
respectively. The idea is strikingly similar to "binary", because two
seemingly opposite values, 0 and 1, can represent any computation a
computer can perform. The repeated B2R2 letters in the logo also
reflect Yin and Yang, or binary duality, through their alternating colors.
</p>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<p>© <a href="https://softsec.kaist.ac.kr/" class="text-muted">SoftSec Lab.</a> @ KAIST, since 2016. All Rights Reserved.</p>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/b2r2.js"></script>
</body>
</html>