Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fancycode/MemoryModule
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rozmansi/MemoryModule
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 7, 2020

  1. Add ARM and ARM64 platforms

    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    fef80b5 View commit details
    Browse the repository at this point in the history
  2. Fix DEBUG_OUTPUT

    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    acd7da6 View commit details
    Browse the repository at this point in the history
  3. Allow IMAGE_REL_BASED_DIR64 relocation on all platforms

    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    fdf4145 View commit details
    Browse the repository at this point in the history
  4. Implement IMAGE_REL_BASED_LOW relocation

    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    0a98405 View commit details
    Browse the repository at this point in the history
  5. Implement IMAGE_REL_BASED_THUMB_MOV32 relocation

    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    5e850c0 View commit details
    Browse the repository at this point in the history
  6. Fix loading of DLLs that export all functions by ordinal

    See-also: #96
    Signed-off-by: Simon Rozman <simon@rozman.si>
    rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    08a59f2 View commit details
    Browse the repository at this point in the history
  7. Fix SectionAlignment

    Some dlls do not use Native SectionAlignment, instead use SectionAlignment from PE.
    HotKeyIt authored and rozmansi committed Nov 7, 2020
    Configuration menu
    Copy the full SHA
    47a9ee8 View commit details
    Browse the repository at this point in the history
Loading