JCL Help:PeInsertSection@TFileName@TStream@string

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Inserts a new section in a PE image.

Pascal

 function PeInsertSection(const FileName: TFileName; SectionStream: TStream; SectionName: string): Boolean;


Description

Inserts the given *SectionName* with the specified *SectionStream* data in the *FileName* PE image.


About

Unit

JclPeImage


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page