Programação
ELF Binary
Também chamado de:ELFShared Object
📖O que é
Executable and Linkable Format — the binary format used for deployed Solana programs. Rust source code is compiled via cargo-build-sbf into an SBF-targeted ELF binary (.so file) that the Solana runtime loads and executes. The ELF format contains the program's compiled bytecode, symbol tables, and relocation information. ELF binaries are uploaded to buffer accounts during deployment and then written to the program data account.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
SBF (Formato de Bytecode Solana)Core Protocol
Solana Bytecode Format—Solana's customized evolution of BPF. SBF adds Solana-specific sysc…
Ver termo →cargo-build-sbfDev Tools
The Cargo subcommand that compiles Rust programs to Solana Bytecode Format (SBF). It invok…
Ver termo →Program Data AccountProgramming Model
The account that stores the actual SBF ELF bytecode for an upgradeable program. It is sepa…
Ver termo →