| Crates.io | trident-syscall-stubs-v2 |
| lib.rs | trident-syscall-stubs-v2 |
| version | 0.0.2-rc.1 |
| created_at | 2025-01-12 14:32:12.770755+00 |
| updated_at | 2025-05-05 08:19:44.984218+00 |
| description | Implementation of syscall stubs for the Trident fuzzing framework. |
| homepage | |
| repository | https://github.com/Ackee-Blockchain/trident-syscall-stubs |
| max_upload_size | |
| id | 1513265 |
| size | 102,714 |
This crate provides a set of syscall stubs for the Trident SVM.
[!WARNING]
The crate
trident-syscall-stubs-v1is meant to be used with programs written in Solana >=1.17 < 2The crate
trident-syscall-stubs-v2is meant to be used with programs written in Solana ~2.0.
Add this dependency to your Cargo.toml:
[dependencies]
trident-syscall-stubs-v1 = "0.0.1"
trident-syscall-stubs-v2 = "0.0.1"
or
[dependencies.trident-syscall-stubs-v1]
git = "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
package = "trident-syscall-stubs-v1"
[dependencies.trident-syscall-stubs-v2]
git = "https://github.com/Ackee-Blockchain/trident-syscall-stubs"
package = "trident-syscall-stubs-v2"