PeParser
Windows PE (Portable Executable) file parser for Java 6+
Install / Use
/learn @dorkbox/PeParserREADME
PeParser
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
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
