Initial Commit
This commit is contained in:
18
database/perl/vendor/lib/Win32/Exe/DebugDirectory.pm
vendored
Normal file
18
database/perl/vendor/lib/Win32/Exe/DebugDirectory.pm
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Copyright 2004 by Audrey Tang <cpan@audreyt.org>
|
||||
|
||||
package Win32::Exe::DebugDirectory;
|
||||
|
||||
use strict;
|
||||
use base 'Win32::Exe::Base';
|
||||
use constant FORMAT => (
|
||||
Flags => 'V',
|
||||
TimeStamp => 'V',
|
||||
VersionMajor => 'v',
|
||||
VersionMinor => 'v',
|
||||
Type => 'V',
|
||||
Size => 'V',
|
||||
VirtualAddress => 'V',
|
||||
Offset => 'V',
|
||||
);
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user