Skip to content

Commit

Permalink
Document BPF changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeegg2 committed Dec 6, 2024
1 parent 75fa4a4 commit edb371e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/cs_v6_release_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ Nonetheless, we hope this additional information is useful to you.
- Architecture support was added (based on LLVM-18).
- Support for `LITBASE`. Set the `LITBASE` with `cs_option(handle, CS_OPT_LITBASE, litbase_value)`.

**BPF**

- Added support for eBPF `ATOMIC` class instructions
- Added support for eBPF signed `ALU` class instructions
- Added support for eBPF `JMP32` class instructions
- Updated the syntax for eBPF legacy packet instructions
- Corrected the signedness interpretation of `immidiate` and `offset` operands

**UX**

- Instruction alias (see below).
Expand Down

0 comments on commit edb371e

Please sign in to comment.