Improvements
Process
* ntdll attribute can be updated dynamically to modify how basic calls are made (kernel32 calls, ntapi calls, direct Syscalls)
Syscall
* added get_common to retrieve common syscalls used by the core
* process attribute of the Syscall utils (which is pyjectify's process) is not public anymore
Fixes
Defines
* Hardcode `ctypes.wintypes` data types
PythonLib
* Fix GIL issues : fix python hooks deadlocks
Doc
* Update README and doc
Known issues
PythonLib
* PythonLib does not work anymore with Python 3.6 - 3.9 (Python 3.12 still unsupported). Issue is investigated to be fixed in upcoming releases