No Description

Claire xyz 33d3e4954c feat: catch error from instruction byte parse 1 month ago
src 33d3e4954c feat: catch error from instruction byte parse 1 month ago
.gitignore afcb54a2c7 fix: skip symbol parsing when there's no rodata 1 month ago
Cargo.lock 33d3e4954c feat: catch error from instruction byte parse 1 month ago
Cargo.toml 33d3e4954c feat: catch error from instruction byte parse 1 month ago
LICENSE 9fec311f93 feat: use custom errors 1 month ago
Readme.md 1c4468bf43 fix: remove usage section from README & a couple of printlns 1 month ago
rustfmt.toml 986bfa2a83 chore: improve docs, Cargo.manifest, lint and format project 1 month ago

Readme.md

SBPF Linker

An upstream BPF linker to relink upstream BPF binaries into an SBPF V0 compatible binary format.

Install

cargo install sbpf-linker

Generate a Program

cargo generate --git https://github.com/blueshift-gg/solana-upstream-bpf-template

Build

cargo build-bpf