mentebinaria / readpe

The PE file analysis toolkit
GNU General Public License v2.0
671 stars 129 forks source link

AVX / AVX2 / AVX512 support #177

Open delthas opened 1 year ago

delthas commented 1 year ago

pev does not seem to support AVX (for example, vmovaps using ymm registers are listed as invalid).

It seems pev uses libudis86, which itself does not support AVX either.

Since this is a limitation in libudis86 it's unlikely pev will get support for this, but I'm opening the issue to make it easier for future users to know about this.

merces commented 1 year ago

Hi @delthas. Good catch. Actually, I had planned to remove disassembling capabilities from pev as there are other software that do a much better job on that. Will leave this issue here until we decide though. Thanks!