Programação
Compartilhar

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 total
Termos relacionados explorados0/3

Termos Relacionados