diff --git a/m1rc3/norruption/2/dumplock b/m1rc3/norruption/2/dumplock new file mode 100755 index 0000000..aeb216e --- /dev/null +++ b/m1rc3/norruption/2/dumplock @@ -0,0 +1,33 @@ +#!/bin/sh + +blocks=55 +offset=2 # 0 for manufacturer ID (0x89) + + +hex() +{ + ( echo obase=16; echo $1; ) | bc -q +} + + +( + cat <