Small demo that shows how to use RetDec API Poc in other projects.
- Works only on Linux.
- Everything that RetDec requires.
mkdir build
cd build
cmake ..
make -j<N>
build/demo/demo -i tests/<file>
Small demo that shows how to use RetDec API Poc in other projects.
mkdir build
cd build
cmake ..
make -j<N>
build/demo/demo -i tests/<file>