otorp

0.0.1 • Public • Published

otorp

Recover Protocol Buffer v2 definitions from a Mach-O binary.

Usage

$ npx otorp /path/to/macho/binary        # print all discovered defs to stdout
$ npx otorp /path/to/macho/binary out/   # write each discovered def to a file

This library and the embedded otorp CLI tool make the following assumptions:

  • In a serialized FileDescriptorProto, the name field appears first.

  • The name does not exceed 127 bytes in length.

  • The name always ends in ".proto".

  • There is at least one simple reference to the start of the definition.

License

Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 license are reserved by the Original Author.

Analytics

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    1

Package Sidebar

Install

npm i otorp

Homepage

sheetjs.com/

Weekly Downloads

1

Version

0.0.1

License

Apache-2.0

Unpacked Size

29.6 kB

Total Files

5

Last publish

Collaborators

  • sheetjs