Basic function analysis.

Finds basic blocks and estimates proper function bounds.
Seems legit for compiled code.
This commit is contained in:
Ben Vanik
2013-01-20 16:46:08 -08:00
parent d4b0bf73c1
commit 852536ae0a
7 changed files with 400 additions and 25 deletions

View File

@@ -196,5 +196,6 @@ int ExecModule::Uninit() {
}
void ExecModule::Dump() {
sdb_->Dump();
gen_module_->dump();
}