rename repo permutation

This commit is contained in:
2023-11-24 09:41:17 +01:00
parent b49fc4801f
commit a378261e9b
7 changed files with 21533 additions and 0 deletions
@@ -0,0 +1,6 @@
#!/bin/bash
objdump -d -M intel $1 > $1_intel.asm
# AT&T syntax
objdump -d $1 > $1_.asm