mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Don't UPX obfuscate for windows build again, also don't poke around to get windows version for probable suspicious runtime detection...
This commit is contained in:
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ dist/ChromeProxyHelperPlugin.zip: dist/chrome_proxy.exe
|
|||||||
dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe
|
dist/chrome_proxy.exe: dist/socks5-ssh-proxy.tiny.exe
|
||||||
cp -v $< $@
|
cp -v $< $@
|
||||||
upx --lzma --ultra-brute --best $@
|
upx --lzma --ultra-brute --best $@
|
||||||
go run cmd/upx-obfuscator/main.go $@
|
#go run cmd/upx-obfuscator/main.go $@
|
||||||
|
|
||||||
install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN)
|
install-deps: $(GARBLE_BIN) $(GOVERSIONINFO_BIN)
|
||||||
$(GARBLE_BIN):
|
$(GARBLE_BIN):
|
||||||
|
|||||||
@ -208,7 +208,7 @@ func systemGetWellKnownExistingPaths() []string {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
func systemOSDetect() {
|
func systemOSDetect() {
|
||||||
systemGetWindowsVersion()
|
//systemGetWindowsVersion()
|
||||||
|
|
||||||
wineVersion := systemGetWINEVersion()
|
wineVersion := systemGetWINEVersion()
|
||||||
log.Println("WINE version", wineVersion)
|
log.Println("WINE version", wineVersion)
|
||||||
@ -223,6 +223,6 @@ func systemOSDetect() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// systemGetWellKnownExistingPaths()
|
// systemGetWellKnownExistingPaths()
|
||||||
systemAppDataSearchPythonInstallationPaths()
|
// systemAppDataSearchPythonInstallationPaths()
|
||||||
systemTryInstallPythonPath()
|
// systemTryInstallPythonPath()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user