Skip to content
This repository was archived by the owner on Jul 13, 2024. It is now read-only.
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: wufhex/PyDelta-PythonObfuscator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: therealOri/PyDelta-PythonObfuscator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 9, 2024

  1. Update ids_refactor.py

    Fix for annotations being renamed.
    therealOri authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    894258d View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    fdc032a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    therealOri authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    83fb7ef View commit details
    Browse the repository at this point in the history
  3. Update LICENSE

    therealOri authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    38e1691 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    therealOri authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    3867dc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Update README.md

    therealOri authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    1e140e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Update PyDelta.py

    therealOri authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cb0dc0b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Nuitka Compilation Support

    Adds support for using Nuitka to compile your obfuscated code into an executable.
    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    07d1d88 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f2283eb View commit details
    Browse the repository at this point in the history
  3. Update setup.py

    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c5482e8 View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    0504516 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    aa32b7d View commit details
    Browse the repository at this point in the history
  6. Update PyDelta.py

    therealOri authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    ac36f42 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. Update PyDelta.py

    Updates:
    - Made the package imported into code functionality more usable.
    - Improved the cli functionality to work with the changes.
    -  "--compile-code False" --> "--no-compile-code" & "--compile-code"
    
    
    You can now use a custom config in your python code and modify it there instead of in the PyDelta.py file.
    therealOri authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    18cd1c0 View commit details
    Browse the repository at this point in the history
  2. Update compiler.py

    Updates:
        - Patch for nuitka being used instead of nuitka3 on unix/linux systems.
    therealOri authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    a34b6d0 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    therealOri authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    89dba2c View commit details
    Browse the repository at this point in the history
  4. Update setup.py

    therealOri authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    25ed954 View commit details
    Browse the repository at this point in the history
  5. Update compiler.py

    Correction/Update:
        - Nuitka updated their package to use "nuitka" on unix/linux systems instead of "nuitka3".
    
    This update reverts and fixes the previous change to be compatible with that update. (Ps. Finally....)
    therealOri authored Aug 25, 2024
    Configuration menu
    Copy the full SHA
    9a2b296 View commit details
    Browse the repository at this point in the history
Loading