hi all,
i want to read a binary file, do some operations in it (i want to ZERO all the value before 0x4fff and then preserve all the values after it ) and then output a modified binary file with ". bin" extension.
i am a beginner in perl, could anyone of you help me do this as soon as possible?