Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Plugin]: ebpf-solana #299

Closed
1 task done
renato-osec opened this issue Jan 29, 2025 · 2 comments
Closed
1 task done

[New Plugin]: ebpf-solana #299

renato-osec opened this issue Jan 29, 2025 · 2 comments
Labels
new plugin Adding a new plugin

Comments

@renato-osec
Copy link

Plugin Description

An architectural plugin to add support for Solana EBPF.

Features

  • Instruction Lifting: All EBPF instructions are lifted to LLIL
  • Accurate Memory Maps: We implement Solana-specific memory maps (0x{1/2/3/4}00000000 addresses for data/stack/heap/input)
  • Solana ELF Relocations: Solana-specific ELF relocations
  • Syscall Function Signatures: Full signatures for all of the Solana syscalls
  • (partial) Solana SDK Types: Type definitions for all Solana SDK objects. (fully complete for C, in-progress for Rust)

Plugin Repository URL

Repo URL: https://github.com/otter-sec/bn-ebpf-solana

Real Release

  • I have made a real release
@renato-osec renato-osec added the new plugin Adding a new plugin label Jan 29, 2025
Copy link
Member

Done, thanks!

@renato-osec
Copy link
Author

thanks for the fast reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new plugin Adding a new plugin
Projects
None yet
Development

No branches or pull requests

2 participants