bnagy/cgasm

Missing instruction: RDSEED

Opened this issue · 2 comments

RDSEED is missing :-(

bnagy commented

Thanks a lot for the bug report! I think it would be better if this were fixed upstream in github.com/nologic/idaref, then I can update the sql file and continue using codegen; otherwise we'll end up with a base .sql and a ton of once-off addition hacks. (I checked upstream and it's not in the sql file, it's not a parsing error here)

Would you have the time to open an issue on this upstream? I'll keep this bug open meanwhile so people can see I'm missing an instruction.

RDSEED is now included in IdaRef. Actually, I reworked the x86 sql so it includes a whole bunch of other instructions that were missing.