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

Fix issue with llvm-rc when ZYDIS_BUILD_SHARED_LIB is enabled #500

Merged
merged 3 commits into from Apr 16, 2024

Conversation

netadr
Copy link
Contributor

@netadr netadr commented Apr 6, 2024

In addition to the changes mentioned in zyantific/zycore-c#70, this changes the encoding of resources/VersionInfo.rc from UTF-16LE to UTF-8 as clang's preprocessor does not support UTF-16.

Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

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

Thanks for the PR!

Shouldn't we replace the copyright sign here as well?

I merged your change in zycore-c. Maybe you could update the submodule to the latest version as well in this PR.

@netadr
Copy link
Contributor Author

netadr commented Apr 8, 2024

Shouldn't we replace the copyright sign here as well?

I changed it already here as well.

Sorry, GitHub doesn't do a great job of showing this due to the encoding change, maybe I should have clarified!

@flobernd
Copy link
Member

flobernd commented Apr 8, 2024

@netadr Oh, my bad. I even clicked on "view file", but GitHub seems to show me the old version.

Do you want to update the zycore-c submodule in this PR? We can do this in a later step as well, if that's more comfortable for you.

@netadr
Copy link
Contributor Author

netadr commented Apr 10, 2024

Do you want to update the zycore-c submodule in this PR? We can do this in a later step as well, if that's more comfortable for you.

@flobernd Should be fixed now!

Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

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

Looks good! Thanks again.

Copy link
Member

@athre0z athre0z left a comment

Choose a reason for hiding this comment

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

👍

@athre0z athre0z merged commit 72ec802 into zyantific:master Apr 16, 2024
13 checks passed
OptionalAssistant pushed a commit to OptionalAssistant/zydis that referenced this pull request Apr 17, 2024
…antific#500)

* Fix issue with `llvm-rc` when `ZYDIS_BUILD_SHARED_LIB` is enabled
* Bump zycore submodule
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.

None yet

3 participants