My climat station
ElfFileSimple Class Reference
Inherits elftools::elf::elffile::ELFFile.
Public Member Functions | |
| def | __init__ |
| def | read |
Detailed Description
Wrapper for elf object which allows easy access to symbols and rom
Definition at line 312 of file flash_algo/__init__.py.
Constructor & Destructor Documentation
| def __init__ | ( | self, | |
| data | |||
| ) |
Construct a ElfFileSimple from bytes or a bytearray
Definition at line 315 of file flash_algo/__init__.py.
Member Function Documentation
| def read | ( | self, | |
| addr, | |||
| size | |||
| ) |
Read program data from the elf file :param addr: physical address (load address) to read from :param size: number of bytes to read :return: Requested data or None if address is unmapped
Definition at line 338 of file flash_algo/__init__.py.
Generated on Tue Jul 12 2022 14:27:21 by
1.7.2
Gleb Klochkov