This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28335: TMS320F28335 : Can we extract source file from .lib file ?

Part Number: TMS320F28335

Hi,

Is there a utility or method to extract/decode all source file contents from lib file..?

Due to some reasons we need to share lib file containing all driver details. But we dont want our counterpart to extract driver source file from lib file. So want to know can anyone extract source file from lib file. through

any utility ?

If it can be extracted by any utility then what is the best way to safegaurd the lib file through any options or compiler settings..?

Thank You,

Yamini

  • I recommend you learn about the following utilities, all of which are documented in the C28x assembly tools manual.

    • ar2000 - archiver.  Creates libraries, operates on files in libraries, etc.
    • ofd2000 - object file display.  Dumps out information available in object files and libraries
    • strip2000 - Removes information from an object file
    • dis2000 - Disassembles an object file

    Thanks and regards,

    -George