From edb371ee46f0403122e246fbcfc7bc9db2e77b98 Mon Sep 17 00:00:00 2001 From: Roee Toledano Date: Fri, 6 Dec 2024 12:05:08 +0200 Subject: [PATCH] Document BPF changes --- docs/cs_v6_release_guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cs_v6_release_guide.md b/docs/cs_v6_release_guide.md index 6f470eedc29..42fe9500537 100644 --- a/docs/cs_v6_release_guide.md +++ b/docs/cs_v6_release_guide.md @@ -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).