ACPI AML decompiler w/ CFG recovery and structured pseudocode
29

Configure Feed

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

1#ifndef TOBI_DC_H 2#define TOBI_DC_H 3 4#include "dg.h" 5#include "ir.h" 6 7char *tobi_dc_emit(const tobi_ir *root, const tobi_diag_list *diag); 8 9#endif