revel8n / dxshd

DirectX Shader Disassembler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dxshd.py - DirectX Shader Disassembler


dxshd.py is a Python script for disassembling compiled DirectX shader bytecode, shader models 1 through 3

Dependencies

Just Python, developed w/ Python 2.7.. not tested w/ anything else

Usage

Run> dxshd.py File should be a binary file containing only compiled shader bytecode

License

dxshd is licensed under the MIT license, the text of which is located within the LICENSE file that should be included with this source distribution.

About

DirectX Shader Disassembler

License:MIT License


Languages

Language:Python 100.0%