mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-31 11:20:03 +00:00
WIP move export and import table make code to appropriate layers
This commit is contained in:
committed by
Ryan Fleury
parent
69d5010245
commit
f467ff8822
@@ -1478,7 +1478,7 @@ t_import_export(void)
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:baf=baz.#1"));
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:ord,@5"));
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:ord2,@6,DATA"));
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:ord3,@7,NONAME"));
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:ord3,@7,NONAME,PRIVATE"));
|
||||
coff_obj_writer_push_directive(obj_writer, str8_lit("/export:ord4,@8,NONAME,DATA"));
|
||||
COFF_ObjSection *text_sect = t_push_text_section(obj_writer, str8_array_fixed(export_text));
|
||||
coff_obj_writer_push_symbol_extern(obj_writer, str8_lit("_DllMainCRTStartup"), 0, text_sect);
|
||||
|
||||
Reference in New Issue
Block a user