SkillAgentSearch skills...

PeParser

Windows PE (Portable Executable) file parser for Java 6+

Install / Use

/learn @dorkbox/PeParser
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PeParser

Dorkbox Github Gitlab

Provides a light-weight way to parse and extract data from windows PE files, from Java.

This library can access meta-data information and details from within the PE file, and specifically it was designed to access and copy out files from the .rsrc section.

Windows PE format and details: http://msdn.microsoft.com/en-us/library/ms809762.aspx

  • This is for cross-platform use, specifically - linux 32/64, mac 32/64, and windows 32/64. Java 8+

   

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>PeParser</artifactId>
      <version>3.3</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:PeParser:3.3")
}

Or if you don't want to use Maven, you can access the files directly here:
https://repo1.maven.org/maven2/com/dorkbox/PeParser/

License

This project is © 2014 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.

Related Skills

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated9mo ago
Forks4

Languages

Kotlin

Security Score

67/100

Audited on Jun 18, 2025

No findings