mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 23:08:08 +00:00
bugfix export by ordinal
This commit is contained in:
+1
-1
@@ -1342,7 +1342,7 @@ pe_exports_from_data(Arena *arena, U64 section_count, COFF_SectionHeader *sectio
|
|||||||
if (is_voff_taken && is_ordinal_free) {
|
if (is_voff_taken && is_ordinal_free) {
|
||||||
curr_exp->name = str8_zero();
|
curr_exp->name = str8_zero();
|
||||||
curr_exp->voff = voff;
|
curr_exp->voff = voff;
|
||||||
curr_exp->ordinal = header->ordinal_base;
|
curr_exp->ordinal = header->ordinal_base + ordinal_nb;
|
||||||
++curr_exp;
|
++curr_exp;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user