Remove manual map

This commit is contained in:
Sajid 2024-09-08 08:40:52 +06:00
parent 6d79935928
commit 458577aaee

View File

@ -12,7 +12,7 @@ int main()
image.symbols.emplace(section.name, section.base, section.size, Symbol_Section);
}
image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
// image.symbols.emplace("_start", image.entry_point, 0x30, Symbol_Function);
for (const auto& section : image.sections)
{