Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
v4.1.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Dec 13, 2021
1 parent 61e7203 commit e493e60
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion command/unlocker.go
Expand Up @@ -70,7 +70,6 @@ func main() {
}

// Stop all VMW services and tasks on Windows
// Dummy calls on Linux
vmwpatch.VMWStop(v)

if install {
Expand Down
Binary file modified linux/dumpsmc
Binary file not shown.
Binary file modified linux/unlocker
Binary file not shown.
Binary file modified macos/dumpsmc
Binary file not shown.
1 change: 0 additions & 1 deletion vmwpatch/gostable.go
Expand Up @@ -22,7 +22,6 @@ func findGOSTable(contents mmap.MMap) [][]int {
return indices
}

//goland:noinspection GoUnusedFunction
//goland:noinspection GoUnusedFunction
func clearBit(n int, pos uint) int {
mask := ^(1 << pos)
Expand Down
Binary file modified windows/dumpsmc.exe
Binary file not shown.
Binary file modified windows/unlocker.exe
Binary file not shown.

0 comments on commit e493e60

Please sign in to comment.