Re: bit parsing from file

2008-06-04 Thread [EMAIL PROTECTED]
On May 30, 9:16 am, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Thu, 29 May 2008 09:37:54 -0700 (PDT), "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> declaimed the following in comp.lang.python: > > > Thank's for the reply, > > Yes, I have to search for the pattern, the bit offset not always the >

Re: bit parsing from file

2008-05-29 Thread [EMAIL PROTECTED]
On máj. 29, 18:26, Mensanator <[EMAIL PROTECTED]> wrote: > On May 29, 9:42�am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > > > > > > > Hello, > > > I'm tring to make a cutting script. > > The problem is the following, i have a sample pattern, for > > example :'11101110' (0xEE) > > That is the

Re: bit parsing from file

2008-05-29 Thread Mensanator
On May 29, 9:42�am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm tring to make a cutting script. > The problem is the following, i have a sample pattern, for > example :'11101110' (0xEE) > That is the sign of the data begining. > How can i cut a file if the byte stepping is not t