https://github.com/dmendel/bindata

binary-analysis declarative-language file-format reverse-engineering ruby

Last synced: about 1 month ago

Repository metadata:

BinData - Reading and Writing Binary Data in Ruby


Owner metadata:


Committers metadata

Last synced: about 1 month ago

Total Commits: 598
Total Committers: 13
Avg Commits per committer: 46.0
Development Distribution Score (DDS): 0.468

Commits in past year: 8
Committers in past year: 3
Avg Commits per committer in past year: 2.667
Development Distribution Score (DDS) in past year: 0.25

Name Email Commits
dmendel d****l@7****6 318
Dion Mendel d****n@l****m 192
Dion Mendel b****a@d****o 75
Charles Oliver Nutter h****s@h****m 2
Aaron Patterson a****n@g****m 2
Peter Goldstein p****n@g****m 2
Bertrand Paquet b****t@g****m 1
Brent Cook b****b@g****m 1
Cédric Boutillier b****l@d****g 1
Mark Young m****g@a****o 1
Patrick Linnane p****k@l****o 1
cdelafuente-r7 c****e@r****m 1
Akira Matsuda r****e@d****p 1

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

rubygems: bindata

BinData is a declarative way to read and write binary file formats. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier ( and more readable ) alternative to ruby's #pack and #unpack methods.

  • Homepage: https://github.com/dmendel/bindata
  • Documentation: http://www.rubydoc.info/gems/bindata/
  • Licenses: BSD-2-Clause
  • Latest release: 2.5.0 (published 10 months ago)
  • Last Synced: 2024-11-10T21:07:46.927Z (about 1 month ago)
  • Versions: 58
  • Dependent Packages: 138
  • Dependent Repositories: 3,026
  • Downloads: 94,696,377 Total
  • Docker Downloads: 923,013,300
  • Rankings:
    • Docker downloads count: 0.138%
    • Downloads: 0.223%
    • Dependent packages count: 0.25%
    • Dependent repos count: 0.57%
    • Average: 1.196%
    • Stargazers count: 2.379%
    • Forks count: 3.618%
  • Maintainers (1)
  • Advisories:
go: github.com/dmendel/bindata

  • Homepage:
  • Documentation: https://pkg.go.dev/github.com/dmendel/bindata#section-documentation
  • Licenses: bsd-2-clause
  • Latest release: v2.5.0+incompatible (published 10 months ago)
  • Last Synced: 2024-11-10T21:07:46.120Z (about 1 month ago)
  • Versions: 32
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 2.518%
    • Forks count: 3.28%
    • Average: 6.544%
    • Dependent packages count: 9.576%
    • Dependent repos count: 10.802%

Dependencies

bindata.gemspec rubygems
  • coveralls >= 0 development
  • minitest > 5.0.0, < 5.12.0 development
  • rake >= 0 development
.github/workflows/ci.yml actions
  • actions/checkout v2 composite
  • ruby/setup-ruby v1 composite
Gemfile rubygems