#include <iostream>
#include <fstream>
#include <time.h>
#include <sys/stat.h>
#include <unistd.h>
#include <signal.h>
#include "prog.h"
#include "proc.h"
#include "BinaryFile.h"
#include "frontend.h"
#include "hllcode.h"
#include "codegen/chllcode.h"
#include "boomerang.h"
#include "log.h"
#include "gc.h"
Go to the source code of this file.
Defines | |
#define | USE_XML 0 |
#define | VERSION "alpha 0.3.1 09/Sep/2006" |
Typedefs | |
typedef char * | crazy_vc_bug |
Functions | |
bool | createDirectory (std::string dir) |
Creates a directory and tests it. | |
void | stopProcess (int n) |
|
Definition at line 21 of file boomerang.cpp. |
|
Definition at line 15 of file boomerang.cpp. Referenced by Boomerang::commandLine(), and Boomerang::getVersionStr(). |
|
Definition at line 262 of file boomerang.cpp. |
|
Creates a directory and tests it.
Definition at line 221 of file boomerang.cpp. Referenced by Boomerang::setOutputDirectory(). |
|
Definition at line 1103 of file boomerang.cpp. Referenced by Boomerang::decompile(). |