aquasecurity / btfhub

BTFhub, in collaboration with the BTFhub Archive repository, supplies BTF files for all published kernels that lack native support for embedded BTF. This joint effort ensures that even kernels without built-in BTF support can effectively leverage the benefits of eBPF programs, promoting compatibility across various kernel versions.
Apache License 2.0
387 stars 45 forks source link

repository: needs full documentation update (and new binary instructions) #67

Open rafaeldtinoco opened 1 year ago

rafaeldtinoco commented 1 year ago

Now that the repository has a new golang binary tool to update the new kernels, documentation should be updated. Other documentation tasks needed:

  1. Update all documentation files (check examples, distro versions, etc)
  2. Update BPF/BTF internals documentation (btfgen was moved to bpftool)
  3. Bring examples directory back with simple example on how to use this
rafaeldtinoco commented 1 year ago

Im still missing bringing the example back to the repository.