Skip to content

Interpret packed binary data using named attributes

License

Notifications You must be signed in to change notification settings

wackrat/structer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interpret packed binary data using named attributes

The structer package provides metaclasses which allow concise specification of code to unpack binary data.

The first application of this code, build_ids.py, extracts build ID values from a Linux core file which includes a file note that lists the mappings, and which includes the first block of each shared library in the link map, and the executable.

The cpio module handles CPIO files with magic number 070701 or 070702. The rpm module uses the cpio module, and the top level rpm.py script extracts build ID values from the specified RPM.

About

Interpret packed binary data using named attributes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages