fcd icon indicating copy to clipboard operation
fcd copied to clipboard

An optimizing decompiler (modified to use remill semantics)

Results 22 fcd issues
Sort by recently updated
recently updated
newest added

Seems like certain basic blocks are disassembled more times than necessary. The issue should be replicable using `tests/retval-atoi.c`.

bug

Fcd currently uses a lot of dirty hacks in it's call convention detection IR passes and classes. Notable examples include wrapping an `Executable` class object in an LLVM `ImmutablePass` and...