# MFShaderRecover_DXBC2URP **Repository Path**: heng32032/mfshader-recover ## Basic Information - **Project Name**: MFShaderRecover_DXBC2URP - **Description**: 基于文本识别的shader逆向工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-29 - **Last Updated**: 2024-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Readme (更新中) __需要安装Package - Moonflow Core : https://gitee.com/reguluz/moonflow-core.git__ 使用RenderDoc内解析的DXBC作为源码,通过文本识别的方式重新组织运算符与函数的显示方式,重新建立数据的链接以加速逆向Shader的过程。 ### 还原前样例 ![](https://raw.githubusercontent.com/Reguluz/ImageBed/master/QQ%E6%88%AA%E5%9B%BE20221023164959.png) ### 还原后样例(对应右侧) ![](https://raw.githubusercontent.com/Reguluz/ImageBed/master/QQ%E6%88%AA%E5%9B%BE20221023165256.png)