Module haybale_pitchfork::hook_helpers[][src]

Expand description

This module contains helper functions that may be useful in writing function hooks.

Functions

Allocates space for the given AbstractData, initializes it, and returns a pointer to the newly-allocated space.

Fills a buffer with secret data, and also outputs the number of bytes written.

Fills a buffer with unconstrained data, and also outputs the number of bytes written.

Reinitializes whatever is pointed to by the given pointer, according to the given AbstractData.