axium

(★ 9)

A C-based Kernel / CPU side-channel exploit development library.

File Explorer

  • .gitignore
  • LICENSE
  • Makefile
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bear

View Details ▼

A tool to generate compilation databases for `clang` tooling.

bear -- {{make}}

Generate `compile_commands.json` by running a build command:

bear --output {{path/to/compile_commands.json}} -- {{make}}

Generate compilation database with a custom output file name:

bear --append -- {{make}}

Append results to an existing `compile_commands.json` file:

// repository documentation