in reply to Re^2: how to extract original string from binary files?
in thread how to extract original string from binary files?
Convert::Binary::C seems like an ill fit for your situation. It is most usable when you want to pack (or unpack) data according a given C structure and you want to match the alignment that the C compiler has applied to the structure.
So far, you have not shown us that you already have the existing C structure. Because of that, I can only advise against using this module. Maybe you want to look at pack and perlpacktut instead.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: how to extract original string from binary files?
by swapy345 (Initiate) on May 20, 2016 at 10:30 UTC | |
by Corion (Patriarch) on May 20, 2016 at 10:38 UTC | |
|
Re^4: how to extract original string from binary files?
by swapy345 (Initiate) on May 20, 2016 at 14:11 UTC | |
by Corion (Patriarch) on May 20, 2016 at 14:21 UTC |