securityos/node_modules/pe-library/dist/index.d.ts

8 lines
520 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
import NtExecutable, { type NtExecutableFromOptions, type NtExecutableSection } from './NtExecutable.js';
import NtExecutableResource from './NtExecutableResource.js';
import { calculateCheckSumForPE } from './util/functions.js';
import version from './version.js';
import * as Format from './format/index.js';
import type * as Type from './type/index.js';
export { NtExecutable, type NtExecutableFromOptions, NtExecutableResource, type NtExecutableSection, calculateCheckSumForPE, version, Format, type Type, };