a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 313673 and 285481

Description: Print instruction sets used by x86 binaries (ELF or MachO)
 Disassemble a binary and print out which instruction set extensions it uses.
 Despite the utterly misleading name, this tool supports ELF and MachO binaries,
 and perhaps other formats as well, and has preliminary support for ARM64 as
 well as X86/64. It used to be a lot more limited!
Description: Print instruction sets used by x86 binaries (ELF or MachO)
 Disassemble a binary containing x86 instructions and print out which
  extensions it uses. Despite the utterly misleading name, this tool supports
  ELF and MachO binaries, and perhaps PE-format ones as well. (It used to be
  more limited.)
--- 313673	Thu Jan  1 00:00:00 1970
+++ 285481	Thu Jan  1 00:00:00 1970
@@ -1,5 +1,5 @@
 Print instruction sets used by x86 binaries (ELF or MachO)
- Disassemble a binary and print out which instruction set extensions it uses.
+ Disassemble a binary containing x86 instructions and print out which
- Despite the utterly misleading name, this tool supports ELF and MachO binaries,
+  extensions it uses. Despite the utterly misleading name, this tool supports
- and perhaps other formats as well, and has preliminary support for ARM64 as
+  ELF and MachO binaries, and perhaps PE-format ones as well. (It used to be
- well as X86/64. It used to be a lot more limited!
+  more limited.)