JCL Help:PeInsertSection@TFileName@TStream@string
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: PeInsertSection Function
[+] JclPeImage.pas Functions
Search in JCL Help
Search in all projects
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
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