Skip to content

Commit

Permalink
Linked to read-the-docs
Browse files Browse the repository at this point in the history
Connected to read-the-docs
  • Loading branch information
chkp-eyalit authored Mar 25, 2019
2 parents a03a21d + b105e7c commit 2a54752
Show file tree
Hide file tree
Showing 13 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Build Status](https://travis-ci.com/CheckPointSW/Karta.svg?branch=master)](https://travis-ci.org/CheckPointSW/karta) [![Docs Status](https://readthedocs.org/projects/karta/badge/?version=latest)](https://readthedocs.org/projects/karta)

```
/$$ /$$ /$$
| $$ /$$/ | $$
Expand All @@ -20,6 +22,9 @@ We believe that there are 3 main use cases for this IDA plugin:
2. Matching the symbols of supported open sources to help reverse engineer a malware
3. Matching the symbols of supported open sources to help reverse engineer a binary / firmware when searching for 0-Days in proprietary code

## Read The Docs
https://karta.readthedocs.io/

## Identifier
Karta's identifier is a smaller plugin that identifies the existence, and fingerprints the versions, of the existing (supported) open source libraries within the binary. No more need to reverse engineer the same open-source library again-and-again, simply run the identifier plugin and get a detailed list of the used open sources.
Karta currently supports more than 10 open source libraries, including:
Expand Down
Binary file modified docs/_build/doctrees/Compilation Guidelines.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/Compiling a configuration.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/Matching supported libraries.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/Open Source Fingerprinting.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/Supporting a new library.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/matching_basics.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/scoring_tips.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/_build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ This project was developed by me (see contact details below) with help and suppo
Links
-----
* https://github.com/CheckPointSW/Karta
* https://research.checkpoint.com/karta-matching-open-sources-in-binaries/

Contact
-------
Expand Down
1 change: 1 addition & 0 deletions docs/_build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ <h2>Credits<a class="headerlink" href="#credits" title="Permalink to this headli
<h2>Links<a class="headerlink" href="#links" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference external" href="https://github.com/CheckPointSW/Karta">https://github.com/CheckPointSW/Karta</a></li>
<li><a class="reference external" href="https://research.checkpoint.com/karta-matching-open-sources-in-binaries/">https://research.checkpoint.com/karta-matching-open-sources-in-binaries/</a></li>
</ul>
</div>
<div class="section" id="contact">
Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ This project was developed by me (see contact details below) with help and suppo
Links
-----
* https://github.com/CheckPointSW/Karta
* https://research.checkpoint.com/karta-matching-open-sources-in-binaries/

Contact
-------
Expand Down

0 comments on commit 2a54752

Please sign in to comment.