Curated Binary reverse engineering, Native binary tooling updates for developers and security researchers. 5 relevant releases and technical developments wit… This page links to original publishers, uses short excerpts, and does not reproduce complete articles.
Plugins written in Rust that have C or C++ dependencies have the object files from those dependencies removed by the time we try to create a dSYM file in our build process. As a result, those symbols are absent form the debug information. This change lets us keep that information around long enough to get the debug symbols out of it.
Why it matters: Relevant to Binary reverse engineering, Decompiler research.