Skip to content

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

Merged
emoose merged 1 commit into
emoose:masterfrom
mrexodia:build-system
Aug 11, 2026
Merged

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

Conversation

@mrexodia

@mrexodia mrexodia commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

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
Contributor Author

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

@SaveEditors

SaveEditors commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

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

Sounds good, thanks for the heads-up. I’ll rebase #19 onto master and resolve any conflicts once #21 is merged.

EDIT: @emoose This has been rebased and merged.

@emoose
emoose merged commit f388a50 into emoose:master Aug 11, 2026
@mrexodia
mrexodia deleted the build-system branch August 11, 2026 14:43
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.

3 participants