relapids
relapids
@wtdcode Understandable. If you have any suggestions for how I can collect better diagnostics or things I can do to debug it I'm open to try. Otherwise I will try...
Began debugging these. Started with what looked like the easiest one. For the failure in test_map_big_memory it looks like the problem is that uc->qemu_host_page_size is 0x4000 on Mac M1 but...
Figured out another one. The test_uc_hook_cached_uaf failure is because Apple Silicon does not allow RWX pages so the mmap call was returning -1. Changing it to map as RW and...
I think I've nearly figured out another one, but for this one I'm not 100% what the correct fix is so hopefully someone more experienced with the codebase can weigh...
@wtdcode The test_map_big_memory failure is resolved after yesterday's changes. Thanks @roehling, your fix is better than the one I hacked together locally to unblock myself. Here's the list of failures...
Same thing started happening to me yesterday with no changes on my end (been working for months up until now). Was definitely working two days ago since I have a...
Had a lot of stuff going on lately and not much time for side-projects. I hope to return to this in the near future though.