Skip to content

Redo build system based on ida-sdk repository - #21

Open
mrexodia wants to merge 1 commit into
emoose:masterfrom
mrexodia:build-system
Open

Redo build system based on ida-sdk repository#21
mrexodia wants to merge 1 commit into
emoose:masterfrom
mrexodia:build-system

Conversation

@mrexodia

@mrexodia mrexodia commented Jul 27, 2026

Copy link
Copy Markdown

Tested on macos aarch64, but should work fine on Windows/Linux as well.

The following commands should compile the loader and xex1tool out of the box on every platform and install it into IDAUSR so you can use the plugin:

# Submodules
git submodule update --init

# Compile
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

# Install
cmake --install build --config Release

Note: this depends on emoose/ExCrypt#15 so I pointed the submodule to my repo until that is merged. Happy to fix up later.

@emoose

emoose commented Jul 27, 2026

Copy link
Copy Markdown
Owner

Gave it a try and looks like it's working fine with IDA 9.4 Windows here, happy to merge!

Also just merged your ExCrypt PR if you want to update the submodule here

@mrexodia

Copy link
Copy Markdown
Author

Alright, updated the submodule! FYI #19 needs some rebasing once this is merged

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants