woodruffw / steg86

Hiding messages in x86 programs using semantic duals

Home Page:https://crates.io/crates/steg86

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI unit tests

woodruffw opened this issue · comments

The following invariants should be (and would be easy to) test:

  • steg86 profile <input> run on the same <input> multiple times always produces the same results
  • The output of steg86 extract <input> matches the input of steg86 embed <input>