|
Like Asure said in an earlier post, the order of arguments to Scetool DOES matter. So in this case you need:
scetool -l 496e66696e697479576172644b657900 -d default.self dec.elf
instead of
scetool -d default.self dec.elf -l 496e66696e697479576172644b657900
|