pdb_wrapper

Crates.iopdb_wrapper
lib.rspdb_wrapper
version0.2.2
sourcesrc
created_at2021-07-22 21:32:26.887213
updated_at2022-06-21 10:22:09.314442
descriptionRust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)
homepagehttps://github.com/not-wlan/pdb_wrapper
repositoryhttps://github.com/not-wlan/pdb_wrapper
max_upload_size
id426049
size53,460
Jan (not-wlan)

documentation

README

LLVM PDB Wrapper

Rust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)

Related Works

  • FakePDB which some of the LLVM related API calls are from.

LLVM Support

  • v0.1 supports LLVM 10
  • v0.2 supports LLVM 10 (feature llvm_10) and LLVM 13 (feature llvm_13)
Commit count: 16

cargo fmt