Quentin Monnet
|
66a6326fe7
README.md: Fix space (non-breaking space)
|
3 veckor sedan |
Quentin Monnet
|
487d0bd781
rbpf: Apply rustfmt on the whole repository
|
1 månad sedan |
Quentin Monnet
|
f190fc0530
clippy: Fix Clippy report
|
2 månader sedan |
Quentin Monnet
|
e41119db59
rbpf: Improve formatting, prepare/protect for rustfmt
|
2 månader sedan |
Godones
|
5a19859295
fix: Remove the 16-byte alignment requirement for the stack
|
1 månad sedan |
Godones
|
2c302ee5d9
feat: Add support for ebpf to ebpf call in assembler and disassembler
|
2 månader sedan |
Godones
|
b4bef82024
Add test cases and fix errors.
|
2 månader sedan |
Godones
|
3b85933a03
feat: add func call for jit
|
2 månader sedan |
Godones
|
f8f36569b8
feat: Add ebpf to ebpf call support
|
3 månader sedan |
hsqStephenZhang
|
9642917c9e
fix: add jmp insn unsigned extend unittest
|
5 månader sedan |
hsqStephenZhang
|
acc042b276
fix: clarify signed & unsigned for jump insts
|
5 månader sedan |
Quentin Monnet
|
897457d942
Cargo.toml: Set Rust edition for the project
|
9 månader sedan |
Quentin Monnet
|
b4079fedfc
src: Remove presumably unused Clippy directives
|
8 månader sedan |
Quentin Monnet
|
8ec1050ff7
ci: Add features to clippy pass
|
8 månader sedan |
Quentin Monnet
|
f73b9c2e5b
src: Fix Clippy reports
|
8 månader sedan |
Quentin Monnet
|
5d622130c2
src: Fix deprecated calls to 'feature = "cargo-clippy"'
|
8 månader sedan |
Quentin Monnet
|
e97a5223cd
src/helpers.rs,src/jit.rs: Formatting nits
|
8 månader sedan |
John Nunley
|
404ccd0916
feat: Reduce dependency on libc
|
9 månader sedan |
Quentin Monnet
|
cfb363c156
src/interpreter.rs: Use wrapping_offset() for load/store operations
|
8 månader sedan |
Wouter Dullaert
|
93e7dcda59
fix(doc): Add compilation instructions for aya ebpf example
|
9 månader sedan |
Quentin Monnet
|
e8d9a12b31
Cargo.toml,README.md: Bump version to 0.3.0
|
9 månader sedan |
Quentin Monnet
|
28f3d28c9a
Cargo.toml: Update author email
|
9 månader sedan |
Wouter Dullaert
|
e4d054275d
fix(examples): Restructure allowed_memory test
|
9 månader sedan |
Wouter Dullaert
|
384c8820b3
feat: Add an option to register allowed ranges of memory
|
9 månader sedan |
Quentin Monnet
|
31e118b89e
.appveyor.yml: Update Rust version
|
9 månader sedan |
SzymonKubica
|
fe7021b07b
Add a workflow job to build and run the tests available under no_std.
|
1 år sedan |
SzymonKubica
|
c08db1b9e4
Add no_std feature description to the README.
|
1 år sedan |
SzymonKubica
|
86d2586d36
Add lib module with conditional imports depending on std/no_std.
|
1 år sedan |
SzymonKubica
|
9061ae823d
Add std feature for gating the jit code alongside windows cfg option.
|
1 år sedan |
Sean Young
|
17353e3b2f
src/ebpf.rs: Increase instruction limit to 1 million
|
1 år sedan |