Nordwald

Results 2 issues of Nordwald

**Describe the bug** The script to the tutorial [02 - Create a PE from scratch](https://lief-project.github.io/doc/stable/tutorials/02_pe_from_scratch.html) is completely broken. - There is no optional header - Sections are unnamed - Sections...

PE
Builder
Good First Issue

Implement Optional instruction flags instead of home-brewn REIL instructions. For example, the implemented _RET_ instruction could be substituted by an _JCC_ instruction with the optional _IOPT_RET_ flag implemented in [openREIL](https://github.com/Cr4sh/openreil)....