1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Refactor address to startAddress - Add readNumeric(), writeNumeric(), readString(), writeString() to Section class.
christoph2
as Christoph Schueler
More... almost 7 years ago
Add writeString()
christoph2
as Christoph Schueler
More... almost 7 years ago
- Refactor section.address to section.startAddress - Get rid of Section.__getitem__ - Add readNumeric(), writeNumeric(), readString()
christoph2
as Christoph Schueler
More... almost 7 years ago
Add default parameter to hexdump()
christoph2
as Christoph Schueler
More... almost 7 years ago
Add indexing support to images.
christoph2
as Christoph Schueler
More... almost 7 years ago
No memoryviews for memory mapped files in PY2
christoph2
as Christoph Schueler
More... almost 8 years ago
Fix unittests
christoph2
as Christoph Schueler
More... almost 8 years ago
Fix constructors
christoph2
as Christoph Schueler
More... almost 8 years ago
Remove old-style ULEB/SLEB codec
christoph2
as Christoph Schueler
More... almost 8 years ago
Fix test case
christoph2
as Christoph Schueler
More... almost 8 years ago
Python3 fixes.
christoph2
as Christoph Schueler
More... almost 8 years ago
Use Construct CString
christoph2
as Christoph Schueler
More... almost 8 years ago
Fix SLEB.
christoph2
as Christoph Schueler
More... almost 8 years ago
Add test cases from ULEB/SLEB
christoph2
as Christoph Schueler
More... almost 8 years ago
Add Construct based ULEB/SLEB codec
christoph2
as Christoph Schueler
More... almost 8 years ago
Rename 'memoryMap' to 'createMemoryMappedFileView'
christoph2
as Christoph Schueler
More... almost 8 years ago
revert to previous version.
christoph2
as Christoph Schueler
More... almost 8 years ago
Deactivate tests.
christoph2
as Christoph Schueler
More... almost 8 years ago
Add dependency to six.
christoph2
as Christoph Schueler
More... almost 8 years ago
Add 'magicString# property.
christoph2
as Christoph Schueler
More... almost 8 years ago
Fix README.md
christoph2
as Christoph Schueler
More... almost 8 years ago
- Manage sections as OrderedDict(). - Add section image to result.
christoph2
as Christoph Schueler
More... about 8 years ago
Add relocations.
christoph2
as Christoph Schueler
More... about 8 years ago
Fix ticoff-dump script.
christoph2
as Christoph Schueler
More... about 8 years ago
Added 'ticoff-dump' command line utility.
christoph2
as Christoph Schueler
More... about 8 years ago
require Construct >= 2.8
christoph2
as Christoph Schueler
More... about 8 years ago
Add TI-COFF support,
christoph2
as Christoph Schueler
More... about 8 years ago
Added dependency to 'construct'.
christoph2
as Christoph Schueler
More... about 8 years ago
image.py: Added 'addSection' alias for 'addSegment'.
christoph2
as Christoph Schueler
More... about 8 years ago
Added dwarf/expressions unit-tests.
christoph2
as Christoph Schueler
More... about 8 years ago