Jump to content

[Guide] How to check AVX instructions in binary


Meowthra
 Share

1 post in this topic

Recommended Posts

# Download Script

curl -O https://raw.githubusercontent.com/kalifans/Darwin/Script/check-avx
curl -O https://raw.githubusercontent.com/kalifans/Darwin/Script/dump-asm
chmod 755 check-avx
chmod 755 dump-asm

# Dump binary to .asm file
run dump-asm

xenVEqS.png

asm file in $HOME/objdump/

 

# Check VEX Prefix instructions
run check-avx

I7dnQVq.png

 

Xcdka1n.png

 

  • Like 5
Link to comment
Share on other sites

 Share

×
×
  • Create New...