ribbondev / edamame

Experimental reversing tool for dumping PE files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Experimental reversing tool for dumping PE files

License:Other


Languages

Language:C 90.4%Language:Objective-C 6.3%Language:D 3.1%Language:Meson 0.2%