I couldn’t find a widely known or standard tool specifically called — it’s likely a misunderstanding or a very niche/internal tool name.
Jadx focuses on DEX decompilation, but its resource decoder can output resources.arsc as res/values/strings.xml . arsc decompiler
apktool d app.apk
An is an essential tool in Android reverse engineering, bridging the gap between the compiled binary resource table and human‑editable XML. Apktool remains the most capable and widely used implementation. The main technical challenges involve handling configuration splits, reconstructing typed values, and dealing with obfuscation. While not a full source‑code decompiler, it provides critical insight into an application’s static data, strings, and user interface definition. I couldn’t find a widely known or standard
Each entry points to a Res_value structure: Apktool remains the most capable and widely used
Several popular reverse engineering suites include ARSC decompilation capabilities: