# idb (blogs) — RSS Amplifier

Recent posts from the 1 feeds in the RSS Amplifier directory that cover idb.

Page: <https://rssamplifier.com/topics/idb/blogs>  
Feed: <https://rssamplifier.com/topics/idb/blogs.md>

---

## [C++ Unwind Exception Metadata: A Hidden Reverse Engineering Bonanza](https://www.msreverseengineering.com/blog/2024/8/20/c-unwind-metadata-1)

_2024-08-22 · Rolf Rolles · Blog - Möbius Strip Reverse Engineering_

The worst part of reverse engineering C++ programs -- or really, any program that uses custom structure types with no definitions provided -- is that information about structures is often incomplete, sporadic, and isolated. Consider the following function: From this code, we can infer that rcx points to a struct that has a QWORD -sized field at offset +0x70 . However, from this code alone, we…

