All Projects → marche147 → pepatch

marche147 / pepatch

Licence: MIT license
A hacky tool to patch PE binaries.

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to pepatch

cylon-deb
TUI menu driven bash shell script to update and maintain a Debian based Linux distro.
Stars: ✭ 23 (+9.52%)
Mutual labels:  wip
dist-detect
Try to determine what Linux/Unix distribution is running on a remote host and get a hint if security updates are applied.
Stars: ✭ 14 (-33.33%)
Mutual labels:  wip
lazy ips
IPS patcher for Linux
Stars: ✭ 39 (+85.71%)
Mutual labels:  patcher
ronin-exploits
A Ruby micro-framework for writing and running exploits
Stars: ✭ 36 (+71.43%)
Mutual labels:  wip
laravel-saas
📧 💵 Email activation, two-factor authentication, subscription billing, team billing, API token authentication, admin user impersonation and more.
Stars: ✭ 19 (-9.52%)
Mutual labels:  wip
wip
WIP & naenae: CLI utilities to easily manage Work In Progress with Git
Stars: ✭ 46 (+119.05%)
Mutual labels:  wip
Bear-Blog-Engine
Modern blog engine made with Go and the Next.js framework
Stars: ✭ 23 (+9.52%)
Mutual labels:  wip
OctoPrint-Octoremote
A hardware remote for Octoprint controlled 3D Printers
Stars: ✭ 23 (+9.52%)
Mutual labels:  wip
AminoREAPI
📱 An unofficial (and reversed enginnered!) client library for http://aminoapps.com/
Stars: ✭ 34 (+61.9%)
Mutual labels:  wip
prometheus to clickhouse
Prometheus to Clickhouse Adapter
Stars: ✭ 14 (-33.33%)
Mutual labels:  wip
OpenFNaF
An Open Source Re-implementation of Scott Cawthon's Five Nights at Freddy's. Written in C. Licensed under MIT. (WiP)
Stars: ✭ 37 (+76.19%)
Mutual labels:  wip
discord.v
Discord Bot Framework written in V
Stars: ✭ 83 (+295.24%)
Mutual labels:  wip
tix
[WIP] A type system for nix
Stars: ✭ 59 (+180.95%)
Mutual labels:  wip
diamond drops
WIP on sharding and Ethereum 2.0 with enshrined-in-consensus data availability and Rust: a fast, safe, concurrent and practical programming language
Stars: ✭ 54 (+157.14%)
Mutual labels:  wip
f-omega-mu
Fωμ type checker and compiler
Stars: ✭ 46 (+119.05%)
Mutual labels:  wip
ng-leaflet
Angular 2 component for Leaflet 1.x (WIP - Help Wanted)
Stars: ✭ 16 (-23.81%)
Mutual labels:  wip
torrent
Bittorrent library implemented in pure Dart. [WIP, early development stage]
Stars: ✭ 26 (+23.81%)
Mutual labels:  wip
KanColle-English-Patch-KCCP
English Patch for the original KanColle browser game, to be used with KCCacheProxy. Translates most of the game into english.
Stars: ✭ 28 (+33.33%)
Mutual labels:  wip
OS-X-Yosemite-on-Unsupported-Macs
Install OS X Yosemite on Unsupported Macs
Stars: ✭ 23 (+9.52%)
Mutual labels:  patcher
snk.dev-assistant
Assistant for code development with advanced machine learning features
Stars: ✭ 14 (-33.33%)
Mutual labels:  wip

pepatch

A hacky tool for patching PE format binaries.

Examples

Please take a look at the files under example/

Dependencies

  • For pypi packages: See requirements.txt. Use this command to install all the dependencies:
pip install -r requirements.txt
  • pefile: This project contains a slightly modified version of pefile module for better usage.

Few notes

  • The idea comes from patchkit after I found this fascinating small tool.
  • More features will be added in future.
  • This project is not thoroughly tested, and as you know, patching PE files can sometimes be clumsy and error-prone, so ALWAYS keep a copy of backup before applying any patch to the binary.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].