S
S
Sanders2018-05-27 08:58:49
Python
Sanders, 2018-05-27 08:58:49

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

1 answer(s)
J
jcmvbkbc, 2018-05-27
@jcmvbkbc

objcopy --add-section sectionname=filename pe-filewill add section sectionname with content taken from filename to pe-file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question