Skip to content
View SolomonSklash's full-sized avatar

Block or report SolomonSklash

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Stars

PE

65 repositories

A BOF to parse the imports of a provided PE-file, optionally extracting symbols on a per-dll basis.

C 86 11 Updated Oct 28, 2021

View pe coff files with browsers.

JavaScript 17 2 Updated May 14, 2020

A header-only C++ library for accessing files in COFF binary format. (Including Windows PE/PE+ formats)

C++ 207 34 Updated Sep 11, 2025

Portable Executable Explorer

C# 158 54 Updated Mar 14, 2021

A utility tool to create export definitions from a provided PE Image.

C# 16 1 Updated Sep 14, 2021

WinDbg debugger extension library providing various tools to analyse, dump and fix (restore) Microsoft Portable Executable files for both 32 (PE) and 64-bit (PE+) platforms.

C++ 84 31 Updated Aug 24, 2024

Portable Executable parser for Windows. Supports both 32-bit and 64-bit executables and dynamic-link libraries

C 1 Updated Apr 8, 2019

Cross-platform library for parsing and building PE\PE+ formats

C++ 80 30 Updated Jul 31, 2022

PE/MZ Header Parser :: A crossplatform Windows PE/MS-DOS MZ Header Parser : Powered by @pay1oad-repo

C++ 11 1 Updated Jul 4, 2025

Library for parsing internal structures of PE32/PE32+ binary files.

C++ 174 36 Updated Dec 3, 2024

PE32 (x86) and PE32+ (x64) binaries analysis tool, resources viewer/extractor.

C++ 174 37 Updated May 16, 2025

The PE file analysis toolkit

C 758 139 Updated Sep 29, 2025

Metadata hash incorporating the Rich Header for robustness against packing and other malware tricks

Python 70 6 Updated Aug 14, 2021

Print compiler information stored in Rich Header of PE executables.

C++ 144 25 Updated Dec 16, 2025

This is a simple tool to remove the "Rich" header from binaries (EXE or DLL files) created by M$ development tools.

C++ 34 12 Updated Feb 3, 2021

A ⚡ lightweight Go package to parse, analyze and extract metadata from Portable Executable (PE) binaries. Designed for malware analysis tasks and robust against PE malformations.

Go 372 58 Updated Oct 14, 2025

Discover TimeDateStamps In PE File

C++ 17 6 Updated Dec 12, 2015

PE File Blessing - To continue or not to continue

Python 87 22 Updated Nov 23, 2019
Python 6 Updated Feb 26, 2021

Code that allows running another windows PE in the same address space as the host process.

C++ 458 158 Updated Nov 7, 2016

A modified RunPE (process hollowing) technique avoiding the usage of SetThreadContext by appending a TLS section which calls the original entrypoint.

C 97 24 Updated Sep 26, 2019

converter of DMD CodeView/DWARF debug information to PDB files

C++ 535 117 Updated Aug 22, 2025

PoC for hiding PE exports

C++ 67 19 Updated Dec 19, 2020

A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl

C++ 1,308 197 Updated Oct 31, 2025

Converts PE into a shellcode

C++ 2,711 468 Updated Aug 30, 2025

Proof of concept implementation of in-memory PE Loader based on ReflectiveDLLInjection Technique

C++ 158 82 Updated Oct 29, 2018

A Windows PE format file loader

C++ 150 36 Updated Jun 1, 2018

Python module for viewing Portable Executable (PE) files in a tree-view using pefile and PyQt5. Can also be used with IDA Pro and Rekall to dump in-memory PE files and reconstruct imports.

Python 1,337 171 Updated Jul 9, 2022