1 Repo
Specialized tools for translating binary-serialized markup languages into readable source formats.
Distinct from Decompilers: Focuses specifically on markup language binary formats like BAML, rather than general machine code or bytecode.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Markup Language. Refine with filters or upvote what's useful.
dnSpy is a specialized suite of tools for the reverse engineering of .NET assemblies, functioning as a decompiler, assembly editor, and debugger. It translates compiled intermediate language back into high-level source code and provides an execution environment for stepping through compiled binaries to inspect runtime state without the original source files. The project includes a BAML decompiler that converts binary application markup language into a disassembled format and translates it into extensible markup language for user interface analysis. It also functions as a binary analysis tool
Provides a specialized decompiler to convert binary application markup language (BAML) into a readable XAML format for UI analysis.