Displaying 2 results from an estimated 2 matches for "dangerousgethandl".
Did you mean:
dangerousgethandle
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
...f (status != 0)
{
Trace.WriteLine(@"Error " + status + " when translating
" + sidstring + " on " + remoteserver);
return sidstring;
}
var domains1 =
Marshal.ReadIntPtr(domainsIntPtr.DangerousGetHandle());
referencedDomain = Marshal.PtrToStringAnsi(domains1);
var names1 =
Marshal.ReadIntPtr(namesIntPtr.DangerousGetHandle());
var name = Marshal.PtrToStringAnsi(names1);
domainsIntPtr.Close();
namesIntPtr.Close();...
2020 Oct 12
2
Lookup sid with libsmbclient (invoked from c# on mono)
Typical example:
Here is some search & export for libsmbclient:
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open_noauth_transport
<nothing>
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0 |grep
cli_rpc_pipe_open
U cli_rpc_pipe_open_noauth
adiant at ubuntu:/usr/lib/x86_64-linux-gnu$ nm -D libsmbclient.so.0