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

Use XCHG pairs to encode information

woodruffw opened this issue · comments

XCHG has r/mX, rX and rX, r/mX variants, and so is compatible with steg86's primary mechanism. It should be added to the SUPPORTED_OPCODES list and SEMANTIC_PAIRS table.