Daniel Roethlisberger

Results 73 comments of Daniel Roethlisberger

My hunch was correct, `uc_ctl()` calling conventions were to blame, of sorts: The implementation pulls `uint64_t`'s from the variable argument list: ``` uc_err uc_ctl(uc_engine *uc, uc_control_type control, ...) { //...

Cannot repro on macOS 15 with Python 3.13.7 from MacPorts. Can you provide more info on your platform and Python? Specifically, are you using the experimental feature of disabling the...