MCPcopy Create free account

hub / github.com/AlSch092/UltimateAntiCheat / functions

Functions870 in github.com/AlSch092/UltimateAntiCheat

Methodget_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
Common/json.hpp:10246
Methodget_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
Common/json.hpp:10151
Methodget_cbor_float_prefix
Common/json.hpp:16329
Methodget_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
Common/json.hpp:10284
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
Common/json.hpp:10055
Functionget_character
Common/json.hpp:6206
Methodget_character
Common/json.hpp:6289
Methodget_character
Common/json.hpp:6447
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
Common/json.hpp:7541
Methodget_decimal_point
return the locale-dependent decimal point
Common/json.hpp:7514
Functionget_error_message
return syntax error message
Common/json.hpp:8844
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
Common/json.hpp:11905
Functionget_impl
Common/json.hpp:20948
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
Common/json.hpp:10915
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
Common/json.hpp:10804
Methodget_msgpack_float_prefix
Common/json.hpp:16343
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
Common/json.hpp:10937
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
Common/json.hpp:10721
Methodget_number
Common/json.hpp:11932
Functionget_number_float
return floating-point value
Common/json.hpp:8796
Functionget_number_unsigned
Common/json.hpp:8790
Functionget_position
return position of last read token
Common/json.hpp:8812
Functionget_ref
Common/json.hpp:21134
Functionget_ref_impl
Common/json.hpp:20823
Functionget_to
Common/json.hpp:21122
Methodget_token
get next token from lexer
Common/json.hpp:12641
Methodget_ubjson_array
! @return whether array creation completed */
Common/json.hpp:11626
Methodget_ubjson_float_prefix
Common/json.hpp:16644
Methodget_ubjson_high_precision_number
Common/json.hpp:11817
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
Common/json.hpp:11088
Methodget_ubjson_object
! @return whether object creation completed */
Common/json.hpp:11734
Methodget_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
Common/json.hpp:11376
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
Common/json.hpp:11153
Methodget_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
Common/json.hpp:10993
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
Common/json.hpp:11443
Methodhandle_value
Common/json.hpp:7205
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
Common/json.hpp:5953
Methodinput_stream_adapter
Common/json.hpp:6240
Functioninsert
Common/json.hpp:19326
Functionis_c_string
Common/json.hpp:4166
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
Common/json.hpp:20685
Functionis_errored
Common/json.hpp:6933
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
Common/json.hpp:20601
Functionis_transparent
Common/json.hpp:4194
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
Common/json.hpp:22183
Methoditer_impl
Common/json.hpp:12957
Methoditeration_proxy
Common/json.hpp:5313
Methoditeration_proxy_value
Common/json.hpp:5208
Methoditerator_input_adapter
Common/json.hpp:6285
Functioniterator_wrapper
Common/json.hpp:22165
Functionjson_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
Common/json.hpp:13928
Methodjson_ref
Common/json.hpp:14824
Methodjson_reverse_iterator
create reverse iterator from iterator
Common/json.hpp:13678
Methodjson_sax_dom_callback_parser
Common/json.hpp:6993
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
Common/json.hpp:6813
Functionjson_value
default constructor (for null values)
Common/json.hpp:19743
Functionkey
Common/json.hpp:6878
Methodkey
Common/json.hpp:7068
Methodkey
return the key of an object iterator
Common/json.hpp:13739
Methodlexer
Common/json.hpp:7495
Methodlog
Common/Logger.hpp:74
MethodlogToFile
Common/Logger.hpp:44
MethodlogToWFile
Common/Logger.hpp:103
Methodlogf
Common/Logger.hpp:165
Methodlogfw
Common/Logger.hpp:186
Methodlogw
Common/Logger.hpp:136
Functionmain
* @brief Entry point function which creates an anticheat object and loops until the user wants to exit * * @details serves as a proof of concept f
main.cpp:57
Functionmain
LibTest/UACLibTest.cpp:8
Methodmajority
Common/SHA256.cpp:63
Functionmake_array
Common/json.hpp:3222
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
Common/json.hpp:22284
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
Common/json.hpp:24422
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
Common/json.hpp:16989
Methodname
Common/json.hpp:4387
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
Common/json.hpp:7589
Methodnonesuch
Common/json.hpp:268
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
Common/json.hpp:17054
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
Common/json.hpp:17071
Functionnull
Common/json.hpp:6824
Methodnull
Common/json.hpp:7008
Functionnumber_float
Common/json.hpp:6848
Methodnumber_float
Common/json.hpp:7032
Functionnumber_integer
Common/json.hpp:6836
Methodnumber_integer
Common/json.hpp:7020
Functionnumber_unsigned
Common/json.hpp:6842
Methodnumber_unsigned
Common/json.hpp:7026
Functionoperator "" _json
Common/json.hpp:24470
Functionoperator "" _json_pointer
Common/json.hpp:24482
Functionoperator!=
Common/json.hpp:5931
Methodoperator!=
inequality operator (needed for range-based for)
Common/json.hpp:5257
Functionoperator()
Common/json.hpp:24504
Methodoperator()
Common/json.hpp:5101
Methodoperator()
Common/json.hpp:5802
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
Common/json.hpp:24518
Methodoperator*
Environment/Services.hpp:90
Methodoperator*
AntiDebug/AntiDebugger.hpp:52
Methodoperator*
AntiTamper/Integrity.hpp:57
Methodoperator*
Network/NetClient.hpp:73
Methodoperator*
Process/Thread.hpp:75
Methodoperator*
Core/Preventions.hpp:32
← previousnext →601–700 of 870, ranked by callers