draperlaboratory / fracture

an architecture-independent decompiler to LLVM IR
Other
385 stars 47 forks source link

TODO: Add functions to register "ConsistencyCheck", "error" #20

Open skintigh opened 10 years ago

skintigh commented 10 years ago

./include/Commands/Commands.h:23

// TODO: Add functions to register "ConsistencyCheck", "error"
//       and "Quit" commands.
//
// Author: Richard Carback (rtc1032) <rcarback@draper.com>
// Date: Sep 17, 2012
//===----------------------------------------------------------------------===//

#ifndef COMMANDS_H
#define COMMANDS_H

#include "utils.h"