66
77
88************
9- stringsext
9+ stringsext
1010************
1111
12-
13-
1412-------------------------------------------------------------------
1513stringsext - search for multi-byte encoded strings in binary data.
1614-------------------------------------------------------------------
@@ -22,6 +20,8 @@ stringsext - search for multi-byte encoded strings in binary data.
2220 .. image :: https://travis-ci.org/getreu/stringsext.svg?branch=master
2321 :target: https://travis-ci.org/getreu/stringsext
2422
23+ .. excerpt-begin
24+
2525 **stringsext ** is a Unicode enhancement of the *GNU strings * tool with
2626additional functionalities: **stringsext ** recognizes Cyrillic, CJKV
2727characters and other scripts in all supported multi-byte-encodings,
@@ -39,6 +39,7 @@ encoding names based on the WHATWG Encoding Standard. When more than one
3939encoding is specified, the scan is performed in different threads
4040simultaneously.
4141
42+
4243When searching for UTF-16 encoded strings, 96% of all possible two byte
4344sequences, interpreted as UTF-16 code unit, relate directly to a Unicode
4445code point. As a result, the probability of encountering valid Unicode
@@ -53,19 +54,21 @@ non-text files.
5354When invoked with ``stringsext -e ascii -c i `` **stringsext ** can be
5455used as *GNU strings * replacement.
5556
57+ .. excerpt-end
58+
59+
5660 Documentation
5761=============
5862
5963User documentation
60- `manual
61- page <https://getreu.net/public/downloads/doc/stringsext/./doc/build/stringsext--man.html> `__
64+ `manual page <https://blog.getreu.net/projects/stringsext/stringsext--man.html >`__
6265
6366Developer documentation
64- | `API documentation`_
65- | `Forensic Tool Development with Rust`_
67+ | `API documentation`_
68+ | `Forensic Tool Development with Rust`_
6669
67- .. _`API documentation` : https://getreu.net/public/downloads/doc/ stringsext/./target/doc /stringsext/index.html
68- .. _`Forensic Tool Development with Rust` : https://getreu.net/public/downloads/doc /forensic-tool-development-with-rust
70+ .. _`API documentation` : https://blog. getreu.net/projects/ stringsext/stringsext/index.html
71+ .. _`Forensic Tool Development with Rust` : https://blog. getreu.net/projects /forensic-tool-development-with-rust
6972
7073Source code
7174===========
@@ -77,14 +80,12 @@ Distribution
7780============
7881
7982Binaries
80- Download `stringsext binaries `_ and verify hashes _.
83+ `Download <https://blog.getreu.net/projects/stringsext/_downloads/ >`__
84+
8185
8286Manual page
83- `stringsext.1.gz `_
87+ `stringsext.1.gz < https://blog.getreu.net/projects/stringsext/_downloads/stringsext.1.gz >`__,
8488
85- .. _`stringsext binaries` : https://getreu.net/public/downloads/doc/stringsext/./target/
86- .. _hashes : https://getreu.net/public/sha256sum.txt
87- .. _`stringsext.1.gz` : https://getreu.net/public/downloads/doc/stringsext/./man/man1/stringsext.1.gz
8889
8990
9091
@@ -104,7 +105,7 @@ Building and installing
104105 Enter the *Stringsext * source directory where the file ``Cargo.toml `` resides. Then execute::
105106
106107 cargo build --release
107- ./make-doc
108+ ./doc/ make-doc
108109
109110#. Install
110111
0 commit comments