|
|
@ -79,10 +79,9 @@ int main (int argc,const char* argv[])
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//cout << buildingtypes[temp.type] << " 0x" << hex << temp.origin << endl;
|
|
|
|
//cout << buildingtypes[temp.type] << " 0x" << hex << temp.origin << endl;
|
|
|
|
//hexdump(DF, temp.origin, 16);
|
|
|
|
//hexdump(DF, temp.origin, 16);
|
|
|
|
//addresses.push_back(temp.origin);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
addresses.push_back(temp.origin);
|
|
|
|
addresses.push_back(temp.origin);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
else
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// couldn't translate type, print out the vtable
|
|
|
|
// couldn't translate type, print out the vtable
|
|
|
|