Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.12 KB

pdb2hpp 🔩

A tool designed to create rust FFI bindings for Factorio's compiled C++ classes, structs, and unions. Works by parsing the debug symbols contained in factorio.pdb.

Examples

Running the following command: > pdb2hpp LuaSurface

Would generate the following FFI binding:

Credits

Inspired by the wonderful PDB crate.