Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $exe = Win32::Exe->new('test.exe');
    
    $exe = $exe->create_resource_section if !$exe->has_resource_section;
    
  2. or download this
    No resource section found in file test.exe at C:/Perl/site/lib/Win32/E
    +xe.pm line 348.