EpicGamesExt / raddebugger

A native, user-mode, multi-process, graphical debugger.
MIT License
3.13k stars 162 forks source link

AVX-512 instructions are not recognized in Disassembly window #259

Open michal-z opened 1 month ago

michal-z commented 1 month ago

Tested with 0.9.10 ALPHA.

ratchetfreak commented 4 weeks ago

duplicate of #169

the disassembly library currently used doesn't support the newfangled x86 extensions.

michal-z commented 4 weeks ago

This issue is about AVX-512. #169 is about older AVX/AVX2.

ratchetfreak commented 4 weeks ago

same issue though, the OP in the issue literally says

Quickly looking at the library, seems like there is no AVX-512 support either.