We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(As discussed in gramineproject/graphene#2662)
Graphene's patched code currently uses an API that contains some internal names ("shim_*", "syscalldb"). I propose the following changes:
SYSCALLDB
GRAPHENE_SYSCALL
shim_register_library
graphene_register_library
SHIM_*_OFFSET
GRAPHENE_*_OFFSET
shim_entry_api.h
graphene_entry_api.h
shim_*.h
etc.
The text was updated successfully, but these errors were encountered:
Probably should be done after project move (gramineproject/graphene#2558) since the name will likely change.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
(As discussed in gramineproject/graphene#2662)
Graphene's patched code currently uses an API that contains some internal names ("shim_*", "syscalldb"). I propose the following changes:
SYSCALLDB
macro ->GRAPHENE_SYSCALL
shim_register_library
and possibly other functions ->graphene_register_library
SHIM_*_OFFSET
->GRAPHENE_*_OFFSET
shim_entry_api.h
->graphene_entry_api.h
shim_*.h
files are internal, but this one is a public header file included in patched codeetc.
The text was updated successfully, but these errors were encountered: