|
|
|
@ -92,9 +92,10 @@ std::optional<comp::symbol_table_t*> decomp_t::decompose() {
|
|
|
|
|
sym_type_t::section);
|
|
|
|
|
|
|
|
|
|
spdlog::info(
|
|
|
|
|
"generating symbol for section: {} sym name: {} hash: {:X}",
|
|
|
|
|
"generating symbol for section: {} sym name: {} hash: {:X} "
|
|
|
|
|
"section size: {}",
|
|
|
|
|
scn->name.to_string(img->get_strings()), new_scn_sym.name(),
|
|
|
|
|
new_scn_sym.hash());
|
|
|
|
|
new_scn_sym.hash(), scn->size_raw_data);
|
|
|
|
|
|
|
|
|
|
m_syms->add_symbol(new_scn_sym);
|
|
|
|
|
}
|
|
|
|
|