Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional support for bitcode, symbol prefixing, and cmodule. #820

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

hexploitable
Copy link
Contributor

@hexploitable hexploitable commented Sep 25, 2024

This PR adds 3 new features/options to the build.

  1. CModule is now a feature which can be enabled or disabled. It is enabled by default.
  2. Symbol prefixing is now a feature which can be disabled. Largely due to this causing issues when embedded bitcode (symbols are non-renamed inside the bitcode and therefore the linker gets confused).
  3. Embed bitcode - support for including bitcode in the builds.

Depends on an update to releng: frida/releng#4

@hexploitable hexploitable marked this pull request as draft September 25, 2024 11:14
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.

1 participant