Skip to content
noproto edited this page Feb 27, 2021 · 2 revisions

WhiteBeam is a universal hook into all system library calls. All aspects of WhiteBeam 0.2 and later are driven by SQL (using SQLite). The four major components of the design are the Hooks, Rules, Actions, and Whitelist. This guide will demonstrate how the components work together by developing a sample hook.

1. Finding a library function

TODO

2. Adding a hook

TODO

3. Telling WhiteBeam what to do

TODO

4. Managing the whitelist

TODO

Clone this wiki locally