How to reverse engineer binary file formats for compatibility purposes

前端 未结 3 1546
感动是毒
感动是毒 2021-01-05 06:07

I am working of a file preparation software to enable translators work easily and efficiently on a wide range of file formats.

As far as text-based formats (xml, ph

相关标签:
3条回答
  • 2021-01-05 06:23

    Maybe you could pick a cheaper application which has import features for QuarkXPress. For example InDesign should be able to read Quark documents. Then use the importing application to export to whatever format you need - maybe with a help of plug-in.

    0 讨论(0)
  • 2021-01-05 06:26

    Of course reverse engineering is possible, but without format specs it will take a lot of work. I would look at the return on effort regarding supporting these 'rarely requested, very expensive' formats. You may be better off spending that effort improving the core functionality of your app.

    Another angle is to contact the companies with these formats, explain your goal, explain that it helps their product, and if they don't see you as competition they might be willing to help.

    0 讨论(0)
  • 2021-01-05 06:27

    I know that you want to reverse engineer them - but since these may be propriety file formats you are looking at a very steep curve trying to decode them...

    Some (as I have written some propritety formats for interal use before) have specific methods and objects written into them that serve some alternative process than the file contents themselves. Stuff that would prove the new file is illegal.

    Just my 2 cents and I am no lawyer =>

    0 讨论(0)
提交回复
热议问题