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

Support universal ("fat") Mach-Os

woodruffw opened this issue · comments

This isn't hard to do, I was just lazy about it:

  1. If our input is a fat Mach-O, iterate over its architecture slices
  2. Select the first x86-64 or i386 slice, preferring x86-64 over i386 if both are present

This could be made configurable (i.e., allowing the user to select the specific slice by its index), but it's probably not worth the effort.