Categories
How to add an extra section to a PE file?
It is necessary to add an additional section to an already existing executable file. Maybe there are already ready-made libraries in which this is already implemented?
Answer the question
In order to leave comments, you need to log in
objcopy --add-section sectionname=filename pe-filewill add section sectionname with content taken from filename to pe-file.
objcopy --add-section sectionname=filename pe-file
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question