Defining system calls for platforms #7964
Unanswered
nullableVoidPtr
asked this question in
API
Replies: 1 comment
-
|
Answered my own question: The question still stands for "ephemeral" types generated dynamically at Platform instantiation - how would this be possible? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see
BNTypeBuilderSetSystemCallNumber, and I assume this can be used in conjunction with function types. I have attempted to register a type library with named objects with function but to no avail. I do see how to get system calls in a dict, but I don't see how to define system calls, which would prove to be an extremely useful interface for working with exotic architectures, with hypercalls for example.I do understand that there is the class attribute
type_file_path, but I don't understand which function attribute, if any, would specify this (__system_call_number(42)??)Beta Was this translation helpful? Give feedback.
All reactions