decompiler icon indicating copy to clipboard operation
decompiler copied to clipboard

A decompiler targeting c and similar languages.

Results 7 decompiler issues
Sort by recently updated
recently updated
newest added

On step `Run ../configure` Error raises: `checking for python... no configure: error: Python not found. Use --with-python to specify path to python binary` Obviously, build steps missing step about installing...

Hi, I tried to build the code on Ubuntu 22.04.3 LTS. First clone: ``` ~/git$ git clone --recurse-submodules https://github.com/uglyoldbob/decompiler.git Klone nach 'decompiler' … remote: Enumerating objects: 1543, done. remote: Counting...

Hi!, I was trying to build the project, I tested mingw and cygwin, but was not able to build.it. I append the msys2 logs (the mingw one) [config.log](https://github.com/uglyoldbob/decompiler/files/11362285/config.log)

The readme didn't mention which of the three executables (decompile16, decompile32, decompile64) one should use. The decompilerXX binaries don't have a help text what parameters they expect.

Might be good to optionally use an sqlite database to track and manage the reverse engineering

enhancement

When I download the binary https://github.com/rfalke/decompiler-subjects/blob/master/from_boomerang/hello/ia32_elf_by_boomerang/subject.exe and then ran "./decompile32 subject.exe output" the decompiler will run and write a big file. I stopped it when the file was 5 GB....

Add some configuration and script data for a free fuzzer. peachfuzzer community is one such that comes to mind. I don't think it makes sense to run this from travis...

enhancement