byteman
1.3 (Build #225)
Bitstream relocation and manipulation tool
|
#include <iostream>
#include <stdexcept>
#include <fstream>
#include "byteman.h"
#include "Common/str.h"
#include "Common/Coords.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Main function for byteman. Parses command line arguments and eventual streamed script files as individual commands (instructions) and feeds them into parse(). Catches any thrown exceptions by the subsystems in byteman.
argc
argv
[] Command line arguments Definition at line 35 of file byteman.cpp.
References byteman::help(), and byteman::parse().