about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2014-11-04 15:01:34 +0100
committerserpilliere <serpilliere@users.noreply.github.com>2014-11-04 15:01:34 +0100
commit47ff7a4957b88e8f1c8f225fb685718cea8aa734 (patch)
treedd89e7fa54a4ce856edfbaf4cfcef21dbbbf2698
parented7454393c25d832740b25d2bdba8e32f9fb65a8 (diff)
downloadmiasm-47ff7a4957b88e8f1c8f225fb685718cea8aa734.tar.gz
miasm-47ff7a4957b88e8f1c8f225fb685718cea8aa734.zip
README: Link to Sibyl tool
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c89edbce..f9e79813 100644
--- a/README.md
+++ b/README.md
@@ -395,7 +395,6 @@ ESP (ESP_init+0x4)
 
 
 
-
 How does it work?
 =================
 
@@ -494,6 +493,9 @@ Some options can be specified:
 * Code coverage instrumentation: `-c`
 * Only fast tests: `-t long` (excludes the long tests)
 
+They already use Miasm:
+=======================
+* [Sibyl](https://github.com/cea-sec/Sibyl): A function divination tool
 
 
 Misc