Decopile C++ Executables

Hi @Roshane,
I haven’t done C++ in years… It’s a forgotten talent of mine. However, I asked someone from a whatsapp gorup and this was the feedback…

I quote…

hmmm, he’s up for a ruff journey, most if not all C++ compilers these days does name-mangling and a whole lot of other stuff that will make the code almost if not totally unreadable… his best hope is that the person who compiled it did so with debugging information (highly unlikely)…. since his goal is to reverse engineer, his best option is to google “open source alternative to [program]” and read through the code there

1 Like