You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The rust API lacks documentation on how it can be utilized to modify or write PE files: e.g. lief::pe::Section to modify a binary by adding custom sections. I am not sure whether this is simply not documented or not implemented yet.
Expected behavior
A simple way to construct a new lief::pe:Section or a clear and concise description on how to utilize the Rust API (including the lief_ffi package???) to modify and write PE files by adding new sections.
Describe the bug
The rust API lacks documentation on how it can be utilized to modify or write PE files: e.g.
lief::pe::Section
to modify a binary by adding custom sections. I am not sure whether this is simply not documented or not implemented yet.To Reproduce
I didn't get it to work on rust but for C++ the implementation would be (as described in the docs https://lief.re/doc/latest/formats/pe/index.html):
Expected behavior
A simple way to construct a new
lief::pe:Section
or a clear and concise description on how to utilize the Rust API (including thelief_ffi
package???) to modify and write PE files by adding new sections.I would expect something similar to this:
Environment (please complete the following information):
Additional context
The Problem could still be layer 8 as I'm relatively new to rust :D
NOTICE
If the issue does not contain enough information to be reproduced,
it will be flagged as incomplete
and closed.
/NOTICE
The text was updated successfully, but these errors were encountered: