MCPcopy Create free account

hub / github.com/CCob/lsarelayx / functions

Functions749 in github.com/CCob/lsarelayx

MethodBasicBufferedOutputStreamAdapter
bufferSize is used when buffer is dynamically allocated
plugin/include/bitsery/adapter/stream.h:172
MethodBasicIOStreamAdapter
both bases contain reference to same iostream, so no need to do anything
plugin/include/bitsery/adapter/stream.h:284
MethodBasicInputStreamAdapter
plugin/include/bitsery/adapter/stream.h:40
MethodBasicOutputStreamAdapter
plugin/include/bitsery/adapter/stream.h:123
MethodBitsConstraint
plugin/include/bitsery/ext/value_range.h:35
MethodBitseryReader
(Stream input)
client/Bitsery.cs:72
MethodBitseryWriter
(Stream output)
client/Bitsery.cs:13
MethodCArray
plugin/include/bitsery/details/brief_syntax_common.h:95
MethodCategory
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
MethodCheckConstructed
* Check that this element is constructed. An exception is thrown * if this is not the case. */
client/Asn1/AsnElt.cs:192
MethodCheckNull
* Interpret the value as a NULL. */
client/Asn1/AsnElt.cs:994
MethodCheckNumSub
* Check that this element is constructed and contains exactly * 'n' sub-elements. */
client/Asn1/AsnElt.cs:246
MethodCheckNumSubMax
* Check that this element is constructed and contains no more * than 'n' sub-elements. */
client/Asn1/AsnElt.cs:272
MethodCheckNumSubMin
* Check that this element is constructed and contains at least * 'n' sub-elements. */
client/Asn1/AsnElt.cs:259
MethodCheckOff
(int off, int lim)
client/Asn1/AsnElt.cs:564
MethodCheckPrimitive
* Check that this element is primitive. An exception is thrown * if this is not the case. */
client/Asn1/AsnElt.cs:203
MethodCodePoint
* 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
MethodCommand
(string name, string help = null)
client/Options.cs:1385
MethodCommandOption
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
MethodCommandOptionSet
(CommandSet commands, MessageLocalizerConverter localizer)
client/Options.cs:1455
MethodCommandResponse
plugin/commands.h:53
MethodCommandSet
(string suite, MessageLocalizerConverter localizer = null)
client/Options.cs:1506
MethodConvertBi
(byte[] buf, int off, bool be)
client/Asn1/AsnIO.cs:288
MethodConvertMono
(byte[] buf, int off)
client/Asn1/AsnIO.cs:274
MethodCopyValue
* Copy the value into the specified array. The value length is * returned. */
client/Asn1/AsnElt.cs:763
MethodCopyValueChunk
* 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
MethodCreateOptionContext
()
client/Options.cs:957
MethodCreateWrappedLinesIterator
(string self, IEnumerable<int> widths)
client/Options.cs:207
MethodDec2
(string s, int off, ref bool good)
client/Asn1/AsnElt.cs:1615
MethodDecodeLength
* 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
MethodDecodeMono
(byte[] buf, int off, int len, int type)
client/Asn1/AsnElt.cs:1099
MethodDecodeNoCopy
* 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
MethodDecodeTag
* 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
MethodDecodeUTF16
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1180
MethodDecodeUTF32
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1215
MethodDecodeUTF8
(byte[] buf, int off, int len)
client/Asn1/AsnElt.cs:1109
MethodDepadLeft
(this byte[] data)
client/Asn1/Asn1Extensions.cs:6
FunctionDeserialize
plugin/commands.h:222
FunctionDllMain
plugin/dllmain.cpp:3
MethodDoPassiveMode
(int requestPID)
client/Program.cs:164
MethodEncode
()
client/Negotiate/NegTokenResponse.cs:79
MethodEncode
()
client/Negotiate/NegTokenInit.cs:107
MethodEncodeMono
(string str)
client/Asn1/AsnElt.cs:2131
MethodEncodeUTF16
(string str)
client/Asn1/AsnElt.cs:2180
MethodEncodeUTF32
(string str)
client/Asn1/AsnElt.cs:2191
MethodEncodeUTF8
(string str)
client/Asn1/AsnElt.cs:2154
MethodEncodeValue
* 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
MethodEntropy
* 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
MethodExtractToken
(ref string input, out string rest)
client/Options.cs:1681
MethodFindBER
(byte[] buf)
client/Asn1/AsnIO.cs:15
MethodFindDER
(byte[] buf)
client/Asn1/AsnIO.cs:10
MethodFreeLibrary
(IntPtr handle)
client/Program.cs:72
MethodGetArgumentName
(int index, int maxIndex, string description)
client/Options.cs:1310
MethodGetArguments
(string value, out IEnumerable<string> replacement)
client/Options.cs:681
MethodGetBitString
* Interpret the value as a BIT STRING. The bits are returned, * with the "ignored bits" cleared. */
client/Asn1/AsnElt.cs:952
MethodGetBoolean
* Interpret the value as a BOOLEAN. */
client/Asn1/AsnElt.cs:803
MethodGetCommandId
plugin/commands.h:104
MethodGetCommandId
plugin/commands.h:185
MethodGetCommands
()
client/Options.cs:1828
MethodGetCompletions
(string prefix = null)
client/Options.cs:1659
MethodGetDescription
(string description)
client/Options.cs:1332
MethodGetEnumerator
()
client/Options.cs:1001
MethodGetFunctionOffsets
(long spmpLookupPackageOffsetHint)
client/Program.cs:455
MethodGetIntegerHex
* 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
MethodGetKeyForItem
(Option item)
client/Options.cs:765
MethodGetKeyForItem
(Command item)
client/Options.cs:1530
MethodGetLineEnd
(int start, int length, string description)
client/Options.cs:259
MethodGetLines
(string description, int firstWidth, int remWidth)
client/Options.cs:1371
MethodGetNames
()
client/Options.cs:614
MethodGetNames
()
client/Options.cs:673
MethodGetNextOptionIndex
(string[] names, int i)
client/Options.cs:1298
MethodGetNextWidth
(IEnumerator<int> ewidths, int curWidth, ref bool? eValid)
client/Options.cs:241
MethodGetObjectData
(SerializationInfo info, StreamingContext context)
client/Options.cs:724
MethodGetOptionForName
(string option)
client/Options.cs:775
MethodGetOptionParts
(string argument, out string flag, out string name, out string sep, out string value)
client/Options.cs:1043
MethodGetProcAddress
(IntPtr hModule, string procName)
client/Program.cs:69
MethodGetSpmpLookupPackageOffset
()
client/Program.cs:397
MethodGetSub
* 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
MethodGetTime
* 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
FunctionGetTokenMessageBuffer
plugin/lsarelayx.cpp:74
MethodGetValueSeparators
()
client/Options.cs:469
MethodHelpCommand
()
client/Options.cs:1788
MethodHelpOption
(CommandSet commands, Option d)
client/Options.cs:1439
MethodHexDump
(byte[] bytes, int bytesPerLine = 16)
client/Utils.cs:14
MethodIndexOfSequence
https://stackoverflow.com/questions/283456/byte-array-pattern-search
client/Program.cs:384
MethodInheritanceContext
plugin/include/bitsery/ext/inheritance.h:38
MethodInitCommandResponse
plugin/commands.h:79
MethodInitResponse
()
client/Commands/InitResponse.cs:15
FunctionInitThread
plugin/lsarelayx.cpp:86
FunctionInitializeListHead
plugin/ntdll.h:3838
MethodInputAdapterBaseCRTP
plugin/include/bitsery/details/adapter_common.h:332
MethodInputAdapterBitPackingWrapper
plugin/include/bitsery/deserializer.h:42
MethodInputBufferAdapter
plugin/include/bitsery/adapter/buffer.h:44
MethodInsert
(int index, object value)
client/Options.cs:313
FunctionInsertHeadList
plugin/ntdll.h:3912
MethodInsertItem
(int index, Option item)
client/Options.cs:1481
FunctionInsertTailList
plugin/ntdll.h:3898
MethodInvoke
(OptionContext c, string name, string value, Option option)
client/Options.cs:1165
MethodInvoke
(IEnumerable<string> arguments)
client/Options.cs:1408
MethodInvoke
(IEnumerable<string> arguments)
client/Options.cs:1792
← previousnext →201–300 of 749, ranked by callers