1. 7368b0c Merge pull request #409 from j-t-1/tox by Ero Carrera · 8 weeks ago upstream/master
  2. 9084528 Update tox.ini Python versions by j-t-1 · 8 weeks ago
  3. 837ba7d Remove Python 3.7 from the test suite and add 3.11 and 3.12 by Ero Carrera · 8 weeks ago
  4. 17df612 Merge pull request #408 from j-t-1/oc by Ero Carrera · 8 weeks ago
  5. 442542c Merge pull request #403 from j-t-1/isort by Ero Carrera · 8 weeks ago
  6. daf9067 Merge pull request #401 from j-t-1/SignatureDatabase by Ero Carrera · 8 weeks ago
  7. dddd88e Merge pull request #400 from j-t-1/improvements by Ero Carrera · 8 weeks ago
  8. 15a538f Remove "OC Patch" comments This information is available from git blame by j-t-1 · 8 weeks ago
  9. c6811b5 Apply isort to sort all imports by j-t-1 · 8 weeks ago
  10. 7f8b0d0 Change IOError to OSError by j-t-1 · 8 weeks ago
  11. 2ca3853 Create sets using curly brackets by j-t-1 · 9 weeks ago
  12. 80535f5 Update version of action scorecard by Ero Carrera · 3 months ago
  13. f31ccff Update action upload-artifact by Ero Carrera · 3 months ago
  14. 11807de Update action download-artifact to v4.1.5 by Ero Carrera · 3 months ago
  15. 1045c81 Correct fix for comments of versioned actions by Ero Carrera · 3 months ago
  16. 2f9ba16 Remove version comments in updated actions by Ero Carrera · 3 months ago
  17. 000a379 Update `checkout` action to v4 by Ero Carrera · 3 months ago
  18. 030f326 Merge branch 'master' of ssh://github.com/erocarrera/pefile by Ero Carrera · 3 months ago
  19. 15cd429 Add OpenSSF Scorecard badge by Ero Carrera · 3 months ago
  20. 03694d1 Merge pull request #399 from step-security-bot/stepsecurity_remediation_1713779762 by Ero Carrera · 3 months ago
  21. 562567a [StepSecurity] Apply security best practices by StepSecurity Bot · 3 months ago
  22. d56e6f4 Update `upload-artifact` action by Ero Carrera · 3 months ago
  23. f606915 Update `checkout` and `setup-python` actions by Ero Carrera · 3 months ago
  24. 9fc8197 Improve formatting of warning message by Ero Carrera · 3 months ago
  25. 4934b7d Improve and document handling of PointerToRawData values by Ero Carrera · 4 months ago
  26. 576de23 Revert "Merge pull request #397 from asivery/master" by Ero Carrera · 4 months ago
  27. df2031f Add tests for special cases of PointerToRawData values by Ero Carrera · 4 months ago
  28. 36f88fe Simplify code by Ero Carrera · 4 months ago
  29. ceab92e Merge pull request #397 from asivery/master by Ero Carrera · 4 months ago
  30. 75f0964 Merge pull request #393 from j-t-1/super by Ero Carrera · 4 months ago
  31. ef4486d Fix cache_adjust_FileAlignment to work with files not aligned to 0x200 by asivery · 5 months ago
  32. e27c33f More readable calls to superclass by j-t-1 · 5 months ago
  33. d86b96e Support the colon character in paths (issue #384) by Ero Carrera · 7 months ago
  34. 0c747a7 Update exphash tests with `md5` values by Ero Carrera · 7 months ago
  35. 4160aec Add a comment for the gc.collect() line by Ero Carrera · 7 months ago
  36. b20afc5 Merge pull request #377 from N0fix/master by Ero Carrera · 7 months ago
  37. d0eae2a Merge pull request #386 from daniel-mekuria/fix_access_lock_on_pe_file by Ero Carrera · 7 months ago
  38. b94ca95 Merge pull request #388 from hillu/fix-regex-string by Ero Carrera · 7 months ago
  39. 22c958d Fix ambiguous string syntax for PEid parsing regexp by Hilko Bengen · 8 months ago
  40. 91fb851 fixed a memory leak that caused the pe file to be access locked. by Daniel Mekuria · 8 months ago
  41. dcf780e Remove superfluous `b()` function and run `black` by Ero Carrera · 11 months ago
  42. 46b1531 Merge pull request #379 from mak/fix/get_data by Ero Carrera · 11 months ago
  43. 8a2aada fix PE.get_data by Maciej Kotowicz · 1 year, 1 month ago
  44. 8ccc16b Exphash from sha256 to md5 to match imphash by Nofix · 1 year, 1 month ago
  45. 593d094 Use schneegans/dynamic-badges-action@v1.6.0 by Ero Carrera · 1 year, 4 months ago
  46. 212a404 Merge pull request #374 from zjgcjy/master by Ero Carrera · 1 year, 4 months ago
  47. 0f3e9b9 Upload relocate_image for new_changes in Load Config by zjgcjy · 1 year, 4 months ago
  48. 380635b Update Load Config Format by zjgcjy · 1 year, 4 months ago
  49. 713d08b Add parsing for new dynamic relocation types (function override) by zjgcjy · 1 year, 4 months ago
  50. ff3c7e4 Fix bugs in parsing dynamic relocations by zjgcjy · 1 year, 4 months ago
  51. 270b44e Merge pull request #373 from j-t-1/floor_division by Ero Carrera · 1 year, 4 months ago
  52. 0afd75e Floor division (//) does mathematical division with the floor function applied to the result. For floating point numbers, int(x) truncates towards zero. Thus for positive numbers, but not for negative, the functionality is the same, with floor division terser and avoids extra parentheses. by j-t-1 · 1 year, 4 months ago
  53. 0463745 Fix issues reported in issue #368 by Ero Carrera · 1 year, 5 months ago
  54. dc8bd44 Add contributors badge by Ero Carrera · 1 year, 5 months ago
  55. 9f22b52 Merge pull request #367 from adang1345/master by Ero Carrera · 1 year, 5 months ago
  56. 5774143 Close the __data__ attribute before reassigning it by Aohan Dang · 1 year, 6 months ago
  57. 1ab2807 Run full test suite in all Python and OS versions by Ero Carrera · 1 year, 6 months ago upstream/v2023.2.7
  58. 7507fe9 Update version for new release 2023.2.7 by Ero Carrera · 1 year, 6 months ago
  59. 00c42f7 Ran `black` by Ero Carrera · 1 year, 6 months ago
  60. 97af4b5 "Touch" README.md by Ero Carrera · 1 year, 6 months ago
  61. f3020e5 Add `--ignore-errors` switch to the `json` command by Ero Carrera · 1 year, 6 months ago
  62. 02efb96 Add `--ignore-errors` flag to coverage report by Ero Carrera · 1 year, 6 months ago
  63. aaae38a Use forked tests and minor tweaks to pefile by Ero Carrera · 1 year, 6 months ago
  64. eca5a6b Tweak repo cloning step by Ero Carrera · 1 year, 6 months ago
  65. 9b8aa53 Attempt to run test from external repo by Ero Carrera · 1 year, 6 months ago
  66. 537da3e Enable macos in test workflow by Ero Carrera · 1 year, 6 months ago
  67. b0fb973 Attempt to generate coverage data only for ubuntu by Ero Carrera · 1 year, 6 months ago
  68. 77e0ca7 Enable windows in test workflow by Ero Carrera · 1 year, 6 months ago
  69. a7e3fa9 Drop mac from test workflow by Ero Carrera · 1 year, 6 months ago
  70. ed08278 Drop windows from the test workflow by Ero Carrera · 1 year, 6 months ago
  71. 9859f1b Do not export PYTHONPATH in test workflow by Ero Carrera · 1 year, 6 months ago
  72. 6e422df Enable more test configurations by Ero Carrera · 1 year, 6 months ago
  73. e4b3136 Add coverage and downloads badges by Ero Carrera · 1 year, 6 months ago
  74. 639cb27 Add dependencies to tox.ini by Ero Carrera · 1 year, 6 months ago
  75. 29f8baf Install coverage module for tox by Ero Carrera · 1 year, 6 months ago
  76. a1a7db2 Remove OS and python versions to debug workflow by Ero Carrera · 1 year, 6 months ago
  77. 0f1ae3c Use `tox` to run tests and generate coverage data by Ero Carrera · 1 year, 6 months ago
  78. 7e2dbe9 Fix link by Ero Carrera · 1 year, 6 months ago
  79. c247b4f Update status badges, list GitHub Actions by Ero Carrera · 1 year, 6 months ago
  80. c6f48bd Add the path to find the pefile module by Ero Carrera · 1 year, 6 months ago
  81. b3d17ec Move workflow to the workflows directory by Ero Carrera · 1 year, 6 months ago
  82. e036aca Rename workflow by Ero Carrera · 1 year, 6 months ago
  83. ab5b426 Add workflow for tests via GitHub Actions by Ero Carrera · 1 year, 6 months ago
  84. 4dc275d Add docstrings to `imphash` and `exphash` by Ero Carrera · 1 year, 6 months ago
  85. c9b0d55 Add tests to `exphash` (added in PR #354) by Ero Carrera · 1 year, 6 months ago
  86. 115de39 Fix loosened export symbol validation by Ero Carrera · 1 year, 6 months ago
  87. 03e9682 Merge branch 'master' of ssh://github.com/erocarrera/pefile by Ero Carrera · 1 year, 6 months ago
  88. 3d7d0b2 Merge pull request #360 from learn-more/export_restraints by Ero Carrera · 1 year, 6 months ago
  89. 4e1b0cc Reformatted with `black` by Ero Carrera · 1 year, 6 months ago
  90. b34683c Merge pull request #354 from LloydLabs/feature-exphash by Ero Carrera · 1 year, 6 months ago
  91. bc83c02 Reformatted with `black` by Ero Carrera · 1 year, 6 months ago
  92. b0ca0c2 Merge branch 'master' of ssh://github.com/erocarrera/pefile by Ero Carrera · 1 year, 6 months ago
  93. db572d5 Merge pull request #353 from pspcreateprocess/feature_dynamic_relocations by Ero Carrera · 1 year, 6 months ago
  94. 42dd0fc Fix issue packing unions and CV_INFO_PDB70 data by Ero Carrera · 1 year, 6 months ago
  95. f743f80 Merge branch 'master' of ssh://github.com/erocarrera/pefile by Ero Carrera · 1 year, 6 months ago
  96. 5c9fe09 Merge pull request #363 from UserUnknownFactor/master by Ero Carrera · 1 year, 6 months ago
  97. b47ee14 Fixed issues detected by pylance by Ero Carrera · 1 year, 6 months ago
  98. 0e06169 Merge branch 'j-t-1-incorporate_peps' by Ero Carrera · 1 year, 7 months ago
  99. a74a852 Merge branch 'incorporate_peps' of https://github.com/j-t-1/pefile into j-t-1-incorporate_peps by Ero Carrera · 1 year, 7 months ago
  100. ae40dea Update .gitignore by Ero Carrera · 1 year, 7 months ago