steg86 icon indicating copy to clipboard operation
steg86 copied to clipboard

Hiding messages in x86 programs using semantic duals

Results 5 steg86 issues
Sort by recently updated
recently updated
newest added

Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.60 to 1.0.61. Release notes Sourced from anyhow's releases. 1.0.61 Work around rust-analyzer builds poisoning all subsequent command-line cargo builds (#252) Commits d2c83e2 Release 1.0.61 6e6af39 Merge...

dependencies

As per your README, the tool does not allow to store more than 16KB (header included). How do you see this changed? A simple u16->u64 change? Is a version dump...

enhancement
help wanted

On further thought I don't think this will actually work since it involves different encoding lengths, but: For 32-bit x86 binaries, there are two different ways to encode a displacement-only...

enhancement

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...

enhancement

I've tried running `steg86 profile` against several EXEs and DLLs, both PE32 and PE32+, and every time, it has produced an error like this: ``` Fatal: encountered an invalid instruction...

help wanted