mystikos icon indicating copy to clipboard operation
mystikos copied to clipboard

Consider formalizing tcall interface

Open jxyang opened this issue 4 years ago • 0 comments

The target interface (between the kernel and target) employs tcalls, which are defined as follows.

long tcall(long n, long params[6]);

Consider formalizing this API as an interface in C (a structure with function pointers). This way, the interface would be type safe and easier to provide new implementations for.

jxyang avatar Jan 26 '21 16:01 jxyang