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: orange-cpp/omath
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ee54e3d
Choose a base ref
...
head repository: orange-cpp/omath
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 568883f
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 13, 2025

  1. Removes Windows-specific API dependencies for pattern scanning

    Replaces calls to Windows API functions (GetModuleHandleA) with a void pointer parameter.
    
    Simplifies pattern scanning for loaded modules by removing Windows-specific code and replacing it with a generic approach.
    orange-cpp committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    5646654 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    orange-cpp authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    97003b9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #87 from orange-cpp/feature/no_win_api

    Removes Windows-specific API dependencies for pattern scanning
    orange-cpp authored Oct 13, 2025
    Configuration menu
    Copy the full SHA
    568883f View commit details
    Browse the repository at this point in the history
Loading