1 مستودع
Exporting specific functions from a compiled assembly for use in external analysis tools.
Distinct from External Function Import: None of the candidates cover extracting functions from a binary; they cover importing or defining them.
Explore 1 awesome GitHub repository matching development tools & productivity · Function Extraction. Refine with filters or upvote what's useful.
ILSpy is a .NET decompiler and binary analyzer designed to convert compiled .NET assemblies back into readable C# source code. It functions as a metadata explorer and a common intermediate language viewer, enabling the analysis of compiled code and the execution of reverse engineering workflows. The project distinguishes itself through specialized translation capabilities, such as converting compiled binary XML (BAML) back into human-readable XAML for user interface analysis. It also provides tools for inspecting native machine code and extracting metadata from program database (PDB) files.
Extracts selected functions from an assembly based on input criteria for use in external tools.