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: WheretIB/LuaDkmDebugger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: WheretIB/LuaDkmDebugger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 5, 2020

  1. Configuration menu
    Copy the full SHA
    1e40950 View commit details
    Browse the repository at this point in the history
  2. Fixed Lua state creation before debug helper is injected

    When attach to x64 UWP process was added in 5078d75, an incorrect test for helper injection was added.
    Helper injection is asynchronous and Lua state might be created before it is completed.
    Thread suspend and wait was implemented, but when injection to UWP process failed, thread was suspended indefinitely.
    Injection was fixed for x64 UWP and to avoid failure in x86 UWP a new check as added.
    Now that we have x86 UWP injection implemented, we can remove that check.
    WheretIB committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d4d2dca View commit details
    Browse the repository at this point in the history
  3. Extension update

    WheretIB committed Jun 5, 2020
    Configuration menu
    Copy the full SHA
    13c38ca View commit details
    Browse the repository at this point in the history
Loading