Does some know perl script to convert Binary file (EXE) to decimal values(with option to set custom delimiters), and then just write output in html page?
I searched, but did find anything. All binary to
decimal / hex converters are online scripts for converting between different
representations of numbers, whereas I need utility that take binary EXE file
as unput and convert it into decimal format, allows save it in text file.