Jimmy Mi
Jimmy Mi
Run with ``` go env -w "GOPRIVATE=*" garble.exe -literals -tiny build -trimpath .\path\to\cmd\main ``` I get a bunch of errors: ``` garble.exe : # golang.org/x/crypto/ssh At C:\Users\Administrator\go\src\github.com\xxx\xxx\build.ps1:2 char:1 + garble.exe...
It's quite impossible to implement interactive remote shell without ConPTY support, [as explained by Microsoft itself](https://devblogs.microsoft.com/commandline/windows-command-line-inside-the-windows-console/#remoting-windows-command-line-is-difficult). And the [technique](https://github.com/jm33-m0/emp3r0r/blob/ba3f8acc42e56f888bef26bca5b195103b41173b/core/lib/agent/sshd_windows.go#L24) that I use in emp3r0r doesn't support older Windows versions such...
According to https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml, `idc.BeginEA()` has replaced ` ida_ida.inf_get_min_ea() ` in version 7.4 However when trying to import this script in 7.2, we still get #14 This patch should work at...
- `query.py` allows users to perform image retrieval using selected algorithm - `USAGE.md` has been updated to give users instructions on image querying - formatted code to meet PEP8 requirements
- CentOS does not have `glibc 2.14+`, nor `libcurl4` - if built with dynamically linked libs, the binary file runs fine on Debian based linux - so how do i...
When I put the server behind nginx, and try to connect with `h2.Connect()`, it throws an error: ``` stream error: stream ID 3; PROTOCOL_ERROR ```
### Description of the new feature / enhancement Every time I try to execute `wingetcreate` to update/create manifests, it automatically RE-downloads installer files even if they have already been downloaded....
`github.com/mholt/archiver/v3` is deprecated and considered as insecure, its use in this project needs to be eliminated.
Now it should work both on `amd64` and `386` on Windows, correct winpty binaries are embedded at build time, and the resulting binary is smaller. Newly added winpty binaries are...
When I try to `Start` I get `%1 is not a valid Win32 application.` error. The calling process is 32bit, I believe the DLL shipped by default is 64bit.