JOutguess is a web-based tool to extract messages from images embedded using the command-line outguess
utility. Originaly developped by crashdemons, it went offline in 2022.
This project is a loosely-inspired replacement tool.
- Clone this project, making sure to clone recursively the
outguess
submodule. cd outguess/
- Patch the source code:
patch -p 1 < ../outguess.patch
- Run
./autogen.sh
to generate./configure
- Configure:
emconfigure ./configure --with-generic-jconfig
- Compile all object files:
emmake make
- Generate
outguess.wasm
andoutguess.js
from the object files in the project root:emcc src/arc.o src/golay.o src/iterator.o src/jpg.o src/md5.o src/outguess.o src/pnm.o **/**/*.o -sEXPORTED_FUNCTIONS=_malloc,_free -o ../outguess.js -s ALLOW_MEMORY_GROWTH=1
Copyright 2023 tweqx
This code is released under the GPLv3.