ACPI AML decompiler w/ CFG recovery and structured pseudocode
29

Configure Feed

Select the types of activity you want to include in your feed.

tobi / src / da.h
184 B 11 lines
1#ifndef TOBI_DA_H 2#define TOBI_DA_H 3 4#include "p.h" 5 6#include <stddef.h> 7#include <stdint.h> 8 9char *tobi_da_emit(const uint8_t *data, size_t len, const tobi_input_meta *meta); 10 11#endif