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 / js.h
143 B 10 lines
1#ifndef TOBI_JS_H 2#define TOBI_JS_H 3 4#include "dg.h" 5#include "ir.h" 6#include "p.h" 7 8char *tobi_js_emit(const tobi_parse_result *res); 9 10#endif