Hello!
As I could read trough the Forum, searching in binaries is very limited, so I hope there is a solution for my problem.
I have a BIN file with many merged bitmaps of PNG format. I want to make Macro to split it to standalone files. All PNG files start with "‰PNG"
and ends with "IEND®B`"
I've tried to use Find with RegExp by Perl synthax ‰PNG.*IEND®B` to select the whole PNG file, but I can't get it to work. Has someone clue where do I go wrong?? I have vers. 12.10.
Thanks !
As I could read trough the Forum, searching in binaries is very limited, so I hope there is a solution for my problem.
I have a BIN file with many merged bitmaps of PNG format. I want to make Macro to split it to standalone files. All PNG files start with "‰PNG"
Code: Select all
00000000h: 89 50 4E 47 0D 0A 1A 0A 00 00 00 0D 49 48 44 52 ; ‰PNG........IHDR
Code: Select all
00000640h: 49 45 4E 44 AE 42 60 00 00 00 00 00 00 00 00 00 ; IEND®B`.........
Thanks !