About System.Reflection.PortableExecutable #81272
Unanswered
The-Futurist
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Twenty years ago I crafted a COFF object file writer in C. Now I want to use something similar in a managed setting and came across the namespace System.Reflection.PortableExecutable.
I want to ask, can I used that to create Win32 OBJ and DLL files? Is this .Net API somehow limited, restricted to managed code outputs or generating only an EXE?
This is my C implementation from years back so you can see the kind of stuff it did, might help get my question across better, the .H file is here too.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions