Hi,
in order to justify learning another language I'd first need to be convinced
that python could easily do the following:-
ReadSectors2Buf r(hdx, StartSectr, SectrCnt, Bufr); <-- like linux: dd
PrintDecOf4Byte s(Offset, Bufr); <-- and also 1 and 2 byte values
OverWriteBufr(O ffset, Bufr, Byte);
WriteBufr2Secto rs ..... <-- like linux: dd
I guess one would normally use bash, but I'd rather invest effort
in python if it can do this.
Thanks for any info.
== Chris Glur.
in order to justify learning another language I'd first need to be convinced
that python could easily do the following:-
ReadSectors2Buf r(hdx, StartSectr, SectrCnt, Bufr); <-- like linux: dd
PrintDecOf4Byte s(Offset, Bufr); <-- and also 1 and 2 byte values
OverWriteBufr(O ffset, Bufr, Byte);
WriteBufr2Secto rs ..... <-- like linux: dd
I guess one would normally use bash, but I'd rather invest effort
in python if it can do this.
Thanks for any info.
== Chris Glur.
Comment