Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CCob/lsarelayx
/ functions
Functions
749 in github.com/CCob/lsarelayx
⨍
Functions
749
◇
Types & classes
538
Method
BasicBufferedOutputStreamAdapter
bufferSize is used when buffer is dynamically allocated
plugin/include/bitsery/adapter/stream.h:172
Method
BasicIOStreamAdapter
both bases contain reference to same iostream, so no need to do anything
plugin/include/bitsery/adapter/stream.h:284
Method
BasicInputStreamAdapter
plugin/include/bitsery/adapter/stream.h:40
Method
BasicOutputStreamAdapter
plugin/include/bitsery/adapter/stream.h:123
Method
BitsConstraint
plugin/include/bitsery/ext/value_range.h:35
Method
BitseryReader
(Stream input)
client/Bitsery.cs:72
Method
BitseryWriter
(Stream output)
client/Bitsery.cs:13
Method
CArray
plugin/include/bitsery/details/brief_syntax_common.h:95
Method
Category
Prototype starts with '=' because this is an invalid prototype (see Option.ParsePrototype(), and thus it'll prevent Category instances from being acci
client/Options.cs:834
Method
CheckConstructed
* Check that this element is constructed. An exception is thrown * if this is not the case. */
client/Asn1/AsnElt.cs:192
Method
CheckNull
* Interpret the value as a NULL. */
client/Asn1/AsnElt.cs:994
Method
CheckNumSub
* Check that this element is constructed and contains exactly * 'n' sub-elements. */
client/Asn1/AsnElt.cs:246
Method
CheckNumSubMax
* Check that this element is constructed and contains no more * than 'n' sub-elements. */
client/Asn1/AsnElt.cs:272
Method
CheckNumSubMin
* Check that this element is constructed and contains at least * 'n' sub-elements. */
client/Asn1/AsnElt.cs:259
Method
CheckOff
(int off, int lim)
client/Asn1/AsnElt.cs:564
Method
CheckPrimitive
* Check that this element is primitive. An exception is thrown * if this is not the case. */
client/Asn1/AsnElt.cs:203
Method
CodePoint
* Get the code point at offset 'off' in the string. Either one * or two 'char' slots are used; 'off' is updated accordingly. */
client/Asn1/AsnElt.cs:2140
Method
Command
(string name, string help = null)
client/Options.cs:1385
Method
CommandOption
Prototype starts with '=' because this is an invalid prototype (see Option.ParsePrototype(), and thus it'll prevent Category instances from being acci
client/Options.cs:1422
Method
CommandOptionSet
(CommandSet commands, MessageLocalizerConverter localizer)
client/Options.cs:1455
Method
CommandResponse
plugin/commands.h:53
Method
CommandSet
(string suite, MessageLocalizerConverter localizer = null)
client/Options.cs:1506
Method
ConvertBi
(byte[] buf, int off, bool be)
client/Asn1/AsnIO.cs:288
Method
ConvertMono
(byte[] buf, int off)
client/Asn1/AsnIO.cs:274
Method
CopyValue
* Copy the value into the specified array. The value length is * returned. */
client/Asn1/AsnElt.cs:763
Method
CopyValueChunk
* Copy a value chunk. The provided offset ('off') and length ('len') * define the chunk to copy; the offset is relative to the value * start (firs
client/Asn1/AsnElt.cs:748
Method
CreateOptionContext
()
client/Options.cs:957
Method
CreateWrappedLinesIterator
(string self, IEnumerable<int> widths)
client/Options.cs:207
Method
Dec2
(string s, int off, ref bool good)
client/Asn1/AsnElt.cs:1615
Method
DecodeLength
* Decode a BER length. Returned value is: * -2 no decodable length * -1 indefinite length * 0+ definite length * If a definite or
client/Asn1/AsnIO.cs:185
Method
DecodeMono
(byte[] buf, int off, int len, int type)
client/Asn1/AsnElt.cs:1099
Method
DecodeNoCopy
* Internal recursive decoder. The provided array is NOT copied. * Trailing garbage is ignored (caller should use the 'objLen' * field to learn the
client/Asn1/AsnElt.cs:425
Method
DecodeTag
* Decode a tag; returned value is true on success, false otherwise. * On success, 'off' is updated to point to the first byte after * the tag. *
client/Asn1/AsnIO.cs:158
Method
DecodeUTF16
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1180
Method
DecodeUTF32
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1215
Method
DecodeUTF8
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1109
Method
DepadLeft
(this byte[] data)
client/Asn1/Asn1Extensions.cs:6
Function
Deserialize
plugin/commands.h:222
Function
DllMain
plugin/dllmain.cpp:3
Method
DoPassiveMode
(int requestPID)
client/Program.cs:164
Method
Encode
()
client/Negotiate/NegTokenResponse.cs:79
Method
Encode
()
client/Negotiate/NegTokenInit.cs:107
Method
EncodeMono
(string str)
client/Asn1/AsnElt.cs:2131
Method
EncodeUTF16
(string str)
client/Asn1/AsnElt.cs:2180
Method
EncodeUTF32
(string str)
client/Asn1/AsnElt.cs:2191
Method
EncodeUTF8
(string str)
client/Asn1/AsnElt.cs:2154
Method
EncodeValue
* Encode the value into the provided buffer. Only value bytes * at offsets between 'start' (inclusive) and 'end' (exclusive) * are written. Actual
client/Asn1/AsnElt.cs:718
Method
Entropy
* Allows entropy-encoding technique, by writing few bits for most common values * @param values list of most common values *
plugin/include/bitsery/ext/entropy.h:54
Method
ExtractToken
(ref string input, out string rest)
client/Options.cs:1681
Method
FindBER
(byte[] buf)
client/Asn1/AsnIO.cs:15
Method
FindDER
(byte[] buf)
client/Asn1/AsnIO.cs:10
Method
FreeLibrary
(IntPtr handle)
client/Program.cs:72
Method
GetArgumentName
(int index, int maxIndex, string description)
client/Options.cs:1310
Method
GetArguments
(string value, out IEnumerable<string> replacement)
client/Options.cs:681
Method
GetBitString
* Interpret the value as a BIT STRING. The bits are returned, * with the "ignored bits" cleared. */
client/Asn1/AsnElt.cs:952
Method
GetBoolean
* Interpret the value as a BOOLEAN. */
client/Asn1/AsnElt.cs:803
Method
GetCommandId
plugin/commands.h:104
Method
GetCommandId
plugin/commands.h:185
Method
GetCommands
()
client/Options.cs:1828
Method
GetCompletions
(string prefix = null)
client/Options.cs:1659
Method
GetDescription
(string description)
client/Options.cs:1332
Method
GetEnumerator
()
client/Options.cs:1001
Method
GetFunctionOffsets
(long spmpLookupPackageOffsetHint)
client/Program.cs:455
Method
GetIntegerHex
* Interpret the value as an INTEGER. Return its hexadecimal * representation (uppercase), preceded by a '0x' or '-0x' * header, depending on the i
client/Asn1/AsnElt.cs:876
Method
GetKeyForItem
(Option item)
client/Options.cs:765
Method
GetKeyForItem
(Command item)
client/Options.cs:1530
Method
GetLineEnd
(int start, int length, string description)
client/Options.cs:259
Method
GetLines
(string description, int firstWidth, int remWidth)
client/Options.cs:1371
Method
GetNames
()
client/Options.cs:614
Method
GetNames
()
client/Options.cs:673
Method
GetNextOptionIndex
(string[] names, int i)
client/Options.cs:1298
Method
GetNextWidth
(IEnumerator<int> ewidths, int curWidth, ref bool? eValid)
client/Options.cs:241
Method
GetObjectData
(SerializationInfo info, StreamingContext context)
client/Options.cs:724
Method
GetOptionForName
(string option)
client/Options.cs:775
Method
GetOptionParts
(string argument, out string flag, out string name, out string sep, out string value)
client/Options.cs:1043
Method
GetProcAddress
(IntPtr hModule, string procName)
client/Program.cs:69
Method
GetSpmpLookupPackageOffset
()
client/Program.cs:397
Method
GetSub
* Get a sub-element. This method throws appropriate exceptions * if this element is not constructed, or the requested index * is out of range. *
client/Asn1/AsnElt.cs:215
Method
GetTime
* Decode the value as a date/time. Returned object is in UTC. * Type of date is inferred from the tag value. */
client/Asn1/AsnElt.cs:1408
Function
GetTokenMessageBuffer
plugin/lsarelayx.cpp:74
Method
GetValueSeparators
()
client/Options.cs:469
Method
HelpCommand
()
client/Options.cs:1788
Method
HelpOption
(CommandSet commands, Option d)
client/Options.cs:1439
Method
HexDump
(byte[] bytes, int bytesPerLine = 16)
client/Utils.cs:14
Method
IndexOfSequence
https://stackoverflow.com/questions/283456/byte-array-pattern-search
client/Program.cs:384
Method
InheritanceContext
plugin/include/bitsery/ext/inheritance.h:38
Method
InitCommandResponse
plugin/commands.h:79
Method
InitResponse
()
client/Commands/InitResponse.cs:15
Function
InitThread
plugin/lsarelayx.cpp:86
Function
InitializeListHead
plugin/ntdll.h:3838
Method
InputAdapterBaseCRTP
plugin/include/bitsery/details/adapter_common.h:332
Method
InputAdapterBitPackingWrapper
plugin/include/bitsery/deserializer.h:42
Method
InputBufferAdapter
plugin/include/bitsery/adapter/buffer.h:44
Method
Insert
(int index, object value)
client/Options.cs:313
Function
InsertHeadList
plugin/ntdll.h:3912
Method
InsertItem
(int index, Option item)
client/Options.cs:1481
Function
InsertTailList
plugin/ntdll.h:3898
Method
Invoke
(OptionContext c, string name, string value, Option option)
client/Options.cs:1165
Method
Invoke
(IEnumerable<string> arguments)
client/Options.cs:1408
Method
Invoke
(IEnumerable<string> arguments)
client/Options.cs:1792
← previous
next →
201–300 of 749, ranked by callers