You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the type system for syscalls is very rough and you need to do a lot of manual work. A type system similar to ctypes needs to be implemented where you can set struct members, work with enums etc.
Once the type system is complete a pdb/header parser can be implemented to support all the native types.
The text was updated successfully, but these errors were encountered:
Currently the type system for syscalls is very rough and you need to do a lot of manual work. A type system similar to ctypes needs to be implemented where you can set struct members, work with enums etc.
Once the type system is complete a pdb/header parser can be implemented to support all the native types.
The text was updated successfully, but these errors were encountered: