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: haxi0/TrollLock-Reborn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1
Choose a base ref
...
head repository: haxi0/TrollLock-Reborn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 26, 2022

  1. feat:trollPrepare functions

    Does what every option in ViewController.m does excluding running the exploit.
    
    This allows for cleaner and more readable code. 😃
    seilfx committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    29e9501 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f29506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef886af View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    95d27f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Configuration menu
    Copy the full SHA
    0fa983c View commit details
    Browse the repository at this point in the history
  2. Make code look a tiny bit better and efficient

    Removed unnecessary "Downloading fresh copy of main.caml"
    
    Moved *paths, *documentsDirectory, *targetFilePath outside of loop; only has to be defined once.
    
    Use only one loop in total (old had two loops; one per "mode")
    seilfx committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    701df61 View commit details
    Browse the repository at this point in the history
  3. Move copy function to trollPrepare.m

    This is to keep poc.m as clean as possible; not 100% needed, but it's nice to have your own code separate from other things. 😄
    seilfx committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    3934d1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    306cded View commit details
    Browse the repository at this point in the history
  5. Mini cleanup.. 😳

    seilfx committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f990ae1 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge pull request #8 from aethercot/main

    Made code more efficient and nicer to look at.
    haxi0 authored Jan 6, 2023
    Configuration menu
    Copy the full SHA
    4846164 View commit details
    Browse the repository at this point in the history
Loading