Skip to content

Releases: bnbdr/typedef

version 0.9.0.7 - bug fixes

05 Jun 11:03
Compare
Choose a tag to compare

Fixes the following issues:

  • bad size of nameless structs when they're not the first member of another named container.
  • member value not refreshed after updating underlying buffer for inner named container.

version 0.9.0.6

10 Sep 19:06
Compare
Choose a tag to compare

Allows simple types to read from file-like interface objects:

f = open('test.bin','rb')
d = DWORD(f)

issues fixed: #2, #3, #4

Pypi Initial Release

11 Apr 14:16
Compare
Choose a tag to compare
v0.9.0.5

moved setup.cfg to the right place