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: andrivet/ADVobfuscator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1
Choose a base ref
...
head repository: andrivet/ADVobfuscator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 27 files changed
  • 3 contributors

Commits on Dec 9, 2025

  1. Fix CMake install target

    SunBlack committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    3f97c8f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Update Change log

    andrivet committed Dec 11, 2025
    Configuration menu
    Copy the full SHA
    5832647 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Add HTML documentation

    andrivet committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    d93a629 View commit details
    Browse the repository at this point in the history
  2. Fix link

    andrivet committed Dec 26, 2025
    Configuration menu
    Copy the full SHA
    dec2688 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Fix typo

    andrivet committed Feb 10, 2026
    Configuration menu
    Copy the full SHA
    7fbaee3 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2026

  1. Typos in comments

    andrivet committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    af47a62 View commit details
    Browse the repository at this point in the history
  2. Update the documentation

    andrivet committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    8b42c41 View commit details
    Browse the repository at this point in the history
  3. Fix link to doc

    andrivet committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    20b0eff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd70d79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7aefa4b View commit details
    Browse the repository at this point in the history
  6. Better link

    andrivet committed Feb 12, 2026
    Configuration menu
    Copy the full SHA
    31f8abb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Fix MSVC compilation error in AesString::decrypt()

    Use buffer.data() instead of buffer.begin() to get raw pointer from
    std::array. MSVC's std::_Array_iterator doesn't implicitly convert to
    Byte*, causing compilation failure in guessme_aes example.
    idrassi committed Feb 14, 2026
    Configuration menu
    Copy the full SHA
    c30bf5b View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Merge pull request #45 from idrassi/fix_aes_msvc

    Fix MSVC compilation error in AesString::decrypt()
    data() is indeed the right way to get access to the buffer.
    andrivet authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    2b74e26 View commit details
    Browse the repository at this point in the history
Loading