What's Changed
- Close the data attribute before reassigning it by @adang1345 in #367
- Floor division (//) does mathematical division with the floor functio… by @j-t-1 in #373
- Update new dvrt type and Load Config filed adapt to Windows11 by @zjgcjy in #374
- fix PE.get_data by @mak in #379
- Fix ambiguous string syntax for PEid parsing regexp by @hillu in #388
- fixed a memory leak that caused the pe file to be access locked. by @daniel-mekuria in #386
- Exphash from sha256 to md5 to match imphash by @N0fix in #377
- More readable calls to superclass by @j-t-1 in #393
- Fix cache_adjust_FileAlignment to work with files not aligned to 0x200 by @asivery in #397
- [StepSecurity] Apply security best practices by @step-security-bot in #399
- Create sets using curly brackets by @j-t-1 in #400
- Change IOError to OSError by @j-t-1 in #401
- Apply isort to sort all imports by @j-t-1 in #403
- Remove "OC Patch" comments by @j-t-1 in #408
- Update tox.ini Python versions by @j-t-1 in #409
- Use with statement to write to file by @j-t-1 in #418
- Remove distutils use by @j-t-1 in #417
- Use chaining comparison operators by @j-t-1 in #416
- Replace list comprehension with set comprehension by @j-t-1 in #415
- Use not in operator by @j-t-1 in #414
- Replace base class name with super() by @j-t-1 in #413
- Increase readability and consistency by @j-t-1 in #412
- Tiny comment improvements by @j-t-1 in #410
- Update oleaut32.py from oleaut32.dll by @j-t-1 in #406
- Improve parse_rich_header by @j-t-1 in #402
- Include ordinals for wsock32.dll by @j-t-1 in #405
- Update ws2_32.py from ws2_32.dll by @j-t-1 in #404
- Update pefile.py for typo by @Derekt2 in #398
- Add parsing for IMAGE_DEBUG_TYPE_EX_DLLCHARACTERISTICS by @aursulis in #365
New Contributors
- @adang1345 made their first contribution in #367
- @zjgcjy made their first contribution in #374
- @mak made their first contribution in #379
- @daniel-mekuria made their first contribution in #386
- @N0fix made their first contribution in #377
- @asivery made their first contribution in #397
- @step-security-bot made their first contribution in #399
- @Derekt2 made their first contribution in #398
- @aursulis made their first contribution in #365
Full Changelog: v2023.2.7...v2024.8.26