Skip to content

Commit

Permalink
ELF class upgrades (#798)
Browse files Browse the repository at this point in the history
- using `enum` for ELF types and flags - `Shdr`, `Phdr` and types
- added some common ARM and MIPS constants, using `_missing_` functions for `Shdr` and `Phdr` to get a generic case
- create `name` property for `Shdr`, `Phdr` and `_str_`
- deprecated APIs `set_arch`
- added `classproperty` decorator
- updated deprecated ELF constants
- better linting on the code
- apply suggestions from @theguy147 @Grazfather and @daniellimws
  • Loading branch information
hugsy committed Jan 25, 2022
1 parent 779369f commit 364cf44
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 446 deletions.

0 comments on commit 364cf44

Please sign in to comment.