Add machine-code decompiler output for executables (PE/ELF/etc..)
There are tools that convert asm to pseudo-C code (more readable) such as:
https://github.com/avast/retdec
https://github.com/x64dbg/snowman
https://github.com/NationalSecurityAgency/ghidra
They are not packaged in debian yet.