4
0
mirror of https://github.com/QuasarApp/LIEF.git synced 2025-05-07 01:09:33 +00:00
This commit is contained in:
Romain Thomas 2019-05-13 17:09:11 +02:00
parent 1bd6cb8120
commit 3730e447e1

@ -19,32 +19,34 @@ Blog posts related to LIEF
Projects using LIEF
-------------------
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| Name | Language | Link | Topic | Summarize |
+=======================+==========+==============================================================================================================================+======================+==============================================+
| youarespecial | Python | https://github.com/endgameinc/youarespecial | Machine Learning | Machine learning models on |
| | | | | Malwares |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| gym-malware | Python | https://github.com/endgameinc/gym-malware | Machine Learning | Learn how to bypass AV through |
| | | | | machine learning. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| MISP | Python | https://github.com/MISP/MISP | Malware | Malware Information Sharing |
| | | | | Platform and Threat Sharing |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| Virus Disinfector KIT | Python | https://github.com/Fare9/Virus_Disinfector_KIT | Malware | Tool to disinfect PE files |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| lief-sys | Rust | https://github.com/tathanhdinh/lief-sys | Binding | Rust binding for LIEF |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| Ledger-Donjon/rainbow | Python | https://github.com/Ledger-Donjon/rainbow | Dynamic Analysis | Trace generator based on Unicorn |
| | | | | and LIEF as loader. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| smda | Python | https://github.com/danielplohmann/smda | Static Analysis | Recursive disassembler using LIEF as |
| | | | | ELF and PE loader |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| conan-io/hooks | Python | `binary-linter.py <https://github.com/conan-io/hooks/blob/7f2882299cbdb545c397a0f37dc9394a7bbc0902/hooks/binary-linter.py>`_ | Static Analysis | Binary linter |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
| Wiggle | Python | https://github.com/ChiChou/wiggle | Binary search engine | An executable binary metadata search engine. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+----------------------------------------------+
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| Name | Language | Link | Topic | Summarize |
+=======================+==========+==============================================================================================================================+======================+======================================================+
| youarespecial | Python | https://github.com/endgameinc/youarespecial | Machine Learning | Machine learning models on |
| | | | | Malwares |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| gym-malware | Python | https://github.com/endgameinc/gym-malware | Machine Learning | Learn how to bypass AV through |
| | | | | machine learning. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| MISP | Python | https://github.com/MISP/MISP | Malware | Malware Information Sharing |
| | | | | Platform and Threat Sharing |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| Virus Disinfector KIT | Python | https://github.com/Fare9/Virus_Disinfector_KIT | Malware | Tool to disinfect PE files |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| lief-sys | Rust | https://github.com/tathanhdinh/lief-sys | Binding | Rust binding for LIEF |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| Ledger-Donjon/rainbow | Python | https://github.com/Ledger-Donjon/rainbow | Dynamic Analysis | Trace generator based on Unicorn |
| | | | | and LIEF as loader. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| smda | Python | https://github.com/danielplohmann/smda | Static Analysis | Recursive disassembler using LIEF as |
| | | | | ELF and PE loader |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| conan-io/hooks | Python | `binary-linter.py <https://github.com/conan-io/hooks/blob/7f2882299cbdb545c397a0f37dc9394a7bbc0902/hooks/binary-linter.py>`_ | Static Analysis | Binary linter |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| Wiggle | Python | https://github.com/ChiChou/wiggle | Binary search engine | An executable binary metadata search engine. |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
| ANBU | C++ | https://github.com/Fare9/ANBU | Unpacking | Automatic New Binary Unpacker with PIN DBI Framework |
+-----------------------+----------+------------------------------------------------------------------------------------------------------------------------------+----------------------+------------------------------------------------------+
Similar Projects
----------------