Eviatar Gerzi
Eviatar Gerzi
When I am calling `RpcServer.ParsePeFile` like that: ``` string name = @"C:\Windows\winsxs\x86_wcf-system.identitymodel_b03f5f7f11d50a3a_10.0.19041.1_none_e690fdc7d17e3f70\System.IdentityModel.dll"; string symbolsPath = @"srv*c:\symbols*http://msdl.microsoft.com/download/symbols"; string dbgHelp = @"C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\dbghelp.dll"; NtApiDotNet.Win32.RpcServer.ParsePeFile(name, dbgHelp , symbolsPath , NtApiDotNet.Win32.RpcServerParserFlags.None); ```...
I think this is related to #639 but not sure because on #469 @mvertes wrote: _It's also possible to re-build an interpreter containing a pre-compiled library and its wrapper (generated...
I am trying to use Yaegi to run Golang code that contains 3rd party library called: github.com/tidwall/pretty You wrote here https://github.com/containous/yaegi/issues/469 that it is possible: > It's also possible to...
Hi, Great project. I used a simple RPC example to run the server. I had a bug when I used James Forshaw function `Get-RpcAlpcServer`, from his RPC tool ([NtObjectManager](https://www.powershellgallery.com/packages/NtObjectManager/1.1.32)). The...
When trying to install CFSSL with the current command it failed because the command is note updated: ``` root@main:/home/cyber# go get -u github.com/cloudflare/cfssl/cmd/... go: go.mod file not found in current...
I am using `NtFileOpen` on named pipes, sometimes some fields are throwing an exception while others are not:  Is there a way to check if a field threw an...
I am running Ubuntu 16.04.3 LTS (xenial). I installed it: ```shell root@ubuntu:~/go# go get github.com/mitchellh/gox go: downloading github.com/mitchellh/gox v1.0.1 go: github.com/mitchellh/gox upgrade => v1.0.1 go: downloading github.com/hashicorp/go-version v1.0.0 go: downloading...
It was stated in the [development section](https://github.com/portainer/agent/tree/2.19.4) that running: ``` ./dev.sh local ``` Will run a local agent container but the command is not exist: ``` ➜ # ./dev.sh local...