File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ To extract a message from a binary:
5959``` bash
6060$ steg86 extract bash.steg > my_message
6161$ cat message
62- here is my secret message!
62+ here is my secret message
6363```
6464
6565` steg86 extract ` will exit with a non-zero status if a message cannot be extracted (e.g.,
@@ -114,6 +114,9 @@ implemented in *steg86*.
114114
115115### Future improvements
116116
117+ * * steg86* currently limits the embedded message to 16KB. This is a purely artificial limitation
118+ that could be resolved with some small format changes.
119+
117120* x86 (and x86_64) both have multi-byte NOPs, for alignment purposes. Additional information can be
118121hidden in these in a few ways:
119122 * The ` OF 1F /0 ` multi-byte NOP can be up to 9 bytes, of which up to 5 are free
You can’t perform that action at this time.
0 commit comments