cgasm icon indicating copy to clipboard operation
cgasm copied to clipboard

Missing instruction: RDSEED

Open Schtrudel opened this issue 8 years ago • 2 comments

RDSEED is missing :-(

Schtrudel avatar Jul 19 '16 13:07 Schtrudel

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.

bnagy avatar Jul 20 '16 04:07 bnagy

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

nologic avatar Nov 29 '16 10:11 nologic