-
Notifications
You must be signed in to change notification settings - Fork 12
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
A few questions regarding the design #7
Comments
Hello!
The notdirty_write fix refers to 6be64eb
|
Thanks for the detailed answers! I will also look into how to port these changes upstream. |
Hello!
I'm the maintainer from the Unicorn Engine and find this repo accidentally. I can see a few interesting designs & implementations here, and I'm happy you also plan to merge them upstream by following our convention. I have a few questions to discuss here:
This commit enables Unicorn to build in EFI environment. I'm totally new to EFI development and may I know if it's possible to do this with cmake? I think we want a single build system to handle everything.
If I understand it correctly, this API tricks tcg to call any given native code. Could you illustrate its usage and motivation?
btw, is it related to unicorn-engine/unicorn#1839 ?
Why do you need to hook for "hooks"?
I see many commits are related to LTO, why LTO is desired with EFI?
Thanks for your efforts and patience!
The text was updated successfully, but these errors were encountered: