0.1.8 • Published 1 year ago

pe-exe-parser v0.1.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

MZ, PE-COFF Executable File Format Parser

Summary

This is a library to read the internals of the executable (exe) format.

At the moment it lies incomplete, only supporting parsing all the headers, as well as the Version Information Tables. Anything beyond that for me is just an exercise in file format parsing.

Usage

General usage is simple:

import {parsePE} from "pe-parser";

const pe_data = parsePE(exe_file_path: string, [options: PEParserOptions]);

Options

OptionTypeDescription
dump_rvasbooleanThis toggles on dumping rva segments to the sub folder ./rva
debugbooleanEnable debugging mode with many print outputs to debug the internals
0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago