/edamame

Experimental reversing tool for dumping PE files

Primary LanguageCOtherNOASSERTION

edamame

Experimental reversing tool for dumping PE files D2 libpe linux

build reqs

optional

dependencies

  • libpe (included in src/libpe)
# prepare submodules & dependencies
just setup
# build with meson/ninja
just build
# run
just run

testing

# cross compile w64 test applications
cd tests/test_applications
just build-w64
cd ../..

# run tests
just test

(if not using just, build using standard meson workflow)