Concepts
Here you will find explanations of the core concepts that underpin Caido plugins.
Essentials
- Plugin Architecture - The structure of a plugin package.
- Runtime - Javascript runtimes used by plugins.
- Tooling - Tools for the ease of plugin development.
Modules
- Child Process - Caido's implementation of NodeJS's
child_process
module.