serge1 / ELFIO

ELFIO - ELF (Executable and Linkable Format) reader and producer implemented as a header only C++ library
http://serge1.github.io/ELFIO
MIT License
720 stars 155 forks source link

Add overload to elfio::save which accepts std::ostream #32

Closed glebx-f closed 5 years ago

glebx-f commented 5 years ago

The main change is stated in the title. Also, there are small improvements in the other two commits. The motivation for this overload is that we sometimes need to directly transfer ELF data structures to e.g. sockets, avoiding saving to file.

serge1 commented 5 years ago

Accepted. Thank you for your submission!