Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Feat/reverse/binary refinery#571

Open
gl0bal01 wants to merge 6 commits intoThePorgs:devfrom
gl0bal01:feat/reverse/binary-refinery
Open

Feat/reverse/binary refinery#571
gl0bal01 wants to merge 6 commits intoThePorgs:devfrom
gl0bal01:feat/reverse/binary-refinery

Conversation

@gl0bal01
Copy link

@gl0bal01 gl0bal01 commented Oct 9, 2025

This PR adds Binary Refinery to the reverse engineering toolkit in Exegol.

Binary Refinery is a modular binary data analysis and transformation framework offering numerous units for decoding, unpacking, emulation, and carving operations.

Added a new installer function install_refinery() in sources/install/package_reverse.sh

Point of attention

  • Choose [extended] profile which is recommended rather than [all] to balance image size and feature coverage while providing all core RE functionality; [all] would add ~4 extra heavy packages (Pillow, brotlipy, pyzstd, decompyle3).
  • Added prefix as recommended in the doc to not mess with pwntools
  • Installed via pipx seeing it is used in the other packages

@qu35t-code qu35t-code self-assigned this Oct 9, 2025
@qu35t-code qu35t-code added the new tool(s) This adds one or multiple tools to Exegol label Oct 9, 2025
Copy link
Member

@ShutdownRepo ShutdownRepo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR, here are two small change requests before merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new tool(s) This adds one or multiple tools to Exegol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments