timfish / rcedit-rs

Rust fork of rcedit (https://github.com/electron/rcedit)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rcedit-rs

This library provides Windows PE resource patching possibilities. Currently, it can be used only to patch the main application icon, language-independent resource strings, and RCDATA. Works only on the Windows platform.

It is based on the electron/rcedit C++ application code, while introducing a few additional changes:

  • ATL libraries are not required anymore, so library code can be built using VS Build Tools
  • Rcedit CLI application code was removed - it is not needed for the library crate
  • Added C shim for Rust <-> C++ FFI

About

Rust fork of rcedit (https://github.com/electron/rcedit)

License:MIT License


Languages

Language:C++ 88.5%Language:Rust 10.5%Language:C 0.6%Language:CMake 0.5%