Practical C++ decompilation

Presented at REcon 2011, July 9, 2011, 2 p.m. (60 minutes)

Reverse engineers have to analyze more and more code these days, be it is investigation of malware, software security assessment, or RE for interoperability. While plain C code is quite familiar by now, C++ offers new challenges with inheritance, virtual functions, exception handling and so on. I will describe the common problems encountered in C++ reversing and how to deal with them. We'll also see how to get nice readable code using just a C decompiler.

Presenters:

Links:

Similar Presentations: