Joel Höner
Joel Höner
This is already fixed on master (https://github.com/zyantific/zydis/pull/259), but we never back-ported it to `v3.x`. I'll see if I can find some time for that later.
Actually I just noticed that our code checks for aarch64 as architecture, and OP is encountering this issue on a X86 box. Looks like Apple ported this linker issue to...
> Change maximum line length from 100 -> 200 characters (evaluate first) Urgh, please no.
Hmm, I'd still have to lower font size or change my desktop layout (screen split vertically half terminal, half editor) to make that work. I can fit about 110 characters...
Thanks for the issue! We have considered this before, but decided against it. We only support what is implemented in hardware by Intel, AMD and VIA. With these software instructions,...
In cases like this, it's typically best to also report this against XED and let the Intel folks figure out what is right.
It looks like Zydis builds just fine now targeting Intel macOS. I don't have an Intel Mac anymore and thus can't test this on bare metal, but at least in...
Ah, I see that you created a separate issue -- I'll close again and we can continue the discussion in that one.
Hmm, yeah. The C++ `Next` method is annotated with a `REQUIRES: Valid()` comment. `Valid()` is indeed returning `false` here, so calling `Next` is not permitted: https://github.com/facebook/rocksdb/blob/d7567d5eee5a0210376ce25475ae95b88b0a9c14/include/rocksdb/iterator.h#L67-L70 I suppose the problem...
My preference for this would be another proc macro to annotate enums with, similar to how sub-commands are defined, except that these enums would not be allowed to have any...