Jordan
Jordan
The XNTSV output has incorrect names and types for function pointers. ```json { "name": "OpenRoutine)(union _LARGE_INTEGER )", "offset": 56, "size": 8, "type": "unsigned char ( *" } ``` An example...
The routine `rtn_getenv` can return a value of type str. ```py (Pdb) p type(host_env_val) ``` But `__handle_external_return` expects the return value to be either an integer or an Expression. When...
### Work environment | Questions | Answers |------------------------------------------|-------------------- | OS/arch/bits | Linux x86_64 build | Architecture | x86_64 | Source of Capstone | Both 5.0.2 release, and latest from next...