Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MzHeader and PeHeader classes in PELIB were replaced by ImageLoader class #812

Merged
merged 34 commits into from
Jul 21, 2020

Commits on Jul 16, 2020

  1. ImageLoader: Import Directory 1

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a5fbd06 View commit details
    Browse the repository at this point in the history
  2. ImageLoader: Import & IAT

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    546dbdb View commit details
    Browse the repository at this point in the history
  3. Image Loader: IAT

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d20fe2a View commit details
    Browse the repository at this point in the history
  4. ImageLoader: Debug Directory

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    b728684 View commit details
    Browse the repository at this point in the history
  5. ImageLoader: TLS Directory

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e361360 View commit details
    Browse the repository at this point in the history
  6. ImageLoader: Resources

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    64a6d9e View commit details
    Browse the repository at this point in the history
  7. ImageLoader : Relocations + COM directory

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f68df78 View commit details
    Browse the repository at this point in the history
  8. ImageLoader: Regression Tests 1

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6405bd9 View commit details
    Browse the repository at this point in the history
  9. ImageLoader: Last regression test remaining to solve

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e7701d3 View commit details
    Browse the repository at this point in the history
  10. ImageLoader: Finalizing

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    175fa6c View commit details
    Browse the repository at this point in the history
  11. ImageLoader: Regression tests passed

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    a7640da View commit details
    Browse the repository at this point in the history
  12. ImageLoader: Tests OK

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    6fcafec View commit details
    Browse the repository at this point in the history
  13. ImageLoader: Complete

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    cbc761e View commit details
    Browse the repository at this point in the history
  14. Linux build: Removed _cdecl

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    f5c6c35 View commit details
    Browse the repository at this point in the history
  15. Linux Build: reference solved

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    b1989bd View commit details
    Browse the repository at this point in the history
  16. Linux Build

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    1bd2fa6 View commit details
    Browse the repository at this point in the history
  17. Commiting all changes to cloud

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    2c8bdc3 View commit details
    Browse the repository at this point in the history
  18. Solved the mystery of image header mapping under Windows XP

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c1e403a View commit details
    Browse the repository at this point in the history
  19. Unpackers: UPX (progress)

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    b930258 View commit details
    Browse the repository at this point in the history
  20. Unpackers: Progress

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    c799cdd View commit details
    Browse the repository at this point in the history
  21. Unpacker: UPX complete

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    eefe6c6 View commit details
    Browse the repository at this point in the history
  22. Unpacker: MPRESS complete

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    ee063ba View commit details
    Browse the repository at this point in the history
  23. Make linux-doxygen build happy

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    020ff9b View commit details
    Browse the repository at this point in the history
  24. Fixing Mac build

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    608c2d0 View commit details
    Browse the repository at this point in the history
  25. Fixing doxygen build

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    e33bc6e View commit details
    Browse the repository at this point in the history
  26. Fixing Mac build

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    0f8bbbb View commit details
    Browse the repository at this point in the history
  27. Cleaning up

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    b697100 View commit details
    Browse the repository at this point in the history
  28. Cleaning up

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    5f79546 View commit details
    Browse the repository at this point in the history
  29. Fixing doxugen build regression

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    bc459cf View commit details
    Browse the repository at this point in the history
  30. cosmetic

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    d12edc6 View commit details
    Browse the repository at this point in the history
  31. Fixing build

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    321d444 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    25fefe2 View commit details
    Browse the repository at this point in the history
  33. Post-apocalypse fix after OpenSSL has been removed

    Ladislav Zezula committed Jul 16, 2020
    Configuration menu
    Copy the full SHA
    fcfcea1 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Changes requested in review

    Ladislav Zezula committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    1aca22f View commit details
    Browse the repository at this point in the history