284 lines
13 KiB
HTML
284 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta name="author" content="Vector 35 Inc">
|
|
<link rel="shortcut icon" href="../img/favicon.ico">
|
|
<title>Open Source - Binary Ninja User Documentation</title>
|
|
<link href='https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel='stylesheet' type='text/css'>
|
|
|
|
<link rel="stylesheet" href="../css/theme.css" type="text/css" />
|
|
<link rel="stylesheet" href="../css/theme_extra.css" type="text/css" />
|
|
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css">
|
|
<link href="../docs.css?1535411025" rel="stylesheet">
|
|
|
|
<script>
|
|
// Current page data
|
|
var mkdocs_page_name = "Open Source";
|
|
var mkdocs_page_input_path = "about/open-source.md";
|
|
var mkdocs_page_url = "/about/open-source.html";
|
|
</script>
|
|
|
|
<script src="../js/jquery-2.1.1.min.js" defer></script>
|
|
<script src="../js/modernizr-2.8.3.min.js" defer></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/cpp.min.js"></script>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/languages/python.min.js"></script>
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-72420552-3', 'docs.binary.ninja');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body class="wy-body-for-nav" role="document">
|
|
|
|
<div class="wy-grid-for-nav">
|
|
|
|
|
|
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
|
|
<div class="wy-side-nav-search">
|
|
<a href="../index.html" class="icon icon-home"> Binary Ninja User Documentation</a>
|
|
<div role="search">
|
|
<form id ="rtd-search-form" class="wy-form" action="../search.html" method="get">
|
|
<input type="text" name="q" placeholder="Search docs" title="Type search term here" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
|
<ul class="current">
|
|
|
|
|
|
<li class="toctree-l1">
|
|
|
|
<a class="" href="../index.html">Home</a>
|
|
</li>
|
|
|
|
<li class="toctree-l1">
|
|
|
|
<a class="" href="../getting-started.html">Getting Started Guide</a>
|
|
</li>
|
|
|
|
<li class="toctree-l1">
|
|
|
|
<span class="caption-text">User Guide</span>
|
|
<ul class="subnav">
|
|
<li class="">
|
|
|
|
<a class="" href="../guide/plugins.html">Using and Writing Plugins</a>
|
|
</li>
|
|
<li class="">
|
|
|
|
<a class="" href="../guide/troubleshooting.html">Troubleshooting</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="toctree-l1">
|
|
|
|
<span class="caption-text">Developer Guide</span>
|
|
<ul class="subnav">
|
|
<li class="">
|
|
|
|
<a class="" href="../dev/documentation.html">Contributing Documentation</a>
|
|
</li>
|
|
<li class="">
|
|
|
|
<a class="" href="../dev/bnil-llil.html">BNIL Guide: LLIL</a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
<li class="toctree-l1">
|
|
|
|
<span class="caption-text">About</span>
|
|
<ul class="subnav">
|
|
<li class="">
|
|
|
|
<a class="" href="license.html">License</a>
|
|
</li>
|
|
<li class=" current">
|
|
|
|
<a class="current" href="open-source.html">Open Source</a>
|
|
<ul class="subnav">
|
|
|
|
<li class="toctree-l3"><a href="#binary-ninja">Binary Ninja</a></li>
|
|
|
|
<ul>
|
|
|
|
<li><a class="toctree-l4" href="#open-source">Open Source</a></li>
|
|
|
|
<li><a class="toctree-l4" href="#building-qt">Building Qt</a></li>
|
|
|
|
</ul>
|
|
|
|
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
|
|
</nav>
|
|
|
|
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
|
|
|
|
|
<nav class="wy-nav-top" role="navigation" aria-label="top navigation">
|
|
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
|
<a href="../index.html">Binary Ninja User Documentation</a>
|
|
</nav>
|
|
|
|
|
|
<div class="wy-nav-content">
|
|
<div class="rst-content">
|
|
<div role="navigation" aria-label="breadcrumbs navigation">
|
|
<ul class="wy-breadcrumbs">
|
|
<li><a href="../index.html">Docs</a> »</li>
|
|
|
|
|
|
|
|
<li>About »</li>
|
|
|
|
|
|
|
|
<li>Open Source</li>
|
|
<li class="wy-breadcrumbs-aside">
|
|
|
|
</li>
|
|
</ul>
|
|
<hr/>
|
|
</div>
|
|
<div role="main">
|
|
<div class="section">
|
|
|
|
<h1 id="binary-ninja">Binary Ninja<a class="headerlink" href="#binary-ninja" title="Permanent link">¶</a></h1>
|
|
<h2 id="open-source">Open Source<a class="headerlink" href="#open-source" title="Permanent link">¶</a></h2>
|
|
<p>Vector 35 is grateful for the following open source packages that are used in Binary Ninja directly or indirectly:</p>
|
|
<ul>
|
|
<li>Documentation<ul>
|
|
<li><a href="https://github.com/snide/sphinx_rtd_theme/">breathe-rtd-theme</a> (<a href="https://github.com/snide/sphinx_rtd_theme/blob/master/LICENSE">breathe-rtd-theme license</a> - MIT)</li>
|
|
<li><a href="https://github.com/michaeljones/breathe">breathe</a> (<a href="https://github.com/michaeljones/breathe/blob/master/LICENSE">breathe license</a> - BSD)</li>
|
|
<li><a href="http://www.stack.nl/~dimitri/doxygen/">doxygen</a> (<a href="https://github.com/doxygen/doxygen/blob/master/LICENSE">doxygen license</a> - GPLv2)</li>
|
|
<li><a href="https://github.com/squidfunk/mkdocs-material">mkdocs-material</a> (<a href="https://github.com/squidfunk/mkdocs-material/blob/master/LICENSE">mkdocs-material License</a> - BSD)</li>
|
|
<li><a href="http://www.mkdocs.org/">mkdocs</a> (<a href="https://github.com/mkdocs/mkdocs/blob/master/LICENSE">mkdocs license</a> - BSD)</li>
|
|
<li><a href="http://www.sphinx-doc.org/en/stable/index.html">sphinx</a> (<a href="https://github.com/sphinx-doc/sphinx/blob/master/LICENSE">sphinx license</a> - BSD and others)</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<p>The previous tools are used in the generation of our documentation, but are not distributed themselves and are merely listed here in acknowledgement for the value they provide.</p>
|
|
<ul>
|
|
<li>
|
|
<p>UI</p>
|
|
<ul>
|
|
<li><a href="https://github.com/SSNikolaevich/DejaVuSansCode">dejavusanscode</a> (<a href="https://github.com/SSNikolaevich/DejaVuSansCode/blob/master/LICENSE">dejavusanscode license</a> - multiple open licenses)</li>
|
|
<li><a href="https://www.google.com/fonts/specimen/Open+Sans">opensans</a> (<a href="http://www.apache.org/licenses/LICENSE-2.0.html">opensans license</a> - Apache 2.0)</li>
|
|
<li><a href="https://www.qt.io/download/">qt</a> (<a href="https://www.qt.io/qt-licensing-terms/">qt license</a> - LGPLv3 / note, please see our <a href="open-source.html#building-qt">qt build instructions below</a>)</li>
|
|
<li><a href="https://github.com/adobe-fonts/source-code-pro">sourcecodepro</a> (<a href="https://github.com/adobe-fonts/source-code-pro/blob/master/LICENSE.txt">sourcecodepro license</a> - SIL open font license)</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>Core</p>
|
|
<ul>
|
|
<li><a href="http://www.pell.portland.or.us/~orc/Code/discount/">discount</a> (<a href="http://www.pell.portland.or.us/~orc/Code/discount/COPYRIGHT.html">discount license</a> - BSD)</li>
|
|
<li><a href="https://libgit2.github.com/">libgit2</a> (<a href="https://github.com/libgit2/libgit2/blob/master/COPYING">libgit2 license</a> - GPLv2 with linking exception)</li>
|
|
<li><a href="https://www.cabextract.org.uk/libmspack/">libmspack</a> (<a href="https://www.cabextract.org.uk/libmspack/#license">libmspack license</a> - LGPL, v2)</li>
|
|
<li><a href="http://llvm.org/releases/3.8.1/">llvm</a> (<a href="http://llvm.org/releases/3.8.1/LICENSE.TXT">llvm license</a> - BSD-style)</li>
|
|
<li><a href="http://oldhome.schmorp.de/marc/liblzf.html">lzf</a> (<a href="http://oldhome.schmorp.de/marc/liblzf.html">lzf license</a> - BSD)</li>
|
|
<li><a href="http://jemalloc.net/">jemalloc</a> (<a href="https://github.com/jemalloc/jemalloc/blob/dev/COPYING">jemalloc license</a> - BSD)</li>
|
|
<li><a href="https://www.sqlite.org/index.html">sqlite</a> (<a href="https://www.sqlite.org/copyright.html">sqlite license</a> - public domain)</li>
|
|
<li><a href="http://www.zlib.net/">zlib</a> (<a href="http://www.zlib.net/zlib_license.html">zlib license</a> - zlib license)</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>Other</p>
|
|
<ul>
|
|
<li><a href="http://yasm.tortall.net/">yasm</a> (<a href="https://github.com/yasm/yasm/blob/master/BSD.txt">yasm license</a> - 2-clause BSD) used for assembling x86 and x64</li>
|
|
<li><a href="http://www.github.com/intelxed/xed/">xed</a> (<a href="http://www.github.com/intelxed/xed/blob/master/LICENSE">xed license</a> - Apache License 2.0) used for disassembling x86, x64, and x16</li>
|
|
<li><a href="https://github.com/aquynh/capstone">capstone</a> (<a href="https://github.com/aquynh/capstone/blob/master/LICENSE.TXT">capstone license</a> - 3-clause BSD) used in the PPC architecture module as an example of how to wrap an external disassembler</li>
|
|
</ul>
|
|
</li>
|
|
<li>
|
|
<p>Upvector update library</p>
|
|
<ul>
|
|
<li><a href="https://github.com/libtom/libtomcrypt">tomcrypt</a> (<a href="https://github.com/libtom/libtomcrypt/blob/develop/LICENSE">tomcrypt license</a> - public domain)</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<h2 id="building-qt">Building Qt<a class="headerlink" href="#building-qt" title="Permanent link">¶</a></h2>
|
|
<p>Binary Ninja uses <a href="https://www.qt.io/qt-licensing-terms/">Qt 5.12</a> under an LGPLv3 license which requires that we host the original sources used to build Qt for our application along with instructions on how that source may be re-built and can replace the version of Qt shipped with Binary Ninja.</p>
|
|
<p>Please note that we offer no support for running Binary Ninja with modified Qt libraries.</p>
|
|
<ol>
|
|
<li>Follow the installation requirements on the <a href="https://wiki.qt.io/Building-Qt-5-from-Git">Building Qt 5 from Git</a> page.</li>
|
|
<li>Download the Qt 5.12.0 <a href="https://binary.ninja/qt5.12.0.tar.xz">tarball</a> from binary.ninja. (Note this is an unmodified 5.12 identical to that available from Qt's source control, but must be hosted locally according to the <a href="https://www.qt.io/qt-licensing-terms/">Qt 5.12</a> terms.)</li>
|
|
<li>Next, build QT using the aforementioned instructions.</li>
|
|
<li>On OS X, you will need to disable the code-signing signature since it would otherwise prevent changes to binaries or shared libraries. We recommend a tool such as <a href="https://github.com/steakknife/unsign">unsign</a>.</li>
|
|
<li>Finally, replace the built libraries:<ul>
|
|
<li>On OS X, replace the <code>QtCore.framework</code>, <code>QtDBus.framework</code>, <code>QtGui.framework</code>, <code>QtNetwork.framework</code>, <code>QtPrintSupport.framework</code>, <code>QtWidgets.framework</code> folders inside of <code>/Applications/Binary Ninja.app/Contents/Frameworks</code></li>
|
|
<li>On Windows, replace the <code>Qt5core.dll</code>, <code>Qt5Gui.dll</code>, <code>Qt5Network.dll</code>, and <code>Qt5Widgets.dll</code> files in <code>C:\Program Files\Vector35\BinaryNinja\</code></li>
|
|
<li>On Linux, replace the <code>libQt5Core.so.5</code>, <code>libQt5DBus.so.5</code>, <code>libQt5Gui.so.5</code>, <code>libQt5Network.so.5</code>, <code>libQt5Widgets.so.5</code>, <code>libQt5XcbQpa.so.5</code> files wherever Binary Ninja was extracted</li>
|
|
</ul>
|
|
</li>
|
|
</ol>
|
|
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
|
|
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
|
|
|
|
|
<a href="license.html" class="btn btn-neutral" title="License"><span class="icon icon-circle-arrow-left"></span> Previous</a>
|
|
|
|
</div>
|
|
|
|
|
|
<hr/>
|
|
|
|
<div role="contentinfo">
|
|
<!-- Copyright etc -->
|
|
|
|
<p>(<a href="https://creativecommons.org/licenses/by/3.0/">cc</a>) Vector 35 Inc</p>
|
|
|
|
</div>
|
|
|
|
Built with <a href="http://www.mkdocs.org">MkDocs</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
|
|
</footer>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="rst-versions" role="note" style="cursor: pointer">
|
|
<span class="rst-current-version" data-toggle="rst-current-version">
|
|
|
|
|
|
<span><a href="license.html" style="color: #fcfcfc;">« Previous</a></span>
|
|
|
|
|
|
</span>
|
|
</div>
|
|
<script>var base_url = '..';</script>
|
|
<script src="../js/theme.js" defer></script>
|
|
<script src="../search/main.js" defer></script>
|
|
|
|
</body>
|
|
</html>
|