symbol_t is an abstraction upon the coff symbol. this allows for easier manipulation of the symbol....
jcc rewrite pass which rewrites rip relative jcc's so that they are position independent.
static jcc_rewrite_pass_t * get()
void run(decomp::symbol_t *sym)
virtual method which must be implimented by the pass that inherits this class.
the pass_t class is a base clase for all passes made. you must override the pass_t::run virtual funct...
pass_t(decomp::sym_type_t sym_type)
the explicit constructor of the pass_t base class.
this is the main namespace for obfuscation related things.