#include <types.h>
#include "globals.h"
#include "structs.h"
#include "reveng_errors.h"
#include <zem_errors.h>
#include <unistd.h>
#include <stdio.h>
#include <time.h>
#include "init.h"
#include "misc.h"
#include "reveng.h"
#include "objdump.h"
#include "asm.h"
#include "output.h"
#include "chainlist.h"
Functions | |
int | main (int argc, char *argv[]) |
The entry point of RevEng. More... |
|
The entry point of RevEng.
This is the entry point of the program. It is the place where are defined all project variables. |