summaryrefslogtreecommitdiffstats
path: root/libraries/libsigscan/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libsigscan/README')
-rw-r--r--libraries/libsigscan/README52
1 files changed, 20 insertions, 32 deletions
diff --git a/libraries/libsigscan/README b/libraries/libsigscan/README
index b5466a67d1..cac21d71b2 100644
--- a/libraries/libsigscan/README
+++ b/libraries/libsigscan/README
@@ -1,32 +1,20 @@
-libsigscan (libYAL binary signature scanning)
-
-libsigscan is a library and set of tools that can be used to search a
-source file for binary signatures.
-
-It is configured to scan for the following (an alternate configuration
-file can be specified):
-
-7z
-bzip2
-esedb
-evt
-evtx
-ewf_e01
-ewf_l01
-gzip
-lnk
-msiecf
-nk2
-olecf
-olecf_beta
-pdf
-pff
-qcow
-rar
-regf
-tar
-vhdi_header
-vhdi_footer
-wtcdb_cache
-wtcdb_index
-zip
+libsigscan is a library for binary signature scanning.
+
+Project information:
+
+* Status: experimental
+* Licence: LGPLv3+
+
+Work in progress:
+
+* Unbound scan tree support
+
+Planned:
+
+* Multi-threading support
+
+For more information see:
+
+* Project documentation: https://github.com/libyal/libsigscan/wiki/Home
+* How to build from source:
+ https://github.com/libyal/libsigscan/wiki/Building